Updated readme
[advent-of-code-17.git] / README.html
index 6f80db8e882bb84de24ad5ddd8cbb9eb2cda0bec..b524d3c57fc0b959201a84a5f4f4be13f8319a11 100644 (file)
 <pre><code>stack build --executable-profiling --library-profiling --ghc-options=&quot;-fprof-auto -rtsopts&quot; adventofcode1601</code></pre>
 <p>then run with</p>
 <pre><code>stack exec -- advent01 +RTS -p -hy</code></pre>
+<h1 id="ihaskell">IHaskell</h1>
+<p>Install following the <a href="https://github.com/gibiansky/IHaskell">IHaskell instructions</a>.</p>
+<p>To run, change into the package's directory (after modifying the <code>.cabal</code> file) and run it with</p>
+<pre><code>stack exec jupyter -- notebook</code></pre>
 <h1 id="readme">Readme</h1>
 <p>Build this readme file wth</p>
 <pre><code>pandoc -s README.md &gt; README.html</code></pre>