2121< link rel =stylesheet href =/css/scientific-python-hugo-theme/videos.css >
2222< link rel =stylesheet href =/css/scientific-python-hugo-theme/posts.css >
2323< link rel =stylesheet href =/css/scientific-python-hugo-theme/teams.css >
24+ < link rel =stylesheet href =/css/scientific-python-hugo-theme/code-highlight.css >
2425< link rel =stylesheet href =/css/user/casestudies.css >
2526< link rel =stylesheet href =/css/user/mailchimp.css >
2627< link rel =stylesheet href =/css/user/shell.css >
@@ -160,7 +161,7 @@ <h5 class="subtitle is-5 is-muted"></h5>
160161</ div >
161162</ section >
162163< div id =backtotop > < a href =# id =backtotop-color > </ a > </ div >
163- < script src =https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4 /jquery.min.js > </ script >
164+ < script src =https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0 /jquery.min.js > </ script >
164165< script src =https://unpkg.com/feather-icons > </ script >
165166< script src =/js/fresh.js > </ script >
166167< script src =/js/jquery.panelslider.min.js > </ script >
@@ -169,19 +170,11 @@ <h5 class="subtitle is-5 is-muted"></h5>
169170< script src =https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css > </ script >
170171< script src =https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js > </ script >
171172< link rel =stylesheet href =https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css >
172- < script type =text/x-thebe-config >
173- {
174- requestKernel : true ,
175- binderOptions : {
176- repo : "joelachance/thebelab-requirements"
177- } ,
178- }
179- </ script >
180173< script src =https://unpkg.com/thebe@0.8.2/lib/index.js > </ script >
181- < script src =/js/app.js > </ script >
182174< script src =/js/shortcuts.js > </ script >
183175< script type =text/javascript > setupShortcuts ( maxLevel = 2 ) </ script >
184176< script type =text/javascript src =/js/app.js > </ script >
177+ < script type =text/javascript src =/js/thebe.js > </ script >
185178< script type =application/javascript > var doNotTrack = ! 1 ; doNotTrack || ( window . ga = window . ga || function ( ) { ( ga . q = ga . q || [ ] ) . push ( arguments ) } , ga . l = + new Date , ga ( 'create' , 'UA-162151853-1' , 'auto' ) , ga ( 'send' , 'pageview' ) ) </ script >
186179< script async src =https://www.google-analytics.com/analytics.js > </ script >
187180< footer id =footer class =footer >
0 commit comments