3030< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 " />
3131
3232 < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css " />
33- < link rel ="stylesheet " href ="../_static/styles/sphinx-book-theme.css?digest=14f4ca6b54d191a8c7657f6c759bf11a5fb86285 " type =" text/ css " />
33+ < link rel ="stylesheet " type =" text/css " href ="../_static/styles/sphinx-book-theme.css " />
3434 < link rel ="stylesheet " type ="text/css " href ="../_static/togglebutton.css " />
3535 < link rel ="stylesheet " type ="text/css " href ="../_static/copybutton.css " />
36- < link rel ="stylesheet " type ="text/css " href ="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41 .css " />
36+ < link rel ="stylesheet " type ="text/css " href ="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02 .css " />
3737 < link rel ="stylesheet " type ="text/css " href ="../_static/sphinx-thebe.css " />
38- < link rel ="stylesheet " type ="text/css " href ="../_static/design-style.4045f2051d55cab465a707391d5b2007 .min.css " />
38+ < link rel ="stylesheet " type ="text/css " href ="../_static/sphinx-design.5ea377869091fd0449014c60fc090103 .min.css " />
3939
4040 <!-- Pre-loaded scripts that we'll load fully later -->
4141 < link rel ="preload " as ="script " href ="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b " />
4949 < script src ="../_static/doctools.js "> </ script >
5050 < script src ="../_static/clipboard.min.js "> </ script >
5151 < script src ="../_static/copybutton.js "> </ script >
52- < script src ="../_static/scripts/sphinx-book-theme.js?digest=5a5c038af52cf7bc1a1ec88eea08e6366ee68824 "> </ script >
52+ < script src ="../_static/scripts/sphinx-book-theme.js "> </ script >
5353 < script > let toggleHintShow = 'Click to show' ; </ script >
5454 < script > let toggleHintHide = 'Click to hide' ; </ script >
5555 < script > let toggleOpenOnPrint = 'true' ; </ script >
5656 < script src ="../_static/togglebutton.js "> </ script >
5757 < script > var togglebuttonSelector = '.toggle, .admonition.dropdown' ; </ script >
5858 < script src ="../_static/design-tabs.js "> </ script >
59- < script > const THEBE_JS_URL = "https://unpkg.com/[email protected] /lib/index.js" 60- const thebe_selector = ".thebe,.cell"
61- const thebe_selector_input = "pre"
62- const thebe_selector_output = ".output, .cell_output"
63- </ script >
59+ < script > const THEBE_JS_URL = "https://unpkg.com/[email protected] /lib/index.js" ; const thebe_selector = ".thebe,.cell" ; const thebe_selector_input = "pre" ; const thebe_selector_output = ".output, .cell_output" </ script > 6460 < script async ="async " src ="../_static/sphinx-thebe.js "> </ script >
6561 < script > DOCUMENTATION_OPTIONS . pagename = 'notebooks/ch01' ; </ script >
6662 < link rel ="index " title ="Index " href ="../genindex.html " />
157153 < p class ="title logo__title "> Hello World with Jupyter Book</ p >
158154
159155</ a > </ div >
160- < div class ="sidebar-primary-item "> < nav class ="bd-links " id ="bd-docs-nav " aria-label ="Main ">
156+ < div class ="sidebar-primary-item ">
157+
158+ < script >
159+ document . write ( `
160+ <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
161+ <i class="fa-solid fa-magnifying-glass"></i>
162+ <span class="search-button__default-text">Search</span>
163+ <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
164+ </button>
165+ ` ) ;
166+ </ script > </ div >
167+ < div class ="sidebar-primary-item "> < nav class ="bd-links bd-docs-nav " aria-label ="Main ">
161168 < div class ="bd-toc-item navbar-nav active ">
162169
163170 < ul class ="nav bd-sidenav bd-sidenav__home-link ">
217224
218225 < div class ="header-article-items__start ">
219226
220- < div class ="header-article-item "> < label class ="sidebar-toggle primary-toggle btn btn-sm " for =" __primary " title ="Toggle primary sidebar " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
227+ < div class ="header-article-item "> < button class ="sidebar-toggle primary-toggle btn btn-sm " title ="Toggle primary sidebar " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
221228 < span class ="fa-solid fa-bars "> </ span >
222- </ label > </ div >
229+ </ button > </ div >
223230
224231 </ div >
225232
@@ -381,10 +388,10 @@ <h1>Jupyter Notebooks and Atlas</h1>
381388</ div >
382389< p > So that was some < code class ="docutils literal notranslate "> < span class ="pre "> code</ span > </ code > , which is really great, not unlike < em > italic</ em > text. Finally, some hidden code:</ p >
383390< div class ="cell tag_hide-input docutils container ">
384- < details class ="hide above-input ">
391+ < details class ="admonition hide above-input ">
385392< summary aria-label ="Toggle hidden content ">
386- < span class ="collapsed "> Show code cell source</ span >
387- < span class ="expanded "> Hide code cell source</ span >
393+ < p class ="collapsed admonition-title "> Show code cell source</ p >
394+ < p class ="expanded admonition-title "> Hide code cell source</ p >
388395</ summary >
389396< div class ="cell_input docutils container ">
390397< div class ="highlight-ipython3 notranslate "> < div class ="highlight "> < pre > < span > </ span > < span class ="nb "> print</ span > < span class ="p "> (</ span > < span class ="s2 "> "The source for this his hidden!"</ span > < span class ="p "> )</ span >
@@ -405,10 +412,10 @@ <h1>Jupyter Notebooks and Atlas</h1>
405412</ pre > </ div >
406413</ div >
407414</ div >
408- < details class ="hide below-input ">
415+ < details class ="admonition hide below-input ">
409416< summary aria-label ="Toggle hidden content ">
410- < span class ="collapsed "> Show code cell output</ span >
411- < span class ="expanded "> Hide code cell output</ span >
417+ < p class ="collapsed admonition-title "> Show code cell output</ p >
418+ < p class ="expanded admonition-title "> Hide code cell output</ p >
412419</ summary >
413420< div class ="cell_output docutils container ">
414421< div class ="output stream highlight-myst-ansi notranslate "> < div class ="highlight "> < pre > < span > </ span > Don't see me!
@@ -493,7 +500,7 @@ <h1>Jupyter Notebooks and Atlas</h1>
493500
494501 < p class ="copyright ">
495502
496- © Copyright 2022 .
503+ © Copyright 2023 .
497504 < br />
498505
499506 </ p >
0 commit comments