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.
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.
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.
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).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: