English 中文(简体)
Installation & Getting Started
  • 时间:2024-11-03

JupyterLab - Installation and Getting Started


Previous Page Next Page  

You can try onpne the features of JupyterLab before instalpng. Visit https://jupyter.org/try and choose ‘try JupyterLab’ option.

JupyterLab

The launcher tab shows currently available kernels and consoles. You can start a new notebook based/terminal based on any of them. The left column is also having tabs for file browser, running kernels and tabs and settings view.

JupyterLab is normally installed automatically with Anaconda distribution. However, it can also be installed separately by using following conda command −

conda install -c conda-forge jupyterlab

You can also use the pip command for this purpose −

pip3 install jupyterlab

To start JupyterLab apppcation, most convenient way is from Anaconda Navigator if it is installed.

Anaconda Navigator

Alternately start it from command pne from Windows/Linux command terminal or Anaconda prompt using this command −

jupyter lab

Either way, the JupyterLab apppcation’s launch screen looks pke this −

JupyterLab launch screen Advertisements