"UML_P4a.PNG" did not exist on "e66b288f00c8267e2a0786a0688927daf8c3ace4"
Newer
Older
# TP GitLab CI
## Execution du notebook jupyter
- [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
```