jupytext

Package — NotebookPython 3.7+Beginner

Edit Jupyter notebooks as plain Python or Markdown files

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
mdit-py-plugins, nbformat, markdown-it-py, packaging, toml, PyYAML
Install
pip install jupytext

Learn by Difficulty

Quick Example

python
# Install: pip install jupytext
import jupytext

# Basic jupytext usage
print(f"Using jupytext")
# See documentation for detailed examples

jupytext is a third-party package. Edit Jupyter notebooks as plain Python or Markdown files. Install with: pip install jupytext

Try in Playground

Tags

packagenotebookinteractiveeducation