项目作者: Chizaram-Igolo
项目描述 :
A quick and dirty tool to convert Jupyter Notebook .ipynb files to .py files.
高级语言: Jupyter Notebook
项目地址: git://github.com/Chizaram-Igolo/ipynb_to_py_converter.git
.ipynb to .py converter
A tool to convert Jupyter notebook files to Python files. Markdown is preserved as Python comments for reconversion.
To Use:
- Clone repository.
- Open Command Prompt and cd to folder.
- Open main.py and change filepath from “files_to_convert/test.ipynb” to the path of your file.
- Run main.py from command prompt.
- Look for your .py file in /converted_files.
TODO:
- Write ArgParser for supplying filepath as parameter.
- Modify to convert files in batch from specified folder.
- Strip extra ‘\n’ characters.