@@ -19,15 +19,12 @@ To explore these tutorials, one can:
1919
2020- read the rendered examples in the tutorials
2121 `website <https://gallantlab.github.io/voxelwise_tutorials/ >`_ (recommended)
22- - run the Python scripts located in the `tutorials <tutorials >`_ directory
23- - run the Jupyter notebooks located in the
24- `tutorials/notebooks <tutorials/notebooks >`_ directory
22+ - run the Python scripts (`tutorials <tutorials >`_ directory)
23+ - run the Jupyter notebooks (`tutorials/notebooks <tutorials/notebooks >`_ directory)
2524- run the merged notebook in
2625 `Colab <https://colab.research.google.com/github/gallantlab/voxelwise_tutorials/blob/main/tutorials/notebooks/movies/merged_for_colab.ipynb >`_.
2726
28- To run the tutorials yourself, first download this repository, and install the
29- dependencies (see below). The tutorials are best explored in order, starting
30- with the "Movies" tutorial.
27+ The tutorials are best explored in order, starting with the "Movies" tutorial.
3128
3229Helper Python package
3330=====================
@@ -66,17 +63,16 @@ Requirements
6663------------
6764
6865The package ``voxelwise_tutorials `` has the following dependencies:
69-
70- - `numpy <https://github.com/numpy/numpy >`_
71- - `scipy <https://github.com/scipy/scipy >`_
72- - `h5py <https://github.com/h5py/h5py >`_
73- - `scikit-learn <https://github.com/scikit-learn/scikit-learn >`_
74- - `matplotlib <https://github.com/matplotlib/matplotlib >`_
75- - `networkx <https://github.com/networkx/networkx >`_
76- - `nltk <https://github.com/nltk/nltk >`_
77- - `pycortex <https://github.com/gallantlab/pycortex >`_
78- - `himalaya <https://github.com/gallantlab/himalaya >`_
79- - `pymoten <https://github.com/gallantlab/pymoten >`_
66+ `numpy <https://github.com/numpy/numpy >`_,
67+ `scipy <https://github.com/scipy/scipy >`_,
68+ `h5py <https://github.com/h5py/h5py >`_,
69+ `scikit-learn <https://github.com/scikit-learn/scikit-learn >`_,
70+ `matplotlib <https://github.com/matplotlib/matplotlib >`_,
71+ `networkx <https://github.com/networkx/networkx >`_,
72+ `nltk <https://github.com/nltk/nltk >`_,
73+ `pycortex <https://github.com/gallantlab/pycortex >`_,
74+ `himalaya <https://github.com/gallantlab/himalaya >`_,
75+ `pymoten <https://github.com/gallantlab/pymoten >`_.
8076
8177
8278.. |Github | image :: https://img.shields.io/badge/github-voxelwise_tutorials-blue
0 commit comments