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

2

open jupyter notebook with conda envirionment

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

open jupyter notebook with conda envirionment

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

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

Browse Popular Code Answers by Language