Skip to main content

A package for getting python code from jupyter notebook.

Project description

Jupyter notebook to Python file conversor

All Contributors

Contributors

Thanks goes to these wonderful people (emoji key):

<td align="center"><a href="https://github.com/vitia-fritelle"><img src="https://avatars.githubusercontent.com/u/71563179" width="100px;" alt=""/><br /><sub><b>Vitor Junior</b></sub></a><br /><a href="https://github.com/organizar-bot/commits?author=vitia-fritelle" title="Code">💻</a></td>

Examples of How to Use It

On a Python program:

    from ipynb_converter import ipynb_converter 

    file_path = "jupyter_notebook.ipynb"

    save_name = "python_file.py" #optional

    ipynb_converter(file_path, save_name)

On command line:

py -m ipynb_converter "jupyter_notebook.ipynb" "python_file.py"

or

py -m ipynb_converter "jupyter_notebook.ipynb" 

This project follows the all-contributors specification. Contributions of any kind welcome!

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

ipynb_conversor-0.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

ipynb_conversor-0.0.1-py3-none-any.whl (2.9 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