Closed j-bac closed 3 years ago
Thanks @j-bac - that's a puzzling one, I can't reproduce it. Do you see any errors printed either in Python or in the JavaScript console?
Hello, sorry, I ended up solving my issue by recreating my environment, I don't have the initial one anymore. I did not install jupyterlab-dash and this apparently solved my issue, hope it helps others
pip list | grep dash
dash 1.17.0
dash-core-components 1.13.0
dash-html-components 1.1.1
dash-renderer 1.8.3
dash-table 4.11.0
jupyter-dash 0.3.1
Describe your context Please provide us your environment so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
The Colorscales in Dash example does not display the colorbar in my browser. It also does not properly switch between colormaps.
python app.py
Expected behavior
Expected behavior is the one that is produced in the tutorial webpage
Screenshots