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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipynb_conversor-0.0.3.tar.gz.
File metadata
- Download URL: ipynb_conversor-0.0.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe60fe7389efd4d0c64049e8d471cd2911c475bad1fce0509b573d8972af6e81
|
|
| MD5 |
ca913a812c9c33daf01abe9959d629f6
|
|
| BLAKE2b-256 |
a3c5dc46ad3df4dcad61566a776e99b841440d96047f4331522ace423346410a
|
File details
Details for the file ipynb_conversor-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ipynb_conversor-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4a3f9d68ed7c1bf776797d48194b2ea454e6004860d7a41922a3191f6dd9cc
|
|
| MD5 |
08b21873ef8f806676439e08f4b06d97
|
|
| BLAKE2b-256 |
e34e45523e1447f4a49a31eb310b93bb23c30e79fa8a97ba2b3a13a10de7399f
|