-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
ADOIssue is documented on MSFT ADO for internal trackingIssue is documented on MSFT ADO for internal trackingCore UIdoc-enhancement
Description
Using ipywidgets in an Azure ML Portal Notebook as shown in the following example does not show an interactive widget.
from ipywidgets import interact
def f(x):
return x
interact(f, x=10)
Switching inside the Azure ML Portal to the JupyterLab Notebook editor and pasting the same code an interactive widget does appear.
Note: This simplest form of slider does work on Azure ML Portal Notebooks:
from ipywidgets import widgets
widgets.IntSlider()
ipywidgets version:
7.6.3
dirko, jgfaber, mnicstruwig, benedikt-mue, suzuki-shm and 2 more
Metadata
Metadata
Assignees
Labels
ADOIssue is documented on MSFT ADO for internal trackingIssue is documented on MSFT ADO for internal trackingCore UIdoc-enhancement