Support running in smaller portion of a page? #1744
Unanswered
fonsp
asked this question in
Pluto development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our frontend is written with the assumption that it is running as a single-page app:
vw
andvh
CSS unitsbody
to change functionality<head>
to load assetswindow.location
If we didn't do this, then Pluto could run inside a div in a larger page, without needing an iframe. For example, https://computationalthinking.mit.edu/Spring21/dynamicprograms/ uses an iframe to display the notebook to avoid these issues, but it means:
We also want to render notebooks inside notebooks!
Beta Was this translation helpful? Give feedback.
All reactions