A Docker image exists to make trying out Clojupyter easier. To try it:
make docker-build to build a docker image.docker run --publish 8888:8888 clojupyter:<version>The first time you start it Docker will pull the Docker image from hub.docker.com, which takes time.
Alternatively, you can run make docker-config to setup the base environment but without
running docker build. You can then make your custom adjustments to the build environment
before calling make docker-build.
Can you improve this documentation? These fine people already did:
Daniel Ciumberică & Klaus HarboEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |