gigasquid / colab-iclojure

Examples of How to Use Google Colaboratory with IClojure
18 stars 4 forks source link

Colab IClojure

This Repo has some templates that will allow you to run Clojure code on Google Colaboratory It uses IClojure as the Jupyter kernel

Instructions

This is a two step process, there is no automated way to do this so far. The first step is to install the Clojure kernel. The next step is to upload a notebook and connect to the kernel runtime.

Install the Clojure Kernel

Available kernels:
  iclojure    /root/.local/share/jupyter/kernels/iclojure
  python2     /usr/local/share/jupyter/kernels/python2
  python3     /usr/local/share/jupyter/kernels/python3
  swift       /usr/local/share/jupyter/kernels/swift

Upload an IClojure notebook and connect

MXNet examples

If you want to do an MXNet example, you can use a similar process above using these two notebooks: