Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Jupyter : le noyau

1 + 1
2
i = 0
while True:  # boucle infinie!
    i = i + 2
1 + 1
2