Skip to content

Commit abfd2f3

Browse files
committed
[02] remove jupyter artifact (?) [ci skip]
1 parent 76d7d52 commit abfd2f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/02-dimension-reduction-and-discretization.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -1137,9 +1137,7 @@
11371137
" ax.scatter(*cluster.clustercenters[:, [i, j]].T, s=15, c='C1')\n",
11381138
" ax.set_xlabel('IC {}'.format(i + 1))\n",
11391139
" ax.set_ylabel('IC {}'.format(j + 1))\n",
1140-
"fig.tight_layout()\n",
1141-
"\n",
1142-
"## Wrapping up"
1140+
"fig.tight_layout()"
11431141
]
11441142
},
11451143
{

0 commit comments

Comments
 (0)