How to launch a Python notebook from the code library in a project?

info-rchitect
info-rchitect Registered Posts: 174 ✭✭✭✭✭✭

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

Tagged:

Answers

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,212 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?

  • info-rchitect
    info-rchitect Registered Posts: 174 ✭✭✭✭✭✭

    @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?


    @AlexT

    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.

Setup Info
    Tags
      Help me…