-
Notifications
You must be signed in to change notification settings - Fork 663
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
iframe not rendering #91
Comments
hmmmmmmmmm could you give a link to your repo? How does the iframe code look in the markdown? |
Thanks for the quick reply ! The repo is here, but I realized the error is creeping in the |
know what was going wrong? was it losing some text or something? |
It looks like it's cutting in the middle -- attaching two text files here, one with what's rendered in the markdown doc and one with what's in the raw markdown text but not rendering in the markdown preview: unrender_text.txt Edited to add: this is converting a different brainsprite, so the text might not match up exactly to what I previously reported, though the behavior is the same. I can also share text for the original sprite, if that's helpful ! |
ah - I think this is related to: #72 |
Thanks so much for the pointer ! That's super helpful. A beginner question: there you were able to figure out that it was an unquoted |
in my case, I saw lots of "&" signs (I think it was &) and was like "huh that doesn't look like normal HTML". Then I looked up the encoding symbols in HTML and had my ah-hah moment :-) |
Update: unquoted attributes were exactly the problem ✨ |
adding colored boxes to the CLI commands
I've created some interactive brain images using nilearn's plotting calls to brainsprite.js. The images look lovely in a jupyter notebook, and when I render the notebook with nbconvert they still look lovely and retain interactivity. But when I try to put the executed notebooks into jupyter-book, I get an unrendered iframe:
Any ideas what could be going on here, or how to start tackling this ? Thanks as always !
The text was updated successfully, but these errors were encountered: