Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

can notebook select conda kernels ?

JWill45
Beginner
2,092 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
957 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
958 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
957 Views
0 Kudos
Reply