Search code examples
cortana-intelligenceazure-machine-learning-service

How to restart VM in Azure ML Notebook?


I am writing code in Jupyter Notebook in Azure ML Studio.

At current moment every command causes kernel death. Even in new clear notebook I could not execute even print 'hello' - kernel died immediately.

Also I could not use bash commands like !ls - It crashes kernel too.

How could I restart my VM or restart session in Azure ML Studio with killing all running VM?


Solution

  • I have found that if I go from notebook menu to File->Open, then I see all my notebooks, their statuses and I could shutdown them.

    Also I have found that some of my closed notebooks were still alive and have shut them down.

    After this my working notebook came back to life.