/notebooks

Jupyter notebooks

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

notebooks

This is a repository of my IHaskell notebooks, provisioned using Nix. To run one of them, e.g. continuations, you can do this:

$ cd continuations
$ $(nix-build)/bin/jupyter-notebook
<...>

To speed up building, you can use my cache at https://vaibhavsagar.cachix.org.