Skip to content

Installing JupyterLab

Suyash Mahar edited this page Aug 29, 2020 · 2 revisions

Linux

Recommended way

  1. Download Anaconda individual edition.
  2. Run as non-root user and follow through the installation process.
  3. If running on bash¹, agree to initialize Anaconda
  4. Open a new terminal window and run conda install -c conda-forge jupyterlab to install jupyterlab.

¹Running echo $SHELL command would output bash.

Clone this wiki locally