notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Notebooks should load on a page

Open deas opened this issue 5 years ago • 0 comments

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

deas avatar Jan 12 '20 10:01 deas