Skip to content
Snippets Groups Projects
README.md 432 B
Newer Older
Matthieu Boileau's avatar
Matthieu Boileau committed
# TP GitLab CI

Matthieu Boileau's avatar
Matthieu Boileau committed
Le contenu de cette session pratique est publié sur cette [page](https://xstra-dev.pages.unistra.fr/tp-gitlab-ci/).
Matthieu Boileau's avatar
Matthieu Boileau committed

### Execution du notebook jupyter
Matthieu Boileau's avatar
Matthieu Boileau committed

- [Installer Anaconda](https://www.anaconda.com/download) pour disposer de `jupyter-notebook`
- Ajouter le support du noyau bash :

``` 
pip install bash_kernel
python -m bash_kernel.install
```

- Lancer le notebook :

```
jupyter notebook tp-gitlab-ci.ipynb
```