Skip to content

Jupyter Notebook

Magic commands

  1. %matplotlib inline: tells Jupyter to display Matplotlib plots and figures directly within the notebook's output cells, rather than opening them in separate window.
  2. %cd address: change cwd of the notebook

Command call: !command