Prigith

Results 3 comments of Prigith

This is working fine with jupyter lab, only issue is with jupyter notebook. However I turned to jupyterlab while working with Altair charts. I just noticed jupyter-vega.js is not loading...

> (the actual code text rather than a screenshot, please) ```python import altair as alt from vega_datasets import data alt.renderers.enable('notebook') source = data.seattle_weather() alt.Chart(source).mark_bar( cornerRadiusTopLeft=3, cornerRadiusTopRight=3 ).encode( x='month(date):O', y='count():Q', color='weather:N'...

Thank you for your great help and suggestion. I will look into your comments and figure it out if possible with me. Meantime I have jupyter lab, and will progress...