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
ddc8f623
Commit
ddc8f623
authored
Mar 18, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nb change
parent
e2eef709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
Test.ipynb
notebooks/Test.ipynb
+4
-12
No files found.
notebooks/Test.ipynb
View file @
ddc8f623
...
...
@@ -50,13 +50,7 @@
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "display_data",
"text": []
}
],
"outputs": [],
"prompt_number": 1
},
{
...
...
@@ -164,7 +158,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
"
parser
"
"
float
"
],
"language": "python",
"metadata": {},
...
...
@@ -177,12 +171,10 @@
"\n",
"<!-- Parsec widget -->\n",
"<script>\n",
"console.log(\"Registered: \", window.parsecWidgetRegistered);\n",
"var kernel = IPython.notebook.kernel;\n",
"var initialized = kernel !== undefined && kernel != null;\n",
"if (initialized && window.parsecWidgetRegistered === undefined) {\n",
"window.parsecWidgetRegistered = true;\n",
"console.log(\"Initializing Parsec widget.\");\n",
"// Register the comm target.\n",
"var ParsecWidget = function (comm) {\n",
" this.comm = comm;\n",
...
...
@@ -249,7 +241,7 @@
"\n",
"// Register this widget.\n",
"IPython.notebook.kernel.comm_manager.register_target('parsec', IPython.utils.always_new(ParsecWidget));\n",
"console.log(\"Registering
p
arsec widget.\");\n",
"console.log(\"Registering
P
arsec widget.\");\n",
"}\n",
"</script>\n",
"\n",
...
...
@@ -261,7 +253,7 @@
"output_type": "display_data"
}
],
"prompt_number":
3
"prompt_number":
2
},
{
"cell_type": "code",
...
...
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