use case fix
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
a0cefaac7c
commit
43801a77f2
|
@ -1,14 +1,11 @@
|
||||||
# Use Cases
|
# Use Cases
|
||||||
|
|
||||||
tbd
|
## Example Python
|
||||||
ipynb example syntax + markdown + tex + voila slider (interactive dashboards)
|
|
||||||
|
|
||||||
# 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.
|
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)
|
![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.
|
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 |
|
| 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.
|
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)
|
![Sandbox Architecture](res/sandbox_example_ui.png)
|
||||||
|
|
Loading…
Reference in New Issue