Tag: Python Code Block
-
Python and Requests Package
Our Python code block relies on Pyodide, a Python distribution that does not support the requests package. However, the …
-
Python and Matplotlib
In this example we will show you how to integrate our Python code for generating Matplotlib figures into the Python …
-
Python and Plotly
In this example we will show you how to integrate our Python code for generating Plotly figures into the Python …
-
Word Count
Next we will show how to build a Word Count where we will allow the usage of local files. This …
-
Plotly Chart Block
The Plotly Chart block enables interactive visualisation using the great Plotly.js library via its JSON schema – see Plotly JSON …
-
HTML Code Block
The HTML Code block allows us to dynamic render HTML code and displays it in the browser. To demonstrate this …
-
Python Code Block using Pyodide
The Python Code block relies on the Pyodide project. It allows us to run Python Code directly in the browser. …