Note that these examples are only skeletons to illustrate the functionality of Magics.
You can download this Jupyter notebook and weather type data from ECMWF github space.
More about coastline plotting in coastline examples.
More about legend plotting in legend tutorial.
More about projections in projection examples.
Plotting in directly in Jupyter notebooks doesn't need output to be specified. Most of the time you will want an output.
png = magics.output( output_formats = ['png'], output_name_first_page_number = "off", output_name = "weather_symbol") magics.plot(png, central_europe, coast, WW, symbol_plotting)