Created
October 10, 2021 08:52
-
-
Save jerryjappinen/a52cf7d019e1665e0ccc05adf954305f to your computer and use it in GitHub Desktop.
Observable embed workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.assign(html`<iframe style="width:100%;height:505px;border:none;">`, { | |
srcdoc: ` | |
<!DOCTYPE html> | |
<script crossorigin src="https://www.wolframcdn.com/notebook-embedder/0.1/wolfram-notebook-embedder.js"></script> | |
<div id="410a0f8d-0a9d-44f8-a72c-bdc9853ce4e8-24271-57612"></div> | |
<script> | |
WolframNotebookEmbedder.embed( | |
"https://www.wolframcloud.com/obj/demonstrations/Published/3DVectorFields", | |
document.getElementById("410a0f8d-0a9d-44f8-a72c-bdc9853ce4e8-24271-57612"), {allowInteract: true} | |
); | |
</script> | |
` | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment