jupyter/dashboards_server

fileupload and FileLinks widgets don't appear on dashboard server

trianta2 opened this issue · 2 comments

I'm interested in using two widgets with the Jupyter Dashboard Server:

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 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 include RUN pip install fileupload.

I'm not sure if this is a bug or if I'm missing a crucial step for making this work.

@trianta2 did you managed to solve this?