We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44c255a + 8917b6f commit b8ca09aCopy full SHA for b8ca09a
binder/postBuild
@@ -5,6 +5,7 @@ curl -fsSL https://pixi.sh/install.sh | bash
5
export PATH="$HOME/.pixi/bin:$PATH"
6
7
pixi install --locked
8
+pixi run python -m ipykernel install --user --name nipreps-book --display-name "Pixi (nipreps-book)"
9
pixi shell-hook -e default -s bash
10
11
echo 'eval "$(pixi shell-hook)"' >> $HOME/.bashrc
pixi.toml
@@ -19,6 +19,7 @@ ghp-import = "*"
19
jupyter-book = "*"
20
jupytext = "*"
21
jupyterlab = "*"
22
+ipykernel = "*"
23
matplotlib = "*"
24
nibabel = "*"
25
nilearn = "*"
0 commit comments