Azure ml notebook does not show widgets from ipywidgets

imbachb 6 Reputation points
2021-05-15T13:30:08.217+00:00

ipywidgets seems to work fine for the simplest usages, i.e. just using a slider. However, when trying to use more complex functionality the notebook does not show / display the widgets anymore.

See in the picture:
96865-image.png

The simple usage

widgets.IntSlider()  

works fine.
However, using ipywidget's interact does not show any widget:

def f(x):  
    return x  
  
interact(f, x=10)  

When I change the editor using the dropdown
96817-image.png

and use Jupyter or JupyterLab, everything works as expected without flaws.

Azure Machine Learning
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,836 Reputation points
    2021-05-26T11:37:49.587+00:00

    @imbachb Thanks for the feedback. This specific type of ipywidget is currently not supported, we have roadmap to support in the future.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.