Updated readme
authorNeil Smith <neil.git@njae.me.uk>
Wed, 29 Nov 2017 08:25:49 +0000 (08:25 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Wed, 29 Nov 2017 08:25:49 +0000 (08:25 +0000)
README.html
README.md
adventofcode1701/app/advent01.ipynb

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>
index a6eb1f7366f0c51c843b0af74379d5a0a0fccee7..11880e96e5a49e626c10d5f00274a71cfc581c1d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,6 +71,16 @@ then run with
 stack exec -- advent01 +RTS -p -hy
 ```
 
+# IHaskell
+
+Install following the [IHaskell instructions](https://github.com/gibiansky/IHaskell).
+
+To run, change into the package's directory (after modifying the `.cabal` file) and run it with
+
+```
+stack exec jupyter -- notebook
+```
+
 # Readme
 
 Build this readme file wth
index 2fe0e247cc655b228eb3af668d6985ed2e01abef..4fb001ced654f4be5c7c1986b1c96adaf7a5efd6 100644 (file)
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 6,
+   "execution_count": 1,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -12,7 +12,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 7,
+   "execution_count": 2,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -21,7 +21,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 19,
+   "execution_count": 3,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -33,7 +33,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 20,
+   "execution_count": 4,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -47,7 +47,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 21,
+   "execution_count": 5,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -58,7 +58,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 25,
+   "execution_count": 6,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -69,7 +69,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 23,
+   "execution_count": 7,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -83,7 +83,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 26,
+   "execution_count": 8,
    "metadata": {},
    "outputs": [
     {