Commit 5be20734 authored by Andrew Gibiansky's avatar Andrew Gibiansky

minor fix

parent fe0a2b08
...@@ -33,8 +33,23 @@ ...@@ -33,8 +33,23 @@
], ],
"language": "python", "language": "python",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
"prompt_number": "*" {
"metadata": {},
"output_type": "display_data",
"text": [
"8"
]
},
{
"metadata": {},
"output_type": "display_data",
"text": [
"\"Hello, World!\""
]
}
],
"prompt_number": 1
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
...@@ -716,7 +731,7 @@ ...@@ -716,7 +731,7 @@
] ]
} }
], ],
"prompt_number": 18 "prompt_number": 2
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
...@@ -1169,7 +1184,7 @@ ...@@ -1169,7 +1184,7 @@
"output_type": "display_data" "output_type": "display_data"
} }
], ],
"prompt_number": 25 "prompt_number": 3
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
...@@ -1201,7 +1216,7 @@ ...@@ -1201,7 +1216,7 @@
"output_type": "display_data" "output_type": "display_data"
} }
], ],
"prompt_number": 26 "prompt_number": 4
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
......
...@@ -217,7 +217,7 @@ installPipDependencies = withTmpDir $ \tmpDir -> ...@@ -217,7 +217,7 @@ installPipDependencies = withTmpDir $ \tmpDir ->
-- Download the package. -- Download the package.
let downloadOpt = "--download=" ++ fpToText tmpDir let downloadOpt = "--download=" ++ fpToText tmpDir
rm $ fpFromText $ versioned ++ ".tar.gz" rm_f $ fpFromText $ versioned ++ ".tar.gz"
run_ pipPath ["install", downloadOpt, dep ++ "==" ++ version] run_ pipPath ["install", downloadOpt, dep ++ "==" ++ version]
-- Extract it. -- Extract it.
......
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