Answers for "how to open a conda environment in jupyter notebook"

0

open jupyter notebook with conda envirionment

conda install -c anaconda ipykernel
Posted by: Guest on December-09-2020
5

add conda environment to jupyter

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

Code answers related to "how to open a conda environment in jupyter notebook"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language