Liking cljdoc? Tell your friends :D

notebook bundel GitHub Actions status |pink-gorilla/notebook-bundelClojars Project

Notebook bundel packages gorilla-notebook. It's clojars dependency ships the compiled js bundle. The bundel contains:

  • gorilla notebook
  • goldly
  • gorilla-ui
  • gorilla-plot

Notebook Standalone

Clone this repo and run:

lein notebook

as a library in your project.

Add a reference to: org.pinkgorilla/notebook-bundel "0.0.8"

In your code call

(pinkgorilla.notebook-ui.app-bundel.app/notebook-bundel-run!)

If you want to customize settings:

(pinkgorilla.notebook-ui.app-bundel.app/notebook-bundel-run! settings)

dev notes

  • this project exists to ship the compiled js bundle
  • it cannot be included in notebook itself, because when developing libraries that are shipped with the notebook-bundel (like gorilla-ui), this libraries need to be built against an unbundeled version of the notebook.

Can you improve this documentation?Edit on GitHub

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

× close