Removed the built-in ToC for METAR notebook

- removed the plugin-added ToC for the metar notebook to display properly on the website
This commit is contained in:
Shay Carter 2022-06-02 16:53:03 -06:00
parent 85a2a01adf
commit 67a001ba93

View file

@ -488,7 +488,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3 (ipykernel)", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@ -502,25 +502,25 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.13" "version": "3.9.5"
}, },
"toc": { "toc": {
"base_numbering": 1, "base_numbering": 1,
"nav_menu": {}, "nav_menu": {},
"number_sections": true, "number_sections": false,
"sideBar": true, "sideBar": false,
"skip_h1_title": true, "skip_h1_title": false,
"title_cell": "Table of Contents", "title_cell": "Table of Contents",
"title_sidebar": "Contents", "title_sidebar": "Contents",
"toc_cell": true, "toc_cell": false,
"toc_position": { "toc_position": {
"height": "calc(100% - 180px)", "height": "calc(100% - 180px)",
"left": "10px", "left": "10px",
"top": "150px", "top": "150px",
"width": "287.9779357910156px" "width": "287.9779357910156px"
}, },
"toc_section_display": true, "toc_section_display": false,
"toc_window_display": true "toc_window_display": false
} }
}, },
"nbformat": 4, "nbformat": 4,