Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)):



Vitor Junior

💻

## 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"
or

py -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!