File tree 2 files changed +11
-262
lines changed
2 files changed +11
-262
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
< script type ="text/javascript " src ="https://cdn.bokeh.org/bokeh/release/bokeh-2.4.2.js "> </ script >
22
22
< script type ="text/javascript " src ="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.2.min.js "> </ script >
23
23
< 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/[email protected] /dist/panel.min.js "
> </ script >
24
+ < script type ="
text/javascript "
src ="
https://unpkg.com /@holoviz/[email protected] /dist/panel.min.js "
> </ script >
25
25
< script type ="text/javascript ">
26
26
Bokeh . set_log_level ( "info" ) ;
27
27
</ script >
43
43
< script defer src ="https://pyscript.net/latest/pyscript.js "> </ script >
44
44
</ head >
45
45
46
- < py-env >
47
- - altair
48
- - numpy
49
- - pandas
50
- - scikit-learn
51
- - panel==0.13.1
52
- </ py-env >
53
-
54
46
< body >
55
47
< div class ="container-fluid d-flex flex-column vh-100 overflow-hidden " id ="container ">
56
48
< nav class ="navbar navbar-expand-md navbar-dark sticky-top shadow " id ="header " style ="background-color: #000000; ">
81
73
</ div >
82
74
</ div >
83
75
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 >
88
85
86
+ < py-script >
89
87
import altair as alt
90
88
import panel as pn
91
89
import pandas as pd
You can’t perform that action at this time.
0 commit comments