Skip to content

Commit 60cd970

Browse files
committed
change header of notebook
1 parent 8462ea3 commit 60cd970

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/assignments/Assignment_1:Hopfield_Networks/hopfield_assignment_template.ipynb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "d2c467d4",
56
"metadata": {
6-
"id": "view-in-github",
7-
"colab_type": "text"
7+
"colab_type": "text",
8+
"id": "view-in-github"
89
},
910
"source": [
1011
"<a href=\"https://colab.research.google.com/github/ContextLab/memory-models-course/blob/main/content/assignments/Assignment_1%3AHopfield_Networks/hopfield_assignment_template.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
@@ -17,7 +18,7 @@
1718
"id": "4112dba2"
1819
},
1920
"source": [
20-
"# Assignment 1: Hopfield Networks\n",
21+
"# Submission Template\n",
2122
"\n",
2223
"This notebook provides a suggested starter template for completing the [Hopfield network assignment](https://contextlab.github.io/memory-models-course/assignments/Assignment_1%3AHopfield_Networks/README.html).\n",
2324
"\n",
@@ -185,14 +186,14 @@
185186
}
186187
],
187188
"metadata": {
189+
"colab": {
190+
"include_colab_link": true,
191+
"provenance": []
192+
},
188193
"language_info": {
189194
"name": "python"
190-
},
191-
"colab": {
192-
"provenance": [],
193-
"include_colab_link": true
194195
}
195196
},
196197
"nbformat": 4,
197198
"nbformat_minor": 5
198-
}
199+
}

0 commit comments

Comments
 (0)