gorilla-repl
gorilla-repl copied to clipboard
A rich REPL for Clojure in the notebook style.
As my gorilla clojure blocks get bigger, I start refactoring code and get therefore sometimes exception in my code blocks. It seems to me that, even if several exception occurred...
I openeded an issue for the nippy library here: https://github.com/ptaoussanis/nippy/issues/57 But It might be a Gorilla repl problem. I cannot reproduce it in a non-Gorilla repl (Emacs or leiningen).
I noticed a case where a complex exception is not shown in the Gorilla Repl, it just renders a red empty box in the output. The real stacktrace is this,(copied...
Not doing this results in some unexpected behaviour with namespaces. The user might think it should be bound to the worksheet, but at the moment it's actually bound to the...
This may be a Vega issue, if so I'll move it, but there are definite issues plotting extreme values. Consider this function & plot, ``` clojure (defn g [x] (Math/log...
Explain how to run gorilla in development, and how to test releases with `lein install`.
It feels unexpected that if you accidentally click on some markdown/note text, you can't just click anywhere outside of the text field to re-render it as html. I notice that...