Skip to main content

Dumps marked code cells from a Jupyter notebook into a text file.

Project description

Dumps marked code cells from a Jupyter notebook into a text file.

Features

  • Reads a Jupyter Notebook and export marked code cells with the comment #~ to a single .py file.

  • Exports cells marked with custom comments.

  • Exports a list of cells into a single file (useful to export markdown cells as a README.md file)

Dependencies

None

Usage

import nb2py
nb2py.dump('NB2PY_SOURCE.ipynb','nb2py.py')
nb2py.dump_indices('NB2PY_SOURCE.ipynb','README.md',[3,2])

Notes: check that you saved your notebook before you use dump to see the changes!

For examples, check the tutorial.

Credits

Created by Hugo Guillen, 2017.

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

nb2py-0.1.6.tar.gz (2.0 kB view hashes)

Uploaded Source

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