Reputation: 8925
I am stuck on step 5 in this Azure tutorial:
Whenever I try to export to Python, I get a little message that says "Python export started, please wait..." that shows up for about 2 milliseconds, then disappears, with no popup or error message on my jupyter notebook. Has anyone else encountered this issue before? Please help!
Upvotes: 0
Views: 744
Reputation: 7166
I reproduced the same using azure machine learning studio and when tried to export as .py python script file, got the same popup Python export started.please wait...
and file is not exported.
You can use VS code to export it to .py
file as fallback method.
.py script file is opened in the new tab. Click File-> save and save the file in the same location with file name train-classification-model.py
.
You can view the saved .py file in azure machine learning studio notebook file path also. Open the file in studio.
Upvotes: 1