The Jupyter Notebook

  • (aka IPython Notebook)
  • Jupyter stands for Julia, Python, and R, the first three languages that it supported.

Usage

  • To register a kernel: python -m ipykernel install --user --name=<kernel-name> --display-name <kernel display name>. Run this with the python installation of the desired kernel. The kernels will be installed globally.
  • SnakeViz provides better visualization for results of %prun.