Skip to content

Commit 54c516e

Browse files
committed
Update jupyter notebook tutorial.
1 parent 7adb880 commit 54c516e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,16 @@ If you have any questions about Mindboggle, please post to
5353
`NeuroStars <https://neurostars.org/tags/mindboggle/>`_ with the tag
5454
"mindboggle". If you have found a bug, big or small, please
5555
`submit an issue <https://github.com/nipy/mindboggle/issues>`_ on GitHub.
56-
A jupyter notebook tutorial exists within the mindboggle/docs folder.
56+
57+
To run the mindboggle jupyter notebook tutorial, first install the mindboggle
58+
docker container (see below) and enter the bash shell of the container
59+
from your $HOST (e.g., /Users/arno)::
60+
61+
docker run --rm -ti -v $HOST:/home/jovyan/work -p 8888:8888 --entrypoint /bin/bash nipy/mindboggle
62+
63+
Then run the notebook from within the container::
64+
65+
jupyter notebook /opt/mindboggle/docs/mindboggle_tutorial.ipynb
5766

5867
------------------------------------------------------------------------------
5968
Installation

docs/mindboggle_tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
"language_info": {
674674
"codemirror_mode": {
675675
"name": "ipython",
676-
"version": 3
676+
"version": 3.0
677677
},
678678
"file_extension": ".py",
679679
"mimetype": "text/x-python",
@@ -684,5 +684,5 @@
684684
}
685685
},
686686
"nbformat": 4,
687-
"nbformat_minor": 1
688-
}
687+
"nbformat_minor": 0
688+
}

0 commit comments

Comments
 (0)