File tree Expand file tree Collapse file tree 2 files changed +11
-262
lines changed
Expand file tree Collapse file tree 2 files changed +11
-262
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 < script type ="text/javascript " src ="https://cdn.bokeh.org/bokeh/release/bokeh-2.4.2.js "> </ script >
2222 < script type ="text/javascript " src ="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.2.min.js "> </ script >
2323 < script type ="text/javascript " src ="https://cdn.bokeh.org/bokeh/release/bokeh-tables-2.4.2.min.js "> </ script >
24- < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm /@holoviz/panel@0.13.1/dist/panel.min.js "> </ script >
24+ < script type ="text/javascript " src ="https://unpkg.com /@holoviz/panel@0.13.1/dist/panel.min.js "> </ script >
2525 < script type ="text/javascript ">
2626 Bokeh . set_log_level ( "info" ) ;
2727 </ script >
4343 < script defer src ="https://pyscript.net/latest/pyscript.js "> </ script >
4444 </ head >
4545
46- < py-env >
47- - altair
48- - numpy
49- - pandas
50- - scikit-learn
51- - panel==0.13.1
52- </ py-env >
53-
5446 < body >
5547 < div class ="container-fluid d-flex flex-column vh-100 overflow-hidden " id ="container ">
5648 < nav class ="navbar navbar-expand-md navbar-dark sticky-top shadow " id ="header " style ="background-color: #000000; ">
8173 </ div >
8274 </ div >
8375
84- < py-script >
85- # was ok with https://pyscript.net/2022.06.1/pyscript.js
86- # you can try last official release: https://pyscript.net/latest/pyscript.js and css
87- # or current unstable master: https://pyscript.net/unstable/pyscript.js and css
76+ < py-config >
77+ packages = [
78+ "altair",
79+ "numpy",
80+ "pandas",
81+ "scikit-learn",
82+ "panel==0.13.1"
83+ ]
84+ </ py-config >
8885
86+ < py-script >
8987 import altair as alt
9088 import panel as pn
9189 import pandas as pd
You can’t perform that action at this time.
0 commit comments