You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install latest VS Code Insiders, Jupyter pre-release and Notebook renderers extension
Install the following python packages pip install altair, vega, vega-datasets
Run a cell in a notebook
importaltairasaltfromvega_datasetsimportdata# Show an image where the interactive plot is not supportedalt.renderers.enable('mimetype')
source=data.cars()
alt.Chart(source).mark_boxplot().encode(
x='Origin',
y=alt.Y(alt.repeat('column'), type='quantitative'),
).repeat(column=['Horsepower', 'Weight_in_lbs'])
Click on the hamburger menu and you should only get the options Save as PNG & SVG
The following actions do not work in vega viewer:
Thoughts:
The text was updated successfully, but these errors were encountered: