suite
This commit is contained in:
@@ -46,6 +46,47 @@ $ python3 -m site --user-base
|
||||
|
||||
|
||||
|
||||
### idle:
|
||||
|
||||
**idle** est l'éditeur par défaut de Python
|
||||
|
||||
Pour le lancer depuis le shell:
|
||||
|
||||
```bash
|
||||
$ idle
|
||||
```
|
||||
|
||||
[Python et tcl/tk versions](https://discussions.apple.com/thread/8066794)
|
||||
|
||||
Python 3 utilise la bibliothèque Tcl/Tk fournie par macOS (8.5.9).
|
||||
|
||||
Pour utiliser une version plus récente (8.6.8) de la bibliothèque :
|
||||
|
||||
```bash
|
||||
$ brew install tcl-tk
|
||||
$ brew reinstall python3 --with-tcl-tk
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### jupyter:
|
||||
|
||||
[jupyter](https://jupyter.org/) est une web application qui permet de créer et partager des documents contenant du live-code...
|
||||
|
||||
Installer:
|
||||
|
||||
```bash
|
||||
$ pip3 install jupyter
|
||||
```
|
||||
|
||||
Démarrer:
|
||||
|
||||
```bash
|
||||
$ jupyter notebook
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Modules:
|
||||
|
||||
#### Mkdocs
|
||||
|
||||
Reference in New Issue
Block a user