A package for getting python code from jupyter notebook.
Project description
Jupyter notebook to Python file conversor
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for ipynb_conversor-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b0b72b0373c9965bd4a71954121e6fca678aa799b87234cc50f363d4282bb05 |
|
MD5 | f6ecfe30fc3b36efe58650dee15bdd8b |
|
BLAKE2b-256 | f51a6cf80168a160b92d2550792d2b6808ef5cbfb6aa338779be30882c5415ff |