Azure / Azure/MachineLearningNotebooks
Azure ML Portal Notebook does not show widgets from ipywidgets
- 主要语言
- Jupyter Notebook
- 星标
- 4.4k
- 派生
- 2.6k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
from: https://docs.microsoft.com/en-us/answers/questions/396317/azure-ml-notebook-does-not-show-widgets-from-ipywi.html?childToView=406378#comment-406378
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。