-
Notifications
You must be signed in to change notification settings - Fork 15
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
Renamed to pyviz_comms and added Python package #5
Conversation
conda.recipe/meta.yaml
Outdated
- pyviz_comms | ||
|
||
about: | ||
home: www.holoviews.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Point to pyviz.org?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in 7e1ef97
PYVIZ_PROXY = """ | ||
if (window.PyViz === undefined) { | ||
if (window.HoloViews === undefined) { | ||
var PyViz = {comms: {}, comm_status:{}, kernels:{}, receivers: {}, plot_index: []} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consistent spacing would be nice if you're already making the change above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in e9f2157
If we are happy with the current setup.py, I'll register this on PyPI and then this PR can be merged. |
@philippjfr @jbednar Probably makes more sense to merge this and then register on PyPI. |
This PR add the shared Python comms component used by pyviz projects. This complements the Jupyterlab extension which must be installed to allow comms to work in that environment.