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

Dashboard is broken when running on Colaboratory #18

Open
mberk opened this issue Aug 13, 2021 · 3 comments
Open

Dashboard is broken when running on Colaboratory #18

mberk opened this issue Aug 13, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mberk
Copy link
Owner

mberk commented Aug 13, 2021

I've experienced the following issues:

  1. Dashboard does not display at all. This seems to be related to the plotly graph. If I remove the graph entirely from the dashboard then everything works. However, I can still create the graph by itself so it's some kind of combination of creating the graph in the context of ipywidgets
  2. Slider does not work. This seems to be a problem with using jslink instead of link. See the following issue for a workaround: widgets.jslink is broken googlecolab/colabtools#1612
  3. Button icons are not displayed. See this issues for a workaround: Icons not rendered in ipywidgets googlecolab/colabtools#1302
@mberk mberk added the bug Something isn't working label Aug 13, 2021
@mberk mberk self-assigned this Aug 13, 2021
@mberk
Copy link
Owner Author

mberk commented Aug 13, 2021

See the following on SO for how to detect when code is running on Colaboratory: https://stackoverflow.com/questions/53581278/test-if-notebook-is-running-on-google-colab

@mberk mberk changed the title Dashboard is broken when running on Colabatory Dashboard is broken when running on Colaboratory Aug 13, 2021
@mberk
Copy link
Owner Author

mberk commented Aug 13, 2021

I don't think it will be possible to get the book percentage graph working in Colaboratory (for now). Some relevant issues are:

@mberk
Copy link
Owner Author

mberk commented Jan 27, 2022

Reviewing the above issues, it sounds like it's now possible to use plotly in Colaboratory so this needs another look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant