Software Archive
Read-only legacy content
17061 Discussions

can notebook select conda kernels ?

JWill45
Beginner
1,567 Views

I have my own conda env which I need to use in Jupyter notebook . But Jupyter notebook seems only apply intel built-in python kernels, can anyone tell me how to make conda kernels available?

0 Kudos
1 Solution
idata
Employee
432 Views

Hi Jake,

 

Thanks for reaching out to us.

 

I would recommend you try out the solution provided below:

 

source activate  conda install ipykernel ipython kernel install --name --user

 

 

Once this is done, launch your python code from hub.colfaxresearch.com

 

Select Kernel -> Change Kernel ->

 

 

Do try out and check if this works!

 

 

Regards,

Sandhiya

View solution in original post

0 Kudos
2 Replies
idata
Employee
433 Views

Hi Jake,

 

Thanks for reaching out to us.

 

I would recommend you try out the solution provided below:

 

source activate  conda install ipykernel ipython kernel install --name --user

 

 

Once this is done, launch your python code from hub.colfaxresearch.com

 

Select Kernel -> Change Kernel ->

 

 

Do try out and check if this works!

 

 

Regards,

Sandhiya

0 Kudos
JWill45
Beginner
432 Views
0 Kudos
Reply