You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
These widgets work successfully from the notebook view, but when I deploy to the Jupyter Dashboard Server these widgets don't appear.
Other widgets such as the dropdown menu from @interact(hue=['smoker', 'sex', 'time', 'day']) in hello_world.ipynb and ipywidgets.IntSlider work just fine in the dashboard server.
I'm interested in using two widgets with the Jupyter Dashboard Server:
IPython.display.FileLinks
fileupload.FileUploadWidget
from https://pypi.python.org/pypi/fileupload/These widgets work successfully from the notebook view, but when I deploy to the Jupyter Dashboard Server these widgets don't appear.
Other widgets such as the dropdown menu from
@interact(hue=['smoker', 'sex', 'time', 'day'])
inhello_world.ipynb
andipywidgets.IntSlider
work just fine in the dashboard server.I'm running the servers using the
docker_deploy
solution from https://github.com/jupyter-incubator/dashboards_setup. I've modified the Dockerfiles for both the notebook and kernel to includeRUN pip install fileupload
.I'm not sure if this is a bug or if I'm missing a crucial step for making this work.
The text was updated successfully, but these errors were encountered: