Answers for "open jupyter notebook in an environment"

1

run jupyter notebook with specific environment

//first activate specific environment
activate <Name of environment>
//second launch jupyter notebook
jupyter notebook
Posted by: Guest on May-14-2021
0

open jupyter notebook with conda envirionment

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

Code answers related to "open jupyter notebook in an environment"

Browse Popular Code Answers by Language