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.3.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for ipynb_conversor-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f4a3f9d68ed7c1bf776797d48194b2ea454e6004860d7a41922a3191f6dd9cc |
|
MD5 | 08b21873ef8f806676439e08f4b06d97 |
|
BLAKE2b-256 | e34e45523e1447f4a49a31eb310b93bb23c30e79fa8a97ba2b3a13a10de7399f |