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

Compatibility with svg outputs #6

Open
ColasDroin opened this issue Jun 29, 2022 · 1 comment
Open

Compatibility with svg outputs #6

ColasDroin opened this issue Jun 29, 2022 · 1 comment

Comments

@ColasDroin
Copy link

ColasDroin commented Jun 29, 2022

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!

@Joeyonng
Copy link
Owner

Thanks for your suggestion. I will take a look at this when I have time.

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