Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Programming course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Programming course
Commits
17783854
Commit
17783854
authored
10 years ago
by
Michiel van Galen
Browse files
Options
Downloads
Patches
Plain Diff
Final additions
parent
adfa52e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
05 - IPython Notebook.ipynb
+58
-7
58 additions, 7 deletions
05 - IPython Notebook.ipynb
with
58 additions
and
7 deletions
05 - IPython Notebook.ipynb
+
58
−
7
View file @
17783854
...
...
@@ -221,6 +221,13 @@
"- Interactive shell with improved user friendliness"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"$ ipython"
]
},
{
"cell_type": "markdown",
"metadata": {},
...
...
@@ -256,6 +263,13 @@
"- New notebooks can be created in that same directory"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"$ ipython notebook"
]
},
{
"cell_type": "markdown",
"metadata": {},
...
...
@@ -285,6 +299,13 @@
"- Share notebooks easily with nbviewer"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"http://nbviewer.ipython.org/"
]
},
{
"cell_type": "heading",
"level": 1,
...
...
@@ -349,8 +370,9 @@
"source": [
"- Install locally\n",
" - See instructions in this course\n",
" - Linux, Windows\n",
" \n",
" - Linux, Windows\n",
" - Type 'ipython notebook'\n",
" \n",
" \n",
"- Remotely, Shark cluster LUMC\n",
" - Connect to shark\n",
...
...
@@ -625,7 +647,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"- Cells
run asynchronous
\n",
"- Cells
can be run individually
\n",
"- Results are persistent\n",
"- Save time by running intensive code blocks only once"
]
...
...
@@ -807,13 +829,41 @@
{
"metadata": {},
"output_type": "pyout",
"prompt_number":
47
,
"prompt_number":
1
,
"text": [
"0.
7
21
1185564561403
"
"0.21
020888481775812
"
]
}
],
"prompt_number": 47
"prompt_number": 1
},
{
"cell_type": "heading",
"level": 4,
"metadata": {},
"source": [
"SHIFT-TAB shows help functions"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"numpy.random.random()"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 5,
"text": [
"0.006939705725762635"
]
}
],
"prompt_number": 5
},
{
"cell_type": "heading",
...
...
@@ -1486,7 +1536,8 @@
"**Bonus: Write a function which can test if there are short palindromic sequences in a longer piece of DNA**\n",
"\n",
"- Try to find the palindromic sequences of at least length 6 in the sequence :\n",
" -GGGAGACATGTCTAACCGTTGTAAAA\n",
"\n",
"**GGGAGACATGTCTAACCGTTGTAAAA**\n",
" \n",
"Hints:\n",
"\n",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment