...
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 plots | With no setoutput command, and interactive plot window |
---|---|
...