Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Dropdown Widget limit window overlapping issue #333

Open
rodolfo-flores-seagull-com opened this issue Aug 6, 2017 · 4 comments
Open

Dropdown Widget limit window overlapping issue #333

rodolfo-flores-seagull-com opened this issue Aug 6, 2017 · 4 comments

Comments

@rodolfo-flores-seagull-com

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_server = 0.7
  • jupyter_notebook (5.0.0) (anaconda)
  • Ipywidgets = 6

dashboard issue

@akhmerov
Copy link
Member

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
Copy link
Member

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

@rodolfo-flores-seagull-com
Copy link
Author

rodolfo-flores-seagull-com commented Aug 11, 2017

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
Copy link
Member

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants