How to launch a Python notebook from the code library in a project?
Hi,
I see I can import a Jupyter notebook from git but is it possible to import the same notebook from the library I already imported from Git? Seems like having to import twice is unnecessary.
thx
Operating system used: Windows 10
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @info-rchitect
,You typically import notebooks from external git, there is no option to import a notebook from project libraries.
You can export your notebook back to external git.
Adding notebooks to project libraries is not typical.You can still leverage project libraries within your notebook by importing those libraries.
If I understand correctly, you would be looking for a feature to import notebooks from the project library directly?
-
@AlexT
wrote:Hi @info-rchitect
,You typically import notebooks from external git, there is no option to import a notebook from project libraries.
You can export your notebook back to external git.
Adding notebooks to project libraries is not typical.You can still leverage project libraries within your notebook by importing those libraries.
If I understand correctly, you would be looking for a feature to import notebooks from the project library directly?
To your last question yes. My Python library dynamically creates domain specific SQL for Snowflake and I have a jupyter notebook with examples of the API calls in the library.