Skip to content

A simple command-line tool for converting Python scripts to Jupyter notebooks and vice versa.

License

Notifications You must be signed in to change notification settings

vxncius-dev/NotebookConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notebook Converter

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.

image

Features

  • Convert .py files to .ipynb notebooks and vice versa.
  • Compatible with both Google Colab and local environments.

Installation

Clone the repository and install the dependencies:

git clone https://github.com/vxncius-dev/NotebookConverter.git
cd NotebookConverter
pip install -r requirements.txt

Usage

To run the application, execute:

python main.py

Choose the file you want to convert, and the script will handle the rest.