@@ -10,13 +10,12 @@ The examples are (links take you to the code):
10
10
* [ Hello world] ( https://pyscript.com/@examples/hello-world/latest )
11
11
* uses included datetime module. No additional packages.
12
12
* [ WebGL Icosahedron] ( https://pyscript.com/@examples/webgl-icosahedron/latest )
13
- * uses very old version of [ three.js] ( https://threejs.org/ ) directly imported in index.html. (not as a module in toml)
13
+ * uses [ three.js] ( https://threejs.org/ ) imported as a module in toml)
14
14
* [ Pandas dataframe fun] ( https://pyscript.com/@examples/pandas/latest )
15
15
* uses [ pandas] ( https://pandas.pydata.org/ ) from pypi
16
16
* pyodide
17
17
* [ Matplotlib example] ( https://pyscript.com/@examples/matplotlib/latest )
18
18
* uses [ matplotlib] ( https://matplotlib.org/ )
19
- * not clear how numpy is being loaded as it is not referenced.
20
19
* pyodide
21
20
* [ Todo] ( https://pyscript.com/@examples/todo-app/latest )
22
21
* uses pyweb. No additional packages.
@@ -32,7 +31,7 @@ The examples are (links take you to the code):
32
31
* mixes javascript code with python code. imports d3 from javascript.
33
32
* pyodide
34
33
* [ Import antigravity] ( https://pyscript.com/@examples/antigravity/latest )
35
- * uses svg
34
+ * uses svg simply
36
35
* pyodide
37
36
* [ API proxy tutorial] ( https://pyscript.com/@examples/api-proxy-tutorial/latest )
38
37
* uses fetch
@@ -48,7 +47,6 @@ The examples are (links take you to the code):
48
47
* pyodide
49
48
* [ Simple slider panel] ( https://pyscript.com/@examples/simple-panel/latest )
50
49
* uses [ Panel] ( https://panel.holoviz.org/ ) and [ Bokeh] ( https://bokeh.org/ ) from pypi and loads in index.html
51
- * does not run
52
50
* pyodide
53
51
* [ Streaming data panel] ( https://pyscript.com/@examples/streaming-in-panel/latest )
54
52
* uses [ Panel] ( https://panel.holoviz.org/ ) , [ Bokeh] ( https://bokeh.org/ ) [ numpy] ( https://numpy.org/ ) , [ pandas] ( https://pandas.pydata.org/ ) from pypi
@@ -57,7 +55,6 @@ The examples are (links take you to the code):
57
55
* [ KMeans in a panel] ( https://pyscript.com/@examples/kmeans-in-panel/latest )
58
56
* uses [ Bokeh] ( https://bokeh.org/ ) , [ altair] ( https://altair-viz.github.io/ ) , [ numpy] ( https://numpy.org/ ) , [ pandas] ( https://pandas.pydata.org/ ) , [ scikit-learn] ( https://scikit-learn.org/stable/ ) , [ Panel] ( https://panel.holoviz.org/ ) from pypi
59
57
* loads panel, bootstrap, vega, tabulator, bokeh in index.html
60
- * runs but displays errors to do with threadpools
61
58
* pyodide
62
59
* [ New York Taxi panel (WebGL)] ( https://pyscript.com/@examples/nyc-taxi-panel-deckgl/latest )
63
60
* uses a mixture of pypi and direct load packages in index.html
@@ -79,8 +76,5 @@ The examples are (links take you to the code):
79
76
* pyodide
80
77
81
78
Notes:
82
- - Updated from 14 to 20 found at above link
83
79
- No micropython examples - all are pyodide
84
80
- No worker examples
85
- - async used in some examples - probably obsolete now
86
- - fetch done several ways
0 commit comments