@@ -10,13 +10,12 @@ The examples are (links take you to the code):
1010* [ Hello world] ( https://pyscript.com/@examples/hello-world/latest )
1111 * uses included datetime module. No additional packages.
1212* [ 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)
1414* [ Pandas dataframe fun] ( https://pyscript.com/@examples/pandas/latest )
1515 * uses [ pandas] ( https://pandas.pydata.org/ ) from pypi
1616 * pyodide
1717* [ Matplotlib example] ( https://pyscript.com/@examples/matplotlib/latest )
1818 * uses [ matplotlib] ( https://matplotlib.org/ )
19- * not clear how numpy is being loaded as it is not referenced.
2019 * pyodide
2120* [ Todo] ( https://pyscript.com/@examples/todo-app/latest )
2221 * uses pyweb. No additional packages.
@@ -32,7 +31,7 @@ The examples are (links take you to the code):
3231 * mixes javascript code with python code. imports d3 from javascript.
3332 * pyodide
3433* [ Import antigravity] ( https://pyscript.com/@examples/antigravity/latest )
35- * uses svg
34+ * uses svg simply
3635 * pyodide
3736* [ API proxy tutorial] ( https://pyscript.com/@examples/api-proxy-tutorial/latest )
3837 * uses fetch
@@ -48,7 +47,6 @@ The examples are (links take you to the code):
4847 * pyodide
4948* [ Simple slider panel] ( https://pyscript.com/@examples/simple-panel/latest )
5049 * uses [ Panel] ( https://panel.holoviz.org/ ) and [ Bokeh] ( https://bokeh.org/ ) from pypi and loads in index.html
51- * does not run
5250 * pyodide
5351* [ Streaming data panel] ( https://pyscript.com/@examples/streaming-in-panel/latest )
5452 * 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):
5755* [ KMeans in a panel] ( https://pyscript.com/@examples/kmeans-in-panel/latest )
5856 * 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
5957 * loads panel, bootstrap, vega, tabulator, bokeh in index.html
60- * runs but displays errors to do with threadpools
6158 * pyodide
6259* [ New York Taxi panel (WebGL)] ( https://pyscript.com/@examples/nyc-taxi-panel-deckgl/latest )
6360 * 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):
7976 * pyodide
8077
8178Notes:
82- - Updated from 14 to 20 found at above link
8379 - No micropython examples - all are pyodide
8480 - No worker examples
85- - async used in some examples - probably obsolete now
86- - fetch done several ways
0 commit comments