Skip to main content

Easy imports from Jupyter Notebooks

Project description

Coverage Status

ZnIPy - Easy imports from Jupyter Notebooks

See Importing Jupyter Notebooks as Modules for more information.

from znipy import NotebookLoader

module = NotebookLoader().load_module("JupyterNotebook.ipnyb")

hello_world = module.HelloWorld()

or with direct imports

import znipy
znipy.register()

from JupyterNotebook import HelloWorld

hello_world = HelloWorld()

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

znipy-0.1.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

znipy-0.1.1-py3-none-any.whl (10.8 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