Answers for "python install jupyterlab in venv"

10

Installation with pip jupyterlab

pip install jupyterlab
Posted by: Guest on April-30-2020
0

manage python environment in jupyterlab

$ conda activate cenv           # . ./cenv/bin/activate in case of virtualenv
(cenv)$ conda install ipykernel
(cenv)$ ipython kernel install --user --name=<any_name_for_kernel>
(cenv)$ conda deactivate
Posted by: Guest on January-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language