Can add external conda environment but cannot see kernel in jupyter notebook.
limwenyao
Registered Posts: 2 ✭✭✭✭
I have imported my external conda environment through Administration>Code Envs>New Python Env>Named External Conda Env. I have validated that Dataiku is able to import this env correctly by going to MY-ENV>Packages>Fetch Packages List, which displays the conda and pip packages installed.
I created a Python Recipe and opened a notebook. However the message "Could not find a kernel matching Python (env MY-ENV). Please select a kernel:" appeared, with the kernel options being only Python 2 or Python 3.
How can I link MY-ENV to the jupyter notebook?
I created a Python Recipe and opened a notebook. However the message "Could not find a kernel matching Python (env MY-ENV). Please select a kernel:" appeared, with the kernel options being only Python 2 or Python 3.
How can I link MY-ENV to the jupyter notebook?
Tagged:
Best Answer
-
Hi,
Try clicking the "(Re)install Jupyter support" button in the "General" page of the code env.
Answers
-
Did not notice that feature previously, this works! Thanks!