Skip to content

Commit 007b632

Browse files
committed
add names for all examples
1 parent 389f71d commit 007b632

File tree

14 files changed

+15
-0
lines changed

14 files changed

+15
-0
lines changed

altair/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
name = "Altair"
12
packages = ["altair", "pandas", "vega_datasets"]

antigravity/pyscript.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
name = "Antigravity"
2+
13
[files]
24
"./antigravity.py" = ""

bokeh/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
name = "Bokeh"
12
packages = ["pandas", "bokeh==3.2.2", "xyzservices"]

folium/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
name = "Folium"
12
packages = ["folium", "pandas"]

fractals_with_numpy_and_canvas/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "Fractals with Numpy and Canvas"
12
packages = ["numpy", "sympy"]
23

34
[files]

hello_world/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "Hello World"

icosahedron/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "WebGL Icosahedron"

matplotlib/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
name = "Matplotlib"
12
packages = ["matplotlib"]

pandas/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
name = "Pandas"
12
packages = ["pandas"]

panel/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
name = "Simple Panel"
12
packages = ["panel", "bokeh==3.2.2"]

0 commit comments

Comments
 (0)