This repository contains C-PAC tutorials in Jupyter notebooks.
You can view these notebooks at fcp-indi.github.io/docs/nightly/user/tutorials.
You can download these notebooks and run them locally.
See CONTRIBUTING for contributing guidelines.
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.