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

Interactive Bokeh Plots #38

Open
bdice opened this issue Feb 4, 2019 · 1 comment
Open

Interactive Bokeh Plots #38

bdice opened this issue Feb 4, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@bdice
Copy link
Member

bdice commented Feb 4, 2019

Users including @swerdfish and @berceanu have requested Bokeh interactive plots. This feature would be a great addition to signac-dashboard.

This page about embedding Bokeh plots should provide the info needed to add such a feature. Additionally, this pull request shows an example of what it takes to add a new JavaScript-enabled module to the dashboard.

@bdice bdice added the enhancement New feature or request label Feb 4, 2019
@bdice
Copy link
Member Author

bdice commented Apr 29, 2019

The script linked below shows an example of using interactivity within Flask. However, it appears that an interactive Bokeh server requires a second port to be opened and forwarded to the user's machine.
https://github.com/bokeh/bokeh/blob/1.1.0/examples/howto/server_embed/flask_gunicorn_embed.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant