From b69d109acbf0054463998f2c73c2be8be228888f Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 7 Jul 2024 19:14:07 -0700 Subject: [PATCH] Update installation code of Jupyter section --- tutorial/00_jupyter/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/00_jupyter/README.rst b/tutorial/00_jupyter/README.rst index efdd2f065..2eb544a53 100644 --- a/tutorial/00_jupyter/README.rst +++ b/tutorial/00_jupyter/README.rst @@ -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