Azure / Azure/MachineLearningNotebooks

Azure ML Portal Notebook does not show widgets from ipywidgets

未關閉
#1,490 1 則留言 7 個 reaction 已指派 0 人 在 GitHub 檢視
ADO Core UI doc-enhancement
主要語言
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

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

未識別出 repository 檔案或測試。首先在 Azure ML Portal Notebook 中重現 interact 範例,並將其與 JupyterLab 中的相同程式碼進行比較;當互動式 widget 在 Azure ML Portal 編輯器中呈現,同時保留正常運作的 IntSlider 行為時,即視為完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
azure, jupyter-notebook, python
領域
machine-learning
Issue 類型
缺陷
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。