Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can start typing your code into the boxescells. Press CTRL-Return to execute the code in the current cell, or SHIFT-Return to execute and move to the next code cell. The Kernel menu allows the restart of a session. To generate plots inside the notebook, call

...

at some point before calling the plot() command. By default, plots will go to an interactive Metview plot window unless this is done.

mv.setoutput('jupyter') for inline plotsWith no setoutput command, and interactive plot window

...