Answers for "use environment in jupyter notebook"

5

jupyter notebook in environment

python -m ipykernel install --user --name=firstEnv
Posted by: Guest on November-02-2020
0

check environment in jupyter notebook

conda create --name test_env
conda activate test_env
conda install -c anaconda ipykernel
python -m ipykernel install --user --name=test_env
Posted by: Guest on August-18-2021

Code answers related to "use environment in jupyter notebook"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language