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

Renamed to pyviz_comms and added Python package #5

Merged
merged 15 commits into from
May 22, 2018
Merged

Conversation

jlstevens
Copy link
Contributor

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.

- pyviz_comms

about:
home: www.holoviews.org
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point to pyviz.org?

Copy link
Contributor Author

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: []}
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in e9f2157

@jlstevens
Copy link
Contributor Author

If we are happy with the current setup.py, I'll register this on PyPI and then this PR can be merged.

@jlstevens
Copy link
Contributor Author

@philippjfr @jbednar Probably makes more sense to merge this and then register on PyPI.

@philippjfr philippjfr merged commit 0d9faa5 into master May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants