Skip to content

Commit

Permalink
📝 Switch voila example to bqplot vueitfy
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Mar 20, 2024
1 parent 6607e75 commit 25eee86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dashboards/voila/install.rst
Expand Up @@ -22,7 +22,7 @@ You can check the installation, e.g. with:

.. code-block:: console
$ pipenv run voila docs/workspace/jupyter/ipywidgets/examples.ipynb
$ pipenv run voila docs/dashboards/voila/bqplot_vuetify_example.ipynb
...
[Voila] Voilà is running at:
http://localhost:8866/
Expand All @@ -48,7 +48,7 @@ It is also possible to display the source code with:

.. code-block:: console
$ pipenv run voila --strip_sources=False docs/workspace/jupyter/ipywidgets/examples.ipynb
$ pipenv run voila --strip_sources=False docs/dashboards/voila/bqplot_vuetify_example.ipynb
...
.. note::
Expand All @@ -63,7 +63,7 @@ theme:

.. code-block:: console
$ pipenv run voila --theme=dark docs/workspace/jupyter/ipywidgets/examples.ipynb
$ pipenv run voila --theme=dark docs/dashboards/voila/bqplot_vuetify_example.ipynb
...
… as an extension of the Jupyter server
Expand Down

0 comments on commit 25eee86

Please sign in to comment.