Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

jupyterlab python setup

# Jupyter-lab install with pip
pip install jupyterlab 

# jupyter-lab install with conda env 
conda install -c conda-forge jupyterlab

# jupyter-lab install with namba env 
mamba install -c conda-forge jupyterlab 
# twitter : @MasudHanif_ 
# Happy coding.. Thank You all 
 
PREVIOUS NEXT
Tagged: #jupyterlab #python #setup
ADD COMMENT
Topic
Name
6+8 =