Opt for absolute import instead relative import when exporting notebooks

Hello @jeremy @hamelsmu @sgugger,

I’m using library which the input is python file, the problem is it can’t accept relative import declaration inside it. Is it possible for nbdev to opt whether the exported module can use absolute import instead of relative import?

Thanks in advance!

You can fix this by appending to your PATH

https://www.google.com/search?q=append+to+the+python+path&oq=append+to+the+python+path

@hamelsmu Could you elabore more context about this solution? How nbdev generate the import? How this two related? Thanks in advance!