Answers for "install jupyter notebook in new conda environment"

2

how i install jupyter notebook in a new conda virtual environment

pip install jupyter notebook
Posted by: Guest on April-29-2021
3

add conda environment to jupyter

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 "install jupyter notebook in new conda environment"

Python Answers by Framework

Browse Popular Code Answers by Language