IRacket is a Racket kernel for Jupyter. IRacket enables interactive notebook-style programming with Racket.
libzmq5
packagezeromq
packagebrew install zmq
zeromq-r-lib
packageFirst install the iracket package:
raco pkg install iracket
Then register the iracket kernel with Jupyter:
raco iracket install
Run the Jupyter notebook server as you usually do, e.g.
jupyter notebook
and create a new notebook with the Racket kernel, or open
examples/getting-started.ipynb
in the iracket source directory.
See the examples
subdirectory for example notebooks.
The first version of IRacket was by Theo Giannakopoulos (then at BAE Systems), for the PPAML program.