You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Demonstrates rendering matplotlib figure as output of the py-script tag</p>
44
+
<p>Demonstrates rendering <ahref="https://matplotlib.org/" class="text-blue-600" target=”_blank”>Matplotlib</a> figure as output of the py-script tag</p>
<p>Demonstrates rendering altair plot as output of the py-script tag</p>
47
+
<p>Demonstrates rendering <ahref="https://altair-viz.github.io/" class="text-blue-600" target=”_blank”>Altair</a> plot as output of the py-script tag</p>
<p>Demonstrates rendering Folium map as output of the py-script tag</p>
50
+
<p>Demonstrates rendering <ahref="https://python-visualization.github.io/folium/" class="text-blue-600" target=”_blank”>Folium</a> map as output of the py-script tag</p>
<p>Demo showing how a Simple Webgl scene would work in PyScript</code> tag</p>
60
+
<p>Demo showing how a Simple <ahref="https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API" class="text-blue-600" target=”_blank”>WebGL</a> scene would work in PyScript</code> tag</p>
<p>Minimal Bokeh demo demonstrating how to create a simple bokeh plot from code</p>
67
+
<p>Minimal Bokeh demo demonstrating how to create a simple <ahref="https://bokeh.org/" class="text-blue-600" target=”_blank”>Bokeh</a> plot from code</p>
<p>Interactive demo using a Bokeh slider widget to dynamically change a value in the page
70
+
<p>Interactive demo using a <ahref="https://bokeh.org/" class="text-blue-600" target=”_blank”>Bokeh</a> slider widget to dynamically change a value in the page
71
71
72
72
WARNING: This examples takes a little longer to load. So be patient :)
73
73
</p>
74
74
75
75
<h2class="text-2xl font-bold text-blue-600"><ahref="./panel_kmeans.html" target=”_blank”>KMeans Demo in Panel</a></h2>
76
-
<p>Interactive KMeans Chart using Panel
76
+
<p>Interactive KMeans Chart using <ahref="https://panel.holoviz.org/" class="text-blue-600" target=”_blank”>Panel</a>
77
77
78
78
WARNING: This examples takes a little longer to load. So be patient :)
79
79
</p>
80
80
81
81
<h2class="text-2xl font-bold text-blue-600"><ahref="./panel_stream.html" target=”_blank”>Streaming Demo in Panel</a></h2>
82
-
<p>Interactive Streaming Table and Bokeh plot using Panel
82
+
<p>Interactive Streaming Table and Bokeh plot using <ahref="https://panel.holoviz.org/" class="text-blue-600" target=”_blank”>Panel</a>
83
83
84
84
WARNING: This examples takes a little longer to load. So be patient :)
<p>Simple demo showing Panel widgets interacting with parts of the page
88
+
<p>Simple demo showing <ahref="https://panel.holoviz.org/" class="text-blue-600" target=”_blank”>Panel</a> widgets interacting with parts of the page
89
89
90
90
WARNING: This examples takes a little longer to load. So be patient :)
91
91
</p>
92
92
93
93
<h2class="text-2xl font-bold text-blue-600"><ahref="./panel_deckgl.html" target=”_blank”>NYC Taxi Data Panel DeckGL Demo</a></h2>
94
-
<p>Interactive application exploring the NYC Taxi dataset using Panel and DeckGL
94
+
<p>Interactive application exploring the NYC Taxi dataset using <ahref="https://panel.holoviz.org/" class="text-blue-600" target=”_blank”>Panel</a> and <ahref="https://deck.gl/" class="text-blue-600" target=”_blank”>DeckGL</a>
95
95
96
96
WARNING: This examples takes a little longer to load. So be patient :)
<p>A Toga application (a Fahrenheit to Celsius converter), rendered as a Single Page App</p>
100
+
<p>A <ahref="https://beeware.org/project/projects/libraries/toga/" class="text-blue-600" target=”_blank”>Toga</a> application (a Fahrenheit to Celsius converter), rendered as a Single Page App</p>
101
101
102
102
<h2class="text-2xl font-bold text-blue-600"><ahref="./numpy_canvas_fractals.html" target=”_blank”>Fractals with NumPy and canvas</a></h2>
103
-
<p>Visualization of Mandelbrot and Julia sets with NumPy and HTML5 canvas</p>
103
+
<p>Visualization of Mandelbrot and Julia sets with <ahref="https://numpy.org/" class="text-blue-600" target=”_blank”>Numpy</a>and <ahref="https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API" class="text-blue-600" target=”_blank”>HTML5 canvas</a></p>
0 commit comments