The document focuses on plotting observed soundings and includes a thumbnail gallery with links to sub-documents. It specifies that only the first section title in a cell is used for captions, while other content is ignored. The document is structured in a Jupyter Notebook format with Python as the programming language.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views2 pages
Notebook Gallery - Ipynb
The document focuses on plotting observed soundings and includes a thumbnail gallery with links to sub-documents. It specifies that only the first section title in a cell is used for captions, while other content is ignored. The document is structured in a Jupyter Notebook format with Python as the programming language.
{ "cell_type": "markdown", "metadata": { "tags": [ "nbsphinx-gallery" ] }, "source": [ "This section title will be used as ``caption``:\n", "\n", "## This is a thumbnail gallery with sub-documents:\n", "\n", "This paragraph will be ignored.\n", "Only links and the first section title are scanned,\n", "everything else is ignored.\n", "\n", "* [Last Image Is Used by Default](raob_data_example.ipynb)\n", "\n", "## This section title will be ignored\n", "\n", "... because only the first title in this cell is used." ] }