Skip to content

Commit

Permalink
fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Sep 4, 2024
1 parent f20163a commit 9613e5e
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down Expand Up @@ -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"
]
}
],
Expand Down Expand Up @@ -1149,7 +1148,7 @@
}
],
"source": [
" recorded_data # Same as before"
"recorded_data # Same as before"
]
},
{
Expand Down

0 comments on commit 9613e5e

Please sign in to comment.