-
Notifications
You must be signed in to change notification settings - Fork 3
Installing JupyterLab
Suyash Mahar edited this page Aug 29, 2020
·
2 revisions
- Download Anaconda individual edition.
- Run as non-root user and follow through the installation process.
- If running on bash¹, agree to initialize Anaconda
- Open a new terminal window and run
conda install -c conda-forge jupyterlab
to install jupyterlab.
¹Running echo $SHELL
command would output bash
.
Europa Wiki, ©️ 2020 Suyash Mahar, GPLv3