gorilla-repl
gorilla-repl copied to clipboard
A rich REPL for Clojure in the notebook style.
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.
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?
Including an option to specify global :all ranges on either/both axes.
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...
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...
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...
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...
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. ```...
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...