Skip to content

Commit 9adb038

Browse files
committed
Update documentation
1 parent 5e1c15e commit 9adb038

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

examples/MNIST_classification.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,11 @@
266266
"cell_type": "code",
267267
"execution_count": 9,
268268
"id": "637c0393-6358-49d6-8e6a-f7f1f636ca63",
269-
"metadata": {},
269+
"metadata": {
270+
"tags": [
271+
"nbsphinx-thumbnail"
272+
]
273+
},
270274
"outputs": [
271275
{
272276
"data": {
@@ -597,6 +601,7 @@
597601
}
598602
],
599603
"metadata": {
604+
"celltoolbar": "Tags",
600605
"kernelspec": {
601606
"display_name": "Python [conda env:sica_env]",
602607
"language": "python",

examples/cell_cycle_ICA.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,11 @@
610610
"cell_type": "code",
611611
"execution_count": 32,
612612
"id": "adc8faf5",
613-
"metadata": {},
613+
"metadata": {
614+
"tags": [
615+
"nbsphinx-thumbnail"
616+
]
617+
},
614618
"outputs": [
615619
{
616620
"data": {
@@ -17370,6 +17374,7 @@
1737017374
}
1737117375
],
1737217376
"metadata": {
17377+
"celltoolbar": "Tags",
1737317378
"kernelspec": {
1737417379
"display_name": "Python 3 (ipykernel)",
1737517380
"language": "python",

examples/sica_MEG.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,11 @@
537537
"cell_type": "code",
538538
"execution_count": 17,
539539
"id": "d4abc62e",
540-
"metadata": {},
540+
"metadata": {
541+
"tags": [
542+
"nbsphinx-thumbnail"
543+
]
544+
},
541545
"outputs": [
542546
{
543547
"data": {
@@ -585,6 +589,7 @@
585589
}
586590
],
587591
"metadata": {
592+
"celltoolbar": "Tags",
588593
"kernelspec": {
589594
"display_name": "Python 3 (ipykernel)",
590595
"language": "python",

examples/stability_study.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,11 @@
787787
{
788788
"cell_type": "code",
789789
"execution_count": 12,
790-
"metadata": {},
790+
"metadata": {
791+
"tags": [
792+
"nbsphinx-thumbnail"
793+
]
794+
},
791795
"outputs": [
792796
{
793797
"data": {
@@ -943,6 +947,7 @@
943947
}
944948
],
945949
"metadata": {
950+
"celltoolbar": "Tags",
946951
"kernelspec": {
947952
"display_name": "Python 3 (ipykernel)",
948953
"language": "python",

examples/transcriptomic_ICA.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,11 @@
398398
{
399399
"cell_type": "code",
400400
"execution_count": 8,
401-
"metadata": {},
401+
"metadata": {
402+
"tags": [
403+
"nbsphinx-thumbnail"
404+
]
405+
},
402406
"outputs": [
403407
{
404408
"name": "stdout",
@@ -1252,6 +1256,7 @@
12521256
}
12531257
],
12541258
"metadata": {
1259+
"celltoolbar": "Tags",
12551260
"kernelspec": {
12561261
"display_name": "Python 3 (ipykernel)",
12571262
"language": "python",
@@ -1267,7 +1272,7 @@
12671272
"name": "python",
12681273
"nbconvert_exporter": "python",
12691274
"pygments_lexer": "ipython3",
1270-
"version": "3.9.7"
1275+
"version": "3.8.13"
12711276
}
12721277
},
12731278
"nbformat": 4,

0 commit comments

Comments
 (0)