You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After PR #396, compute_target variable ends up being none when running out of the box. If you create a workspace from the portal, there is no default compute target created.
This command creates a nonetype object:
After PR #396, compute_target variable ends up being none when running out of the box. If you create a workspace from the portal, there is no default compute target created.
This command creates a nonetype object:
which results in a traceback error on this command:
Workaround: create a compute target in the portal and replace command 1 with:
The text was updated successfully, but these errors were encountered: