Azure / Azure/MachineLearningNotebooks

Azure ML Portal Notebook does not show widgets from ipywidgets

オープン
#1,490 コメント 1 件 リアクション 7 件 担当者 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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

リポジトリのファイルもテストも特定されていません。まず Azure ML Portal Notebook で interact の例を再現し、JupyterLab で同じコードを実行した場合と比較してください。Azure ML Portal エディターでインタラクティブウィジェットが表示され、IntSlider の動作が機能したまま維持されれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, jupyter-notebook, python
領域
machine-learning
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。