From 67a001ba9336f1fb95d1e706ba527d0f2dd5d589 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Thu, 2 Jun 2022 16:53:03 -0600 Subject: [PATCH] Removed the built-in ToC for METAR notebook - removed the plugin-added ToC for the metar notebook to display properly on the website --- .../METAR_Station_Plot_with_MetPy.ipynb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb index d950428..5a30509 100644 --- a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb +++ b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb @@ -488,7 +488,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -502,25 +502,25 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" + "version": "3.9.5" }, "toc": { "base_numbering": 1, "nav_menu": {}, - "number_sections": true, - "sideBar": true, - "skip_h1_title": true, + "number_sections": false, + "sideBar": false, + "skip_h1_title": false, "title_cell": "Table of Contents", "title_sidebar": "Contents", - "toc_cell": true, + "toc_cell": false, "toc_position": { "height": "calc(100% - 180px)", "left": "10px", "top": "150px", "width": "287.9779357910156px" }, - "toc_section_display": true, - "toc_window_display": true + "toc_section_display": false, + "toc_window_display": false } }, "nbformat": 4,