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