org.pinkgorilla/gorilla-notebook

A rich REPL for Clojure in the notebook style.

Leiningen/Boot

[org.pinkgorilla/gorilla-notebook "0.4.7"]

Clojure CLI/deps.edn

org.pinkgorilla/gorilla-notebook {:mvn/version "0.4.7"}

Gradle

implementation("org.pinkgorilla:gorilla-notebook:0.4.7")

Maven

<dependency>
  <groupId>org.pinkgorilla</groupId>
  <artifactId>gorilla-notebook</artifactId>
  <version>0.4.7</version>
</dependency>