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
3707442a
Commit
3707442a
authored
Jan 26, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change so that sdist works. also, update ipython/remove tooltips.
closes #173
parent
b3045975
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
384 deletions
+6
-384
ihaskell.cabal
ihaskell.cabal
+1
-0
Test.ipynb
notebooks/Test.ipynb
+1
-1
custom.js
profile/static/custom/custom.js
+3
-0
tooltip.js
profile/static/notebook/js/tooltip.js
+0
-382
IPython.hs
src/IHaskell/IPython.hs
+1
-1
No files found.
ihaskell.cabal
View file @
3707442a
...
...
@@ -100,6 +100,7 @@ library
IHaskell.IPython
IHaskell.Flags
IHaskell.Types
other-modules:
Paths_ihaskell
executable IHaskell
...
...
notebooks/Test.ipynb
View file @
3707442a
...
...
@@ -37,7 +37,7 @@
"collapsed": false,
"input": [
"import Control.Monad.Identity\n",
"
:ext NoIm
"
"
lkjasdfjlkjah
"
],
"language": "python",
"metadata": {},
...
...
profile/static/custom/custom.js
View file @
3707442a
...
...
@@ -16,6 +16,9 @@ $([IPython.events]).on('app_initialized.NotebookApp', function(){
// like adding specific UI, or changing the default value
// of codecell highlight.
// Set tooltips to be triggered after 800ms
IPython
.
tooltip
.
time_before_tooltip
=
800
;
CodeMirror
.
requireMode
(
'haskell'
,
function
(){
// Create a multiplexing mode that uses Haskell highlighting by default but
// doesn't highlight command-line directives.
...
...
profile/static/notebook/js/tooltip.js
deleted
100644 → 0
View file @
b3045975
This diff is collapsed.
Click to expand it.
src/IHaskell/IPython.hs
View file @
3707442a
...
...
@@ -40,7 +40,7 @@ data WhichIPython
-- | Which commit of IPython we are on.
ipythonCommit
::
Text
ipythonCommit
=
"
8858f7eecc31f363ec8b391ac0d9698f99d556a5
"
ipythonCommit
=
"
a3e6ba6a5f3b3e95359de62b241570a76f90d8fa
"
-- | The IPython profile name.
ipythonProfile
::
String
...
...
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