Skip to content

vitia-fritelle/ipynb_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter notebook to Python file conversor

All Contributors

Contributors

Thanks goes to these wonderful people (emoji key):


Vitor Junior

💻

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!

Releases

No releases published

Packages

No packages published

Languages