From cb471b307b9dbfb0be5d3b6a44ea780ea804a7f6 Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Thu, 23 Dec 2021 18:38:10 +0100 Subject: [PATCH] Remove redundant and confusing JupyterLab install instructions (#3037) * Remove reference to Python 2 and link to Travis * Remove redondant install instructions to work with Jupyter --- doc/getting_started/index.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 8fec681533..66e03c60fe 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -11,7 +11,7 @@ Installation |CondaPyViz|_ |CondaDefaults|_ |PyPI|_ |License|_ -Panel works with `Python 2.7 and Python 3 `_ on Linux, Windows, or Mac. The recommended way to install Panel is using the `conda `_ command provided by `Anaconda `_ or `Miniconda `_:: +Panel works with Python 3 on Linux, Windows, or Mac. The recommended way to install Panel is using the `conda `_ command provided by `Anaconda `_ or `Miniconda `_:: conda install -c pyviz panel @@ -19,11 +19,6 @@ or using PyPI:: pip install panel -Support for classic Jupyter Notebook is included with Panel. If you want to work with JupyterLab, you will also need to install the optional PyViz JupyterLab extension:: - - conda install -c conda-forge jupyterlab - jupyter labextension install @pyviz/jupyterlab_pyviz - .. |CondaPyViz| image:: https://img.shields.io/conda/v/pyviz/panel.svg .. _CondaPyViz: https://anaconda.org/pyviz/panel