Skip to content

Commit a17eedc

Browse files
committed
clear output of cells
1 parent 103ff7d commit a17eedc

12 files changed

+131
-7900
lines changed

fMRI_report_python/tutorials/.ipynb_checkpoints/qa_run-checkpoint.ipynb

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,9 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": 1,
20+
"execution_count": null,
2121
"metadata": {},
22-
"outputs": [
23-
{
24-
"name": "stdout",
25-
"output_type": "stream",
26-
"text": [
27-
"['/Users/ppzma/Documents/MATLAB/qa/fMRI_report_python/tutorials', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python38.zip', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload', '', '/Users/ppzma/Library/Python/3.8/lib/python/site-packages', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/IPython/extensions', '/Users/ppzma/.ipython', '/Users/ppzma/Documents/MATLAB/qa/']\n"
28-
]
29-
},
30-
{
31-
"ename": "ModuleNotFoundError",
32-
"evalue": "No module named 'sklearn'",
33-
"output_type": "error",
34-
"traceback": [
35-
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
36-
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
37-
"\u001b[0;32m<ipython-input-1-bdfe6a98af8b>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 14\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 15\u001b[0m \u001b[0;31m#from ukat.data import fetch\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 16\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mfMRI_report_python\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mfunctions\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0msnr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 17\u001b[0m \u001b[0;31m#from fMRI_report_python.functions.snr import some_function\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 18\u001b[0m \u001b[0;31m#from functions import snr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
38-
"\u001b[0;32m~/Documents/MATLAB/qa/fMRI_report_python/functions/__init__.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0msnr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
39-
"\u001b[0;32m~/Documents/MATLAB/qa/fMRI_report_python/functions/snr.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 3\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mos\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 5\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0msklearn\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmixture\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mBayesianGaussianMixture\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 6\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 7\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
40-
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'sklearn'"
41-
]
42-
}
43-
],
22+
"outputs": [],
4423
"source": [
4524
"import sys\n",
4625
"#sys.path.append('/Users/spmic/Documents/MATLAB/qa/')\n",
@@ -394,6 +373,7 @@
394373
"cell_type": "code",
395374
"execution_count": null,
396375
"metadata": {
376+
"collapsed": false,
397377
"jupyter": {
398378
"outputs_hidden": false
399379
}
@@ -454,6 +434,7 @@
454434
{
455435
"cell_type": "markdown",
456436
"metadata": {
437+
"collapsed": false,
457438
"jupyter": {
458439
"outputs_hidden": false
459440
}
@@ -468,6 +449,7 @@
468449
{
469450
"cell_type": "markdown",
470451
"metadata": {
452+
"collapsed": false,
471453
"jupyter": {
472454
"outputs_hidden": false
473455
}
@@ -485,6 +467,7 @@
485467
{
486468
"cell_type": "markdown",
487469
"metadata": {
470+
"collapsed": false,
488471
"jupyter": {
489472
"outputs_hidden": false
490473
}
@@ -496,6 +479,7 @@
496479
{
497480
"cell_type": "markdown",
498481
"metadata": {
482+
"collapsed": false,
499483
"jupyter": {
500484
"outputs_hidden": false
501485
}
@@ -517,7 +501,7 @@
517501
],
518502
"metadata": {
519503
"kernelspec": {
520-
"display_name": "Python 3",
504+
"display_name": "Python 3 (ipykernel)",
521505
"language": "python",
522506
"name": "python3"
523507
},
@@ -531,7 +515,7 @@
531515
"name": "python",
532516
"nbconvert_exporter": "python",
533517
"pygments_lexer": "ipython3",
534-
"version": "3.8.0"
518+
"version": "3.10.5"
535519
}
536520
},
537521
"nbformat": 4,

fMRI_report_python/tutorials/.ipynb_checkpoints/qa_run_fmrs-checkpoint.ipynb

Lines changed: 8 additions & 207 deletions
Large diffs are not rendered by default.

fMRI_report_python/tutorials/.ipynb_checkpoints/qa_run_fmrs2-checkpoint.ipynb

Lines changed: 8 additions & 1999 deletions
Large diffs are not rendered by default.

fMRI_report_python/tutorials/.ipynb_checkpoints/qa_run_kiwi-checkpoint.ipynb

Lines changed: 7 additions & 208 deletions
Large diffs are not rendered by default.

fMRI_report_python/tutorials/.ipynb_checkpoints/qa_run_nophase-checkpoint.ipynb

Lines changed: 7 additions & 202 deletions
Large diffs are not rendered by default.

fMRI_report_python/tutorials/.ipynb_checkpoints/qa_tutorial-checkpoint.ipynb

Lines changed: 29 additions & 227 deletions
Large diffs are not rendered by default.

fMRI_report_python/tutorials/qa_run.ipynb

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,9 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": 1,
20+
"execution_count": null,
2121
"metadata": {},
22-
"outputs": [
23-
{
24-
"name": "stdout",
25-
"output_type": "stream",
26-
"text": [
27-
"['/Library/Frameworks/Python.framework/Versions/3.10/lib/python310.zip', '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10', '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload', '', '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages', '/Users/ppzma/Documents/MATLAB/qa/']\n",
28-
"<module 'fMRI_report_python.functions.snr' from '/Users/ppzma/Documents/MATLAB/qa/fMRI_report_python/functions/snr.py'>\n",
29-
"['BayesianGaussianMixture', 'Isnr', 'Tsnr', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'nib', 'np', 'os']\n"
30-
]
31-
}
32-
],
22+
"outputs": [],
3323
"source": [
3424
"import sys\n",
3525
"#sys.path.append('/Users/spmic/Documents/MATLAB/qa/')\n",
@@ -58,7 +48,7 @@
5848
},
5949
{
6050
"cell_type": "code",
61-
"execution_count": 2,
51+
"execution_count": null,
6252
"metadata": {},
6353
"outputs": [],
6454
"source": [
@@ -73,7 +63,7 @@
7363
},
7464
{
7565
"cell_type": "code",
76-
"execution_count": 3,
66+
"execution_count": null,
7767
"metadata": {},
7868
"outputs": [],
7969
"source": [
@@ -381,8 +371,9 @@
381371
},
382372
{
383373
"cell_type": "code",
384-
"execution_count": 4,
374+
"execution_count": null,
385375
"metadata": {
376+
"collapsed": false,
386377
"jupyter": {
387378
"outputs_hidden": false
388379
}
@@ -443,6 +434,7 @@
443434
{
444435
"cell_type": "markdown",
445436
"metadata": {
437+
"collapsed": false,
446438
"jupyter": {
447439
"outputs_hidden": false
448440
}
@@ -457,6 +449,7 @@
457449
{
458450
"cell_type": "markdown",
459451
"metadata": {
452+
"collapsed": false,
460453
"jupyter": {
461454
"outputs_hidden": false
462455
}
@@ -474,6 +467,7 @@
474467
{
475468
"cell_type": "markdown",
476469
"metadata": {
470+
"collapsed": false,
477471
"jupyter": {
478472
"outputs_hidden": false
479473
}
@@ -485,6 +479,7 @@
485479
{
486480
"cell_type": "markdown",
487481
"metadata": {
482+
"collapsed": false,
488483
"jupyter": {
489484
"outputs_hidden": false
490485
}

fMRI_report_python/tutorials/qa_run_fmrs.ipynb

Lines changed: 8 additions & 207 deletions
Large diffs are not rendered by default.

fMRI_report_python/tutorials/qa_run_fmrs2.ipynb

Lines changed: 8 additions & 1999 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)