This application converts Python scripts (.py
) to Jupyter notebooks (.ipynb
) and vice versa. The motivation behind creating this tool was the lack of simple and effective online converters that handle this specific task.
- Convert
.py
files to.ipynb
notebooks and vice versa. - Compatible with both Google Colab and local environments.
Clone the repository and install the dependencies:
git clone https://github.com/vxncius-dev/NotebookConverter.git
cd NotebookConverter
pip install -r requirements.txt
To run the application, execute:
python main.py
Choose the file you want to convert, and the script will handle the rest.