Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sliders properly #427

Open
forsyth2 opened this issue Dec 9, 2019 · 0 comments
Open

Implement sliders properly #427

forsyth2 opened this issue Dec 9, 2019 · 0 comments

Comments

@forsyth2
Copy link
Contributor

forsyth2 commented Dec 9, 2019

Since we are disabling sliders in Pull Request #426, we would like to eventually enable them again once we have fixed their associated bugs.

One bug is Issue #424 (plots not displaying when downloaded as html). Another bug is that sliders replicate after each use.

We know that using VBox instead of IPythonDisplay caused the bug in Issue #424. A couple questions arise from this:

  • jupyter nbconvert --execute --to html <notebook> will display the plot in html, but running the notebook first and then a) jupyter nbconvert --to html <notebook> or b) "File" > "Download as" > "HTML (.html)" will not display the plot. Why would using nbconvert --execute yield a different result than running the notebook from the web? This could be a bug in Jupyter that should be reported.
  • If running the notebook from the web is in fact different from using nbconvert --execute then what is going wrong? a) Does Jupyter have a bug where if a notebook is run from the web server then the plots won't download? b) Does VBox (or perhaps ipywidgets in general) have a bug where it doesn't download properly if a notebook is run from the web server? c) Are we using VBox wrong?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant