gorilla-repl icon indicating copy to clipboard operation
gorilla-repl copied to clipboard

A rich REPL for Clojure in the notebook style.

Results 57 gorilla-repl issues
Sort by recently updated
recently updated
newest added

Since I'm having so much trouble getting interrupt to work (see #18 ), it might be useful instead to have a command to kill and restart the nREPL server.

core
feature

Vega allows force-directed graphs, http://trifacta.github.io/vega/editor/index.html?spec=force It would be nice to make use of these within gorilla-repl. What needs to be done to add a new type of plot?

plot
feature

Including an option to specify global :all ranges on either/both axes.

plot
feature

It would be useful to turn off the ability to edit markdown completely when providing materials to others. This could be implemented either as a protected flag in the markup...

core
feature

In building some training material with Gorilla, it would be useful if segments (or possibly groups of segments, but I'm not that greedy) had a "folded" state and if you...

core
feature

It would be very helpful to label both axes and give a title to the plot. Is that possible now and I haven't found it or is it possible to...

plot
feature

I've been using gorrila-repl when I have some database or a rest service to consume and extract data / graphs. It happens quite often to have a large sequence or...

core
feature

When trying to view a worksheet in the public viewer, I'm getting a console error. ``` Uncaught SyntaxError: Expected "\n", "\r\n" or any character but end of input found. ```...

bug
core

If I create a regexp with an syntax error inside of the regexp, I get a confusing error in Gorilla (because the real error message is not visible: ``` clojure...

bug
core