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
22b9e06d
Commit
22b9e06d
authored
Jan 26, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing view with spaces, closes #170
parent
91836d01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
run.sh
installation/run.sh
+2
-1
Test.ipynb
notebooks/Test.ipynb
+1
-1
IPython.hs
src/IHaskell/IPython.hs
+1
-0
No files found.
installation/run.sh
View file @
22b9e06d
...
@@ -9,4 +9,5 @@ shift
...
@@ -9,4 +9,5 @@ shift
source
$VIRTUALENV
/bin/activate
source
$VIRTUALENV
/bin/activate
# Run IPython.
# Run IPython.
ipython
$@
# Quotes around $@ are necessary to deal properly with spaces.
ipython
"
$@
"
notebooks/Test.ipynb
View file @
22b9e06d
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
"collapsed": false,
"collapsed": false,
"input": [
"input": [
"import Control.Monad.Identity\n",
"import Control.Monad.Identity\n",
":
"
":
ext NoIm
"
],
],
"language": "python",
"language": "python",
"metadata": {},
"metadata": {},
...
...
src/IHaskell/IPython.hs
View file @
22b9e06d
...
@@ -117,6 +117,7 @@ nbconvert :: WhichIPython -> ViewFormat -> String -> IO ()
...
@@ -117,6 +117,7 @@ nbconvert :: WhichIPython -> ViewFormat -> String -> IO ()
nbconvert
which
fmt
name
=
void
.
shellyNoDir
$
do
nbconvert
which
fmt
name
=
void
.
shellyNoDir
$
do
curdir
<-
pwd
curdir
<-
pwd
nbdir
<-
notebookDir
nbdir
<-
notebookDir
-- Find which of the options is available.
-- Find which of the options is available.
let
notebookOptions
=
[
let
notebookOptions
=
[
curdir
</>
fpFromString
name
,
curdir
</>
fpFromString
name
,
...
...
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