Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

How to run Jupyter Notebook in a particular conda environment

Aswathy_C_Intel
Employee
6,022 Views

Activate the conda environment from the terminal.

source activate ENV_NAME

Install ipykernel

conda install ipykernel

ipython kernel install --name ENV_NAME --user

Now open the jupyter and select the "ENV_NAME" from Kernel option. ( path : jupyter -> kernel -> change kernel -> ENV_NAME ) 

0 Kudos
0 Replies
Reply