ProjectPythia / pythia-foundations

Jupyterbook source for the Foundations collection
http://foundations.projectpythia.org
Apache License 2.0
59 stars 42 forks source link

Issue on page /core/data-formats/netcdf-cf.html #431

Closed ft236 closed 1 day ago

ft236 commented 8 months ago

Your issue content here.

SyntaxError: invalid syntax error for netcdf commands

This error begins here: netcdf forecast_model { attributes: :Conventions = "CF-1.7" ; :title = "Forecast model run" ; :institution = "Unidata" ; :source = "WRF-1.5" ; :history = "2019-07-16 02:21:52.005718 Python" ; :references = "" ; :comment = "" ; }

ktyle commented 1 day ago

The above section is Markdown-formatted output from the command that preceded it ... it is not executable Python code.