From 43801a77f2328f10ad7f58170b51000d09406330 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Thu, 13 Jun 2024 14:31:03 +0200 Subject: [PATCH] use case fix --- src/sandbox/use_cases.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/sandbox/use_cases.md b/src/sandbox/use_cases.md index bb424d1..033cd68 100644 --- a/src/sandbox/use_cases.md +++ b/src/sandbox/use_cases.md @@ -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)