Skip to content

Commit

Permalink
Update installation code of Jupyter section (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jul 8, 2024
1 parent 956afec commit e0766b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/00_jupyter/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Using pip, you can set up your jupyter environment with:

.. code::
pip install 'jupyterlab>=3' ipywidgets 'pyvista[all,trame]'
pip install 'jupyterlab' 'pyvista[all]'
Jupyter-Server-Proxy
Expand Down

1 comment on commit e0766b8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.