Dropdown Widget limit window overlapping issue
rodolfo-flores-seagull-com opened this issue · 4 comments
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
.
I'm surprised the server runs for you with ipywidgets 6 (see #317). Can you confirm it works?
The patch in style.css works!!!
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.
Thanks!!!
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).