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
Thank you for your amazing work with this component, which will be super useful for my blog. I was wondering if there was an easy way for the rendered notebook to also display vectorial images. I.e. have a cell like this actually display the output:
import matplotlib.pyplot as plt
import matplotlib_inline.backend_inline as backend_inline
backend_inline.set_matplotlib_formats('svg')
plt.plot([1, 2, 3, 4])
plt.show()
I'm asking because vectorial rendering is much prettier on any modern screen.
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for your amazing work with this component, which will be super useful for my blog. I was wondering if there was an easy way for the rendered notebook to also display vectorial images. I.e. have a cell like this actually display the output:
I'm asking because vectorial rendering is much prettier on any modern screen.
Thanks!
The text was updated successfully, but these errors were encountered: