-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f20163a
commit 9613e5e
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,9 +53,9 @@ | |
} | ||
], | ||
"source": [ | ||
"from IPython.display import display, HTML\n", | ||
"from IPython.display import HTML, display\n", | ||
"\n", | ||
"display(HTML(\"<style>.container { width:80% !important; }</style>\"))\n", | ||
"import numpy as np\n", | ||
"import matplotlib.pyplot as plt" | ||
] | ||
}, | ||
|
@@ -317,8 +317,7 @@ | |
"Centre for the Biology of Memory\n", | ||
"Norwegian University of Science and Technology\n", | ||
"\n", | ||
"Correspondence: Edvard Moser ([email protected])\n", | ||
"\n" | ||
"Correspondence: Edvard Moser ([email protected])\n" | ||
] | ||
} | ||
], | ||
|
@@ -1149,7 +1148,7 @@ | |
} | ||
], | ||
"source": [ | ||
" recorded_data # Same as before" | ||
"recorded_data # Same as before" | ||
] | ||
}, | ||
{ | ||
|