Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

can notebook select conda kernels ?

JWill45
Beginner
2,130 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
995 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
996 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
995 Views
0 Kudos
Reply