Skip to content

Commit 6f4b587

Browse files
authored
Fix paths
1 parent 559bf72 commit 6f4b587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/web/dashboards/voila/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Ihr könnt die Installation überprüfen,z.B. mit:
2525

2626
.. code-block:: console
2727
28-
$ pipenv run voila docs/jupyter/ipywidgets/examples.ipynb
28+
$ pipenv run voila docs/workspace/jupyter/ipywidgets/examples.ipynb
2929
3030
[Voila] Voila is running at:
3131
http://localhost:8866/
@@ -41,7 +41,7 @@ enthaltenen Notebooks:
4141

4242
.. code-block:: console
4343
44-
$ pipenv run voila jupyter/ipywidgets
44+
$ pipenv run voila docs/workspace/jupyter/ipywidgets
4545
4646
4747
.. image:: voila-example-2.png
@@ -51,7 +51,7 @@ Es ist auch möglich, sich den Quellcode anzeigen zu lassen mit:
5151

5252
.. code-block:: console
5353
54-
$ pipenv run voila --strip_sources=False jupyter/ipywidgets/examples.ipynb
54+
$ pipenv run voila --strip_sources=False docs/workspace/jupyter/ipywidgets/examples.ipynb
5555
5656
5757
.. note::
@@ -66,7 +66,7 @@ Es ist auch möglich, sich den Quellcode anzeigen zu lassen mit:
6666

6767
.. code-block:: console
6868
69-
$ pipenv run voila --theme=dark jupyter/ipywidgets/examples.ipynb
69+
$ pipenv run voila --theme=dark docs/workspace/jupyter/ipywidgets/examples.ipynb
7070
7171
7272
… als Erweiterung des Jupyter-Server

0 commit comments

Comments
 (0)