Skip to main content

Jupyter

Why?

  • See output of Python changes

How

  • Create a Jupyter notebook
  • Make my changes in the codebase
  • Import the changed files in the notebook
  • Inspect the output in the notebook
  • If I make significant code changes, run Kernel > Restart and clear output to refresh the notebook

In VS Code

In Jupyter Lab

Jupytext

Hex

  • A notebook alternative to Jupyter

Inbox