installation.rst 837 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. _installation:
  2. Installation
  3. ------------
  4. JupyterLab can be installed using ``conda`` or ``pip``:
  5. If you use ``conda``, you can install it with:
  6. .. code:: bash
  7. conda install -c conda-forge jupyterlab
  8. If you use ``pip``, you can install it with:
  9. .. code:: bash
  10. pip install jupyterlab
  11. jupyter serverextension enable --py jupyterlab --sys-prefix
  12. Prerequisites
  13. ~~~~~~~~~~~~~
  14. JupyterLab requires the Jupyter Notebook version 4.3 or later. To check
  15. the version of the ``notebook`` package that you have installed:
  16. .. code:: bash
  17. jupyter notebook --version
  18. Supported browsers
  19. ~~~~~~~~~~~~~~~~~~
  20. The following browsers are currently known to work:
  21. - Firefox (latest version)
  22. - Chrome (latest version)
  23. - Safari (latest version)
  24. Earlier browser versions or other browsers may also work, but may not be
  25. tested.