Skip to content

Gholamrezadar/notebook-to-py

Repository files navigation

Notebook to Py

This tool will convert a Jupyter Notebook to a Python file.

The Python file will contain all the code cells and the markdown cells that you choose to keep. You can choose to keep the H1 and H2 tags. You can also choose to keep the code cells that have a specific tag (#$ by default).

Screenshot

screenshot of the website

screenshot of the website

Usage

  1. Go to notebook2py.vercel.app
  2. Mark the cells that you want to export with some unique tag e.g. #$, #@save or #|export
  3. Upload the notebook
  4. Select the options
  5. Click Convert
  6. Click Copy

Done.

About

This tool will convert a Jupyter Notebook to a Python file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published