An Azure machine learning service for building and deploying models.
Hi I also have the same problem. My compute is running but I cannot connect to any of the kernel. It keeps saying that the kernel not found or was deleted.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In ML Studio, when I create a notebook the top of my screen says "Jupyter kernel error" in red. I have a compute instance running (it's green), but it also says "No Kernel connected".
To correct this matter, can you please provide explicit, step by step instructions on how to review. Screen shots help too.
An Azure machine learning service for building and deploying models.
A Microsoft tool for creating, managing, operating, and optimizing high-performance computing (HPC) and big compute clusters in Azure.
Hi I also have the same problem. My compute is running but I cannot connect to any of the kernel. It keeps saying that the kernel not found or was deleted.
Hello,
I have the same issue (eastus location):
i have been facing the same issue my compute was running still there was no kernel, i resolved it after a long search. It seemed my firewall was preventing me from doing that.
I'm not sure if it works for everyone but here are the steps I solved the problem for my case:
(1) instead of running a jupyter notebook, I tried to run a python script with terminal using a corresponding conda environment
(2) got error at the step of importing azureml.core: ImportError: The 'pyparsing' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
(3) found a solution to fix the error here: https://stackoverflow.com/questions/68253393/is-there-any-way-to-fix-azure-cli-import-pyparsing-error-on-mac and it's true that I created a file named copy.py in my notebooks folder.
(4) renaming the file solved everything ![]()
Maybe it's worth to try to do the same step (1) and (2) to see if you get any error when importing azureml.