Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
5be20734
Commit
5be20734
authored
Jan 12, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix
parent
fe0a2b08
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
IHaskell.ipynb
demo/IHaskell.ipynb
+20
-5
IPython.hs
src/IHaskell/IPython.hs
+1
-1
No files found.
demo/IHaskell.ipynb
View file @
5be20734
...
...
@@ -33,8 +33,23 @@
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": "*"
"outputs": [
{
"metadata": {},
"output_type": "display_data",
"text": [
"8"
]
},
{
"metadata": {},
"output_type": "display_data",
"text": [
"\"Hello, World!\""
]
}
],
"prompt_number": 1
},
{
"cell_type": "markdown",
...
...
@@ -716,7 +731,7 @@
]
}
],
"prompt_number":
18
"prompt_number":
2
},
{
"cell_type": "markdown",
...
...
@@ -1169,7 +1184,7 @@
"output_type": "display_data"
}
],
"prompt_number":
25
"prompt_number":
3
},
{
"cell_type": "markdown",
...
...
@@ -1201,7 +1216,7 @@
"output_type": "display_data"
}
],
"prompt_number":
26
"prompt_number":
4
},
{
"cell_type": "markdown",
...
...
src/IHaskell/IPython.hs
View file @
5be20734
...
...
@@ -217,7 +217,7 @@ installPipDependencies = withTmpDir $ \tmpDir ->
-- Download the package.
let
downloadOpt
=
"--download="
++
fpToText
tmpDir
rm
$
fpFromText
$
versioned
++
".tar.gz"
rm
_f
$
fpFromText
$
versioned
++
".tar.gz"
run_
pipPath
[
"install"
,
downloadOpt
,
dep
++
"=="
++
version
]
-- Extract it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment