Python Package Import Error

jcforaker
Level 1
Python Package Import Error

I am unable to import from my Python module even though I have properly defined the module in the Dataiku Python Library.  I even added a __init__.py to the folder to make sure Dataiku "saw" it as a module folder.  It didn't work for me with standard user permissions, and it doesn't work for me even after being elevated to an admin.  Images of the Dataiku Library and the Notebook where I attempt to do the import are attached to this thread.  Any suggestions for how to fix this would be appreciated.  

0 Kudos
2 Replies
Turribeach

For project libraries to be available in Notebooks you have to restart the notebook kernel after adding the library. Have you done so?

0 Kudos
jcforaker
Level 1
Author

Thanks for the suggestion.  I did restart the kernel after adding the library, but was still unable to import from it.  It's odd because I CAN import from SOME libraries, just not ALL of the ones in my library on Dataiku.

0 Kudos