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

cannot print additional items in jupyter #280

Closed
simonm3 opened this issue Dec 10, 2016 · 1 comment
Closed

cannot print additional items in jupyter #280

simonm3 opened this issue Dec 10, 2016 · 1 comment

Comments

@simonm3
Copy link

simonm3 commented Dec 10, 2016

In a jupyter cell it does not display the charts if there are other print statements either before or after the display call.

from altair import Chart, load_dataset
data = load_dataset('cars', url_only=True)
a=Chart(data).mark_point().encode(
    x='Horsepower:Q',
    y='Miles_per_Gallon:Q',
    color='Origin:N',
)
print("hhdhddh")
a.display()
@jakevdp
Copy link
Collaborator

jakevdp commented Dec 10, 2016

Thanks! This is a known issue in ipyvega. See vega/ipyvega#62

@jakevdp jakevdp closed this as completed Dec 10, 2016
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

No branches or pull requests

2 participants