jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Dropdown Widget limit window overlapping issue #333

Open rodolfo-flores-tierconnect-com opened 7 years ago

rodolfo-flores-tierconnect-com commented 7 years ago

Hi, Dropdown widget in dashboard server is being displayed to up instead to down, and this cause an overlapping by the limit of the browser window

dashboard issue

akhmerov commented 7 years ago

I believe this was fixed on master, see #295. You can try applying the patch sed -i'' "s/body {/body { min-height: 100vh;/" /node_modules/jupyter-dashboards-server/public/css/style.css.

akhmerov commented 7 years ago

I'm surprised the server runs for you with ipywidgets 6 (see #317). Can you confirm it works?

rodolfo-flores-tierconnect-com commented 7 years ago

The patch in style.css works!!!

image

Related to ipywidgets 6, anaconda installs that version by default, I just installed the Dashboard server to try, it works but having many incompatibility errors in browser and some limitations , BTW the dashboard shows what I need. I'm really interested on the improvements for Dashboards Server, because I'm expecting to use this a lot in order to productionize my jupyter notebook analysis.

image image git_error

Thanks!!!

akhmerov commented 7 years ago

If you want to ensure compatibility with the currently released version, you need to use widgets 5.2.2 and widgetsnbextension 1.2.6 (the latter isn't pinned as a requirement of widgets 5.2.2, so you have to install it manually).