IClojure
IClojure copied to clipboard
Clojure Jupyter kernel based on the Unrepl Protocol
It seems like the Docker image from Docker Hub broke down, I get ``` [C 14:30:41.371 LabApp] Running as root is not recommended. Use --allow-root to bypass. ``` And then...
None of the Jupyter expressions for suppressing cell output appear to work. It looks like it checks for the trailing semicolon in both core.clj and messages.clj, but in both cases...
There is a problem when the string is too long. By default, `unrepl` has a maximum length of 80 characters. If, for example, our html is longer than 80, then...
The exception below is thrown seemingly at random when evaluating certain forms while connectd to a remote ssh REPL. Exception while doing something unexpected. #error {:cause "Broken pipe (Write failed)",...
Hey, I'm trying to display a png, but it doesn't seem to work. I'm doing `#unrepl/mime {:content-type "image/png" :content chart}` where chart is a base64 encoded byte array of the...