open a notebook in azure machine learning studio

Viewed 320

I am new to Azure machine learning.

I am trying to open a notebook from my datasets in azure machine learning studio classic.

but i get this error :

Opening notebook failed. Notebook id: ebb913d436ef45d4b1872b6e5d7167dc.

as you can see on the picture i don't even have the possibility to access all my notebooks in the left menu.

1 Answers

Azure ML Studio (Classic) notebooks feature has retired, however, the new Azure ML Studio supports Jupyter Notebooks in your workspace.

Before the retirement, a banner was available on the portal to download your notebooks and data:

The notebooks(preview) feature will be shut down at 4/13/2020. After shut down the notebooks tab will disappear and the notebooks data can not be restored. Please download your notebooks data before 4/13/2020. Click here to check how to download your data. If you have further question, contact us

Hence, the notebook is no longer available if it wasn't saved by the deadline.

Related