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

ENH: add chart.serve() and chart.display() #831

Merged
merged 2 commits into from
May 14, 2018
Merged

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented May 13, 2018

  • chart.serve() will open a web browser window and start a local server,
    so that charts can be more easily displayed in non-javascript environments
  • chart.display() will force display in Jupyter notebook / JupyterLab without
    needing to have the chart object evaluated at the end of a cell.

Fixes #827

jakevdp added 2 commits May 12, 2018 20:06
- chart.serve() will open a web browser window and start a local server,
  so that charts can be more easily displayed in non-javascript environments
- chart.display() will force display in Jupyter notebook / JupyterLab without
  needing to have the chart object evaluated at the end of a cell.
@jakevdp
Copy link
Collaborator Author

jakevdp commented May 14, 2018

Thanks!

@jakevdp jakevdp merged commit 118db1c into vega:master May 14, 2018
@jakevdp jakevdp deleted the chart-serve branch May 14, 2018 14:29
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