Commit a36cbb1f authored by Vaibhav Sagar's avatar Vaibhav Sagar

notebooks/IHaskell.ipynb: turn off SVG output

parent e8934f5d
...@@ -1051,6 +1051,16 @@ ...@@ -1051,6 +1051,16 @@
"toJSON (Coord 3 2)" "toJSON (Coord 3 2)"
] ]
}, },
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"outputs": [],
"source": [
"-- Turn off SVG output\n",
":option no-svg"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
...@@ -1060,7 +1070,7 @@ ...@@ -1060,7 +1070,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 18, "execution_count": 19,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1297,7 +1307,7 @@ ...@@ -1297,7 +1307,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 19, "execution_count": 20,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1338,7 +1348,7 @@ ...@@ -1338,7 +1348,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 20, "execution_count": 21,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1386,7 +1396,7 @@ ...@@ -1386,7 +1396,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 21, "execution_count": 22,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1531,7 +1541,7 @@ ...@@ -1531,7 +1541,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 22, "execution_count": 23,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -1542,7 +1552,7 @@ ...@@ -1542,7 +1552,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 23, "execution_count": 24,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1569,7 +1579,7 @@ ...@@ -1569,7 +1579,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 24, "execution_count": 25,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1684,7 +1694,7 @@ ...@@ -1684,7 +1694,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 25, "execution_count": 26,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -3194,7 +3204,7 @@ ...@@ -3194,7 +3204,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 26, "execution_count": 27,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -3239,7 +3249,7 @@ ...@@ -3239,7 +3249,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 27, "execution_count": 28,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -3260,7 +3270,7 @@ ...@@ -3260,7 +3270,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 28, "execution_count": 29,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -3297,7 +3307,7 @@ ...@@ -3297,7 +3307,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 29, "execution_count": 30,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -3407,7 +3417,7 @@ ...@@ -3407,7 +3417,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 30, "execution_count": 31,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -3463,7 +3473,7 @@ ...@@ -3463,7 +3473,7 @@
"file_extension": ".hs", "file_extension": ".hs",
"name": "haskell", "name": "haskell",
"pygments_lexer": "Haskell", "pygments_lexer": "Haskell",
"version": "8.4.3" "version": "8.4.4"
}, },
"latex_envs": { "latex_envs": {
"bibliofile": "biblio.bib", "bibliofile": "biblio.bib",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment