Skip to content

Commit

Permalink
Remove redundant and confusing JupyterLab install instructions (#3037)
Browse files Browse the repository at this point in the history
* Remove reference to Python 2 and link to Travis

* Remove redondant install instructions to work with Jupyter
  • Loading branch information
maximlt authored Dec 23, 2021
1 parent f698aeb commit ced61b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ Installation

|CondaPyViz|_ |CondaDefaults|_ |PyPI|_ |License|_

Panel works with `Python 2.7 and Python 3 <https://travis-ci.org/pyviz/panel>`_ on Linux, Windows, or Mac. The recommended way to install Panel is using the `conda <http://conda.pydata.org/docs/>`_ command provided by `Anaconda <http://docs.continuum.io/anaconda/install>`_ or `Miniconda <http://conda.pydata.org/miniconda.html>`_::
Panel works with Python 3 on Linux, Windows, or Mac. The recommended way to install Panel is using the `conda <http://conda.pydata.org/docs/>`_ command provided by `Anaconda <http://docs.continuum.io/anaconda/install>`_ or `Miniconda <http://conda.pydata.org/miniconda.html>`_::

conda install -c pyviz panel

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
Expand Down

0 comments on commit ced61b8

Please sign in to comment.