Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 359 Bytes

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.