You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The situation is pretty similar to that of Javascript playgrounds such codepen and the like.
The document (notebook in our case) may choose to require css- or js resources. The (notebook) application has to provide injection functionality. Injecting arbitrary can introduce all kinds of issues. Loading a page is the only safe way to get rid of whatever was introduce by injected resources. We should make sure all resources are loaded before we start evaluating code cells.
gorilla-notebook version
0.4.1-SNAPSHOT
Java version
n/a
Operating system
n/a
The text was updated successfully, but these errors were encountered:
The situation is pretty similar to that of Javascript playgrounds such codepen and the like.
The document (notebook in our case) may choose to require css- or js resources. The (notebook) application has to provide injection functionality. Injecting arbitrary can introduce all kinds of issues. Loading a page is the only safe way to get rid of whatever was introduce by injected resources. We should make sure all resources are loaded before we start evaluating code cells.
gorilla-notebook version
0.4.1-SNAPSHOT
Java version
n/a
Operating system
n/a
The text was updated successfully, but these errors were encountered: