org.pinkgorilla/encoding

The encoding of PinkGorilla Notebook.



Documentation

PinkGorilla Notebook - Encoding

Convert the notebook datastructure in memory to/from string. The string gets read/written to the .cljg notebook files.

Unit Tests

clj: ยดยดยด lein test lein test :only pinkgorilla.notebook.new-notebook ยดยดยด

Tests going to github need credential file: test/creds.edn. There is is a sample-creds.edn to copy for convenience.

cljs: ยดยดยด lein doo ยดยดยด

Todo:

  • unit test clojurescript - inject notebook strings via macro to code
  • add spec from notebook here
  • extract clojure / clojurescript routine move here from notebook
  • add kernel type
  • add meta
  • cli utility to test all notebooks ?