We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: