Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -n --keep-going
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
jb build lectures --path-output ./ -n -W --keep-going
- name: Upload Execution Reports
uses: actions/upload-artifact@v7
if: failure()
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -n --keep-going
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
jb build lectures --path-output ./ -n -W --keep-going
# Serves at the default Pages URL (no cname):
# https://quantecon.github.io/lecture-python-programming.fr/
- name: Deploy to GitHub Pages
Expand Down
12 changes: 12 additions & 0 deletions lectures/_admonition/gpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```{admonition} GPU
:class: warning

Ce cours a été construit sur une machine disposant d'un GPU — bien qu'il fonctionne également sans.

[Google Colab](https://colab.research.google.com/) propose une offre gratuite avec des GPU
auxquels vous pouvez accéder comme suit :

1. Cliquez sur l'icône « play » en haut à droite
2. Sélectionnez Colab
3. Réglez l'environnement d'exécution pour inclure un GPU
```
Loading