Azure ML - Notebook - Jupyter Kernel Error - No Kernel Connecl

CSource 26 Reputation points
2020-07-24T15:44:14.123+00:00

In Azure ML i am following the tutorial to execute a notebook and when i open the notebook and have a valid compute (running as well as the green icon) it shows an error 'Jupyter Kernel Error'. On the far right of the screen it says 'No Kernel Connnected'. What is needed to connect the kernel?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,562 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. YutongTie-MSFT 46,406 Reputation points
    2020-07-28T02:40:35.287+00:00

    Hi,
    may I know which tutorial you are mentioning? If you are facing issue with notebooks.azure.com then the most likely scenario is your project is not running. Please navigate back to the project page and run your project before opening the required notebook in a new window which should show all the options to select the kernel and run a cell.

    Thanks,
    Yutong

    0 comments No comments

  2. Hao Hu 1 Reputation point MVP
    2021-05-19T06:18:42.667+00:00

    In new ML workspace you need to setup the computing resource to run the jupyter. The resource can be single VM, cluster (available set) or container set. You also can select using GPU or not.

    0 comments No comments