use case fix
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-06-13 14:31:03 +02:00
parent a0cefaac7c
commit 43801a77f2
1 changed files with 3 additions and 6 deletions

View File

@ -1,14 +1,11 @@
# Use Cases
tbd
ipynb example syntax + markdown + tex + voila slider (interactive dashboards)
# Example Python
## Example Python
Inside the Notebook file you can write normal python syntax and can use plotting libaries to visualize your data and show the insights.
![Sandbox Example Python](res/sandbox_example_python.png)
# Example Markdown
## Example Markdown
Inside Notebooks its possible to write Markdown text. This allows the user and the lectures to write formatted text inside the code editor, to create and answer Assignments.
| Markdown Syntax | Description |
@ -33,7 +30,7 @@ if you need more or advanced syntax to format your text with markdown have a loo
# Example interactive dashboard
## Example interactive dashboard
The following example shows the use of a interactive dashboard. The User Interface, makes it possible to the enduser to experiment/interact more easily with the Notebook.
![Sandbox Architecture](res/sandbox_example_ui.png)