Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitia-fritelle/ipynb_converter
Jupyter notebook to Python file conversor
https://github.com/vitia-fritelle/ipynb_converter
data-analysis data-science jupyter-notebook python
Last synced: about 1 month ago
JSON representation
Jupyter notebook to Python file conversor
- Host: GitHub
- URL: https://github.com/vitia-fritelle/ipynb_converter
- Owner: vitia-fritelle
- License: mit
- Created: 2021-12-30T18:54:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T21:12:15.000Z (about 3 years ago)
- Last Synced: 2024-11-15T05:15:15.168Z (2 months ago)
- Topics: data-analysis, data-science, jupyter-notebook, python
- Language: Python
- Homepage: https://pypi.org/project/ipynb-converter/
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jupyter notebook to Python file conversor
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
## Examples of How to Use It
On a Python program:
```python
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"
orpy -m ipynb_converter "jupyter_notebook.ipynb"
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!