scicloj / clay

A tiny Clojure tool for dynamic workflow of data visualization and literate programming
https://scicloj.github.io/clay/
Eclipse Public License 1.0
111 stars 10 forks source link

clay doesn't always catch 'long' output #99

Open light-matters opened 2 months ago

light-matters commented 2 months ago

For example,


(range 1000)
...

, makes the rest of the namespace will unviewable in the browser because of the output length. This is also a problem when the lazy sequence doesn't have a bound and clay will hang when trying to evaluate it.