Test python template
M.ASTIER
1,262 views
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Ceci est ma page de test avec git hub!
This Python template lets you get started quickly with a simple one-page playground.
1
2
print('Hello World!')
Enter to Rename, Shift+Enter to Preview
- test des gras ** et des surgras
anyway
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Python template
Résumer de la syntaxe de jupyter
href="https://stacklima.com/cellule-markdown-dans-le-bloc-notes-jupyter/ " tuto syntaxe compléte
Les balises d'alertes
this is an example of an example cell
class="alert alert-block alert-info">
class="alert alert-block alert-danger">
class="alert alert-block alert-success">
this text is indented via >
this text is indented via double >>
-trouver via
- double
- decidement
- bizarre
str = "la balise code python"
print(str)
varA = 10
print(varA)
10
from turtle import *
clear()
forward(50)
left(90)
forward(50)
left(90)
forward(50)
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content