Tag: Text Viewer Block
-
Python and Requests Package
Our Python code block relies on Pyodide, a Python distribution that does not support the requests package. However, the …
-
Word Count
Next we will show how to build a Word Count where we will allow the usage of local files. This …
-
Zenodo Repository Block
The Zenodo Repository block allows us to reuse datasets published to Zenodo. Starting with the DOI of the dataset, the …
-
Local File Import Block
The Local File Import block allows us to consume local files, that are not uploaded at all. They remain local …
-
Plotly Chart Block
The Plotly Chart block enables interactive visualisation using the great Plotly.js library via its JSON schema – see Plotly JSON …
-
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. …
-
Web API Block
The Web API block allows us to call Web APIs. The block can be hidden or called automatically. The block …
-
Dropdown Block
The Dropdown block allows the user to select an item. But what is an item and how do we define …
-
Text Editor and Text Viewer Blocks
Working with text can be very powerful. The Text Editor block allows us to insert text. We will create a …