Azure / Azure/MachineLearningNotebooks
Azure ML Portal Notebook does not show widgets from ipywidgets
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 4.4k
- Forks
- 2.6k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Nenhum arquivo do repositório ou teste foi identificado. Primeiro, reproduza o exemplo de interact em um Azure ML Portal Notebook e compare-o com o mesmo código no JupyterLab; considera-se concluído quando o widget interativo é renderizado no editor do Azure ML Portal, preservando o comportamento funcional de IntSlider.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- azure, jupyter-notebook, python
- Domínio
- machine-learning
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100