Skip to main content

Load a Jupyter Notebook as a module object.

Project description

nb_as_module

Load a Jupyter Notebook as a module object.

E.g.

from nb_as_module import nb_as_module

my_module = nb_as_module('path/to/notebook.ipynb', name='my_module)

my_module.hello()  # where `hello` is a function defined in the notebook.

Put <!--docstring--> at the beggining of markdown cells, to use them as __doc__ documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nb_as_module-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

nb_as_module-0.1.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page