Greetings!
I am a new user here so forgive me if I am asking something that is already answered. I haven’t found anything addressing my question.
I have successfully gotten my nbdev environment up and running via the online tutorial and completed everything including getting github to automatically deploy the initial nbdev-hello-world notebook to my personal github page
If you visit the link, at the bottom you will see that the image from this part of the notebook is broken:
from IPython.display import display,SVG
display(SVG(’ < svg height=“100” xmlns=“SVG namespace”> < circle cx=“50” cy=“50” r= “40” /> </ svg>'))
However it works just fine when in preview mode.
I was hoping someone might be able to point me at the solution to fix this .
Thank you!