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
e193ee47
Commit
e193ee47
authored
Mar 19, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First widget is done displaying!
parent
9de53030
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
244 additions
and
541 deletions
+244
-541
Test.ipynb
notebooks/Test.ipynb
+239
-15
custom.js
profile/static/custom/custom.js
+3
-0
codecell.js
profile/static/notebook/js/codecell.js
+0
-525
IPython.hs
src/IHaskell/IPython.hs
+1
-1
Types.hs
src/IHaskell/Types.hs
+1
-0
No files found.
notebooks/Test.ipynb
View file @
e193ee47
This diff is collapsed.
Click to expand it.
profile/static/custom/custom.js
View file @
e193ee47
...
...
@@ -18,6 +18,9 @@ $([IPython.events]).on('app_initialized.NotebookApp', function(){
// Set tooltips to be triggered after 800ms
IPython
.
tooltip
.
time_before_tooltip
=
800
;
// IPython keycodes.
IPython
.
keyboard
.
keycodes
.
down
=
32
;
// space
CodeMirror
.
requireMode
(
'haskell'
,
function
(){
// Create a multiplexing mode that uses Haskell highlighting by default but
...
...
profile/static/notebook/js/codecell.js
deleted
100644 → 0
View file @
9de53030
This diff is collapsed.
Click to expand it.
src/IHaskell/IPython.hs
View file @
e193ee47
...
...
@@ -42,7 +42,7 @@ data WhichIPython
-- | Which commit of IPython we are on.
ipythonCommit
::
Text
ipythonCommit
=
"
4a08574f74201ef7ca39a4e80d19a2d158ab6950
"
ipythonCommit
=
"
9c1c7a7e32118942a06eb39909c942e628090c14
"
-- | The IPython profile name.
ipythonProfile
::
String
...
...
src/IHaskell/Types.hs
View file @
e193ee47
...
...
@@ -115,6 +115,7 @@ instance IHaskellDisplay Widget where
instance
IHaskellWidget
Widget
where
targetName
(
Widget
widget
)
=
targetName
widget
open
(
Widget
widget
)
=
open
widget
comm
(
Widget
widget
)
=
comm
widget
close
(
Widget
widget
)
=
close
widget
...
...
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