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.2.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for ipynb_conversor-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66dbe476a9e30b2da29d1d554755bc6c52ece82a7c40e79e3428e39ba11d2edc |
|
MD5 | 020a0f31e1ac003c3f7adc0853196b14 |
|
BLAKE2b-256 | ac313d5a4198f7d44362afe02a1ea9ac3aa9ff40249318c3135664dd8ef57ad7 |