Skip to content

Commit e57889a

Browse files
committed
updating path to align picture:
1 parent 0844645 commit e57889a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/tutorials/align.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"Alignment algorithms use linear transformations to rotate and scale your datasets so they match as best as possible. For example, take these three distinct datasets. Each has a similar shape (an S), but are scaled and rotated differently. Aligning these datasets finds the transformation that minimizes the distance between them.\n",
1919
"\n",
20-
"<img src=\"img/alignment.png\",width=600>"
20+
"<img src=\"https://github.com/ContextLab/hypertools/raw/master/docs/tutorials/img/alignment.png\", width=600>"
2121
]
2222
},
2323
{
@@ -85,7 +85,9 @@
8585
{
8686
"cell_type": "code",
8787
"execution_count": null,
88-
"metadata": {},
88+
"metadata": {
89+
"collapsed": true
90+
},
8991
"outputs": [],
9092
"source": [
9193
"# average into two groups\n",
@@ -113,7 +115,9 @@
113115
{
114116
"cell_type": "code",
115117
"execution_count": null,
116-
"metadata": {},
118+
"metadata": {
119+
"collapsed": true
120+
},
117121
"outputs": [],
118122
"source": [
119123
"aligned_data = hyp.align(data)\n",
@@ -143,7 +147,9 @@
143147
{
144148
"cell_type": "code",
145149
"execution_count": null,
146-
"metadata": {},
150+
"metadata": {
151+
"collapsed": true
152+
},
147153
"outputs": [],
148154
"source": [
149155
"aligned_data = hyp.align(data, align='SRM')\n",

0 commit comments

Comments
 (0)