FCP-INDI / C-PAC_tutorials

Tutorials for C-PAC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-PAC Tutorials

This repository contains C-PAC tutorials in Jupyter notebooks.

You can view these notebooks at fcp-indi.github.io/docs/nightly/user/tutorials. Rebuild nightly docs

You can download these notebooks and run them locally.

See CONTRIBUTING for contributing guidelines.

Running locally

Prerequisites:

  • Docker or Singularity
  • Python ≥ 3.7

To run locally, in a Python environment of your choice (e.g., venv, Conda, your system Python (not recommended)), in a terminal (not in a Python interpreter, but in a shell) go to the directory containing your local clone/copy of this repository and run

pip install -r requirements.txt

then either

jupyter lab

or

jupyter notebook

Your terminal should give you a link to open an interactive Jupyter session in a browser.

About

Tutorials for C-PAC

License:GNU Lesser General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%