Liking cljdoc? Tell your friends :D

Pinkgorilla Notebook GitHub Actions status |pink-gorilla/notebook-uiClojars Project

TTHIs WILL BE MOVED TO NOTEBOOK.

  • a web based clojure notebook
  • built with clojure and clojurescript (reagent / reframe)
  • the bundeled version contains the pre built js bundle. see: notebook-bundeled

Notebook (Bundel version)

The notebook-bundel contains:

  • gorilla ui
  • gorilla plot
  • goldly

Run lein notebook watch to run the demo app.

This will run a web server at port 8000 with showcase of some notebook components, and notebook-explorer and notebook-viewer.

You can also run:

lein notebook npm-install
lein notebook release
lein notebook

Demo (for development)

Run lein demo to run the demo app.

This is useful for development.

Use an external nrepl relay

If you want to eval clj code, then to run a nrepl websocket relay:

  • run lein relay-jetty (in nrepl-middleware or
  • run lein relay lein-pinkgorilla)

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close