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

Update mime type and docs #1

Closed
wants to merge 7 commits into from

Conversation

gnestor
Copy link

@gnestor gnestor commented Mar 11, 2017

Part of vega#216

@gnestor
Copy link
Author

gnestor commented Mar 11, 2017

@ellisonbg Care to review?

altair/api.py Outdated
@@ -233,7 +233,10 @@ def configure_facet_scale(self, *args, **kwargs):
def _ipython_display_(self):
from IPython.display import display
spec = self.to_dict()
data = {'application/vnd.vegalite+json': spec}
data = {
Copy link
Owner

Choose a reason for hiding this comment

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

Where is the sanitization being done? What if we use the VegaLite class here to do all of that?

@gnestor gnestor force-pushed the jupyterlab branch 2 times, most recently from 3459346 to 738f1eb Compare April 20, 2017 16:05
@gnestor gnestor closed this Apr 20, 2017
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