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
a6c7ec24
Commit
a6c7ec24
authored
Mar 09, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor stupid things
parent
7d4a92ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
Test.ipynb
notebooks/Test.ipynb
+29
-0
No files found.
notebooks/Test.ipynb
View file @
a6c7ec24
...
@@ -80,6 +80,35 @@
...
@@ -80,6 +80,35 @@
"outputs": [],
"outputs": [],
"prompt_number": 1
"prompt_number": 1
},
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"main =\n",
" do putStrLn \"Which food trip do you want to go to? [ramen/sushi/dimsum]\"\n",
" answer <- getLine\n",
" case answer of\n",
" \"ramen\" -> putStrLn \"South courtyard, 11am Saturday, 3/8.\"\n",
" \"sushi\" -> putStrLn \"South courtyard, 5pm Saturday, 3/8\"\n",
" \"dimsum\" -> putStrLn \"South courtyard, 11am Sunday, 3/9\"\n",
" _ -> putStrLn \"That's not on the menu, RTFM.\"\n",
" \n",
"main"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "display_data",
"text": [
"Which food trip do you want to go to? [ramen/sushi/dimsum]\n",
"That's not on the menu, RTFM."
]
}
],
"prompt_number": 3
},
{
{
"cell_type": "code",
"cell_type": "code",
"collapsed": false,
"collapsed": false,
...
...
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