Skip to content

Putting notebooks on the web

Marcus Lewis edited this page Nov 27, 2015 · 2 revisions

Want to use the notebook for blogging?

You can use Gorilla REPL's online viewer if you're comfortable with Github's API limits: http://gorilla-repl.org/viewer.html

Otherwise, it's easy to host a viewer on your own static webserver. Just:

  1. Download https://github.com/mrcslws/gorilla-repl/archive/com.mrcslws.zip
  2. Upload the resources/gorilla-repl-client to a webserver
  3. Put your worksheet on the same webserver
  4. Navigate to view.html?path=/path/to/worksheet.clj

Replace /path/to/worksheet.clj with your own path.

Clone this wiki locally