correction fautes et coquilles .

fin ?
parent 8d3fdca7
......@@ -2,20 +2,20 @@
## Installation python
On choisit l'installaltion [miniconda](https://docs.conda.io/en/latest/miniconda.html)
On choisit l'installation [miniconda](https://docs.conda.io/en/latest/miniconda.html)
## Installation JupyterLab et PowerShell
**JupyterLab**
jupyterLab est la seconde génération de notebook
JupyterLab est la seconde génération de notebook.
``` bash
conda install -c conda-forge jupyterlab
```
**PowerShell**
Utilisez votre gestionnaire de package
Sous linux, utilisez votre gestionnaire de package
``` bash
apt install powershell
......@@ -24,14 +24,14 @@ apt install powershell
## Installation PowerShell
A ce jour conda ne contient pas le package on passe par pip.
Tout d'abord on véridie l'environnement:
Tout d'abord on vérifie l'environnement:
``` bash
which python
which pip
```
On doit être ds l'envirronement conda
On doit être ds l'environnement conda
De façon standard ressmeble sous linux à
De façon standard ressemble sous linux à
```bash
/home/$login/miniconda/bin/python
/home/$login/miniconda/bin/pip
......@@ -43,21 +43,21 @@ pip install powershell_kernel
python -m powershell_kernel.install
```
## Vérifications
1. Test kernel JupyterLab
1. __Test kernel JupyterLab:__
On lance JupyterLab
``` shell
jupyter lab
```
on doit voir :
![JupyterLab with powerShell](images/JupyterLabWithPowerShell.png)
![JupyterLab with powerShell](./images/JupyterLabWithPowerShell.png)
2. Test version de PowerShell
2. __ Test version de PowerShell: __
On ouvre un notebook Powershell
On ouvre un notebook PowerShell
et on tape:
```
$>$PsversionTable
$>$PsVersionTable
```
```code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment