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
eab17200
Commit
eab17200
authored
Mar 02, 2020
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/acceptance.nbconvert.in.ipynb: update
parent
f540feb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
126 additions
and
4 deletions
+126
-4
acceptance.nbconvert.in.ipynb
test/acceptance.nbconvert.in.ipynb
+126
-4
No files found.
test/acceptance.nbconvert.in.ipynb
View file @
eab17200
...
...
@@ -989,6 +989,128 @@
":help"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Test `:sprint`"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'d'"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"<style>/* Styles used for the Hoogle display in the pager */\n",
".hoogle-doc {\n",
"display: block;\n",
"padding-bottom: 1.3em;\n",
"padding-left: 0.4em;\n",
"}\n",
".hoogle-code {\n",
"display: block;\n",
"font-family: monospace;\n",
"white-space: pre;\n",
"}\n",
".hoogle-text {\n",
"display: block;\n",
"}\n",
".hoogle-name {\n",
"color: green;\n",
"font-weight: bold;\n",
"}\n",
".hoogle-head {\n",
"font-weight: bold;\n",
"}\n",
".hoogle-sub {\n",
"display: block;\n",
"margin-left: 0.4em;\n",
"}\n",
".hoogle-package {\n",
"font-weight: bold;\n",
"font-style: italic;\n",
"}\n",
".hoogle-module {\n",
"font-weight: bold;\n",
"}\n",
".hoogle-class {\n",
"font-weight: bold;\n",
"}\n",
".get-type {\n",
"color: green;\n",
"font-weight: bold;\n",
"font-family: monospace;\n",
"display: block;\n",
"white-space: pre-wrap;\n",
"}\n",
".show-type {\n",
"color: green;\n",
"font-weight: bold;\n",
"font-family: monospace;\n",
"margin-left: 1em;\n",
"}\n",
".mono {\n",
"font-family: monospace;\n",
"display: block;\n",
"}\n",
".err-msg {\n",
"color: red;\n",
"font-style: italic;\n",
"font-family: monospace;\n",
"white-space: pre;\n",
"display: block;\n",
"}\n",
"#unshowable {\n",
"color: red;\n",
"font-weight: bold;\n",
"}\n",
".err-msg.in.collapse {\n",
"padding-top: 0.7em;\n",
"}\n",
".highlight-code {\n",
"white-space: pre;\n",
"font-family: monospace;\n",
"}\n",
".suggestion-warning { \n",
"font-weight: bold;\n",
"color: rgb(200, 130, 0);\n",
"}\n",
".suggestion-error { \n",
"font-weight: bold;\n",
"color: red;\n",
"}\n",
".suggestion-name {\n",
"font-weight: bold;\n",
"}\n",
"</style><span class='get-type'>x = 'a' : 'b' : 'c' : 'd' : _\n",
"</span>"
],
"text/plain": [
"x = 'a' : 'b' : 'c' : 'd' : _"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"x = ['a'..'z']\n",
"x !! 3\n",
":sprint x"
]
},
{
"cell_type": "markdown",
"metadata": {},
...
...
@@ -1000,7 +1122,7 @@
},
{
"cell_type": "code",
"execution_count": 1
5
,
"execution_count": 1
6
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -1023,7 +1145,7 @@
},
{
"cell_type": "code",
"execution_count": 1
6
,
"execution_count": 1
7
,
"metadata": {},
"outputs": [
{
...
...
@@ -1062,7 +1184,7 @@
},
{
"cell_type": "code",
"execution_count": 1
7
,
"execution_count": 1
8
,
"metadata": {},
"outputs": [
{
...
...
@@ -1089,7 +1211,7 @@
},
{
"cell_type": "code",
"execution_count": 1
8
,
"execution_count": 1
9
,
"metadata": {},
"outputs": [
{
...
...
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