correction fautes et coquilles .

fin ?
parent 8d3fdca7
...@@ -2,20 +2,20 @@ ...@@ -2,20 +2,20 @@
## Installation python ## 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 ## Installation JupyterLab et PowerShell
**JupyterLab** **JupyterLab**
jupyterLab est la seconde génération de notebook JupyterLab est la seconde génération de notebook.
``` bash ``` bash
conda install -c conda-forge jupyterlab conda install -c conda-forge jupyterlab
``` ```
**PowerShell** **PowerShell**
Utilisez votre gestionnaire de package Sous linux, utilisez votre gestionnaire de package
``` bash ``` bash
apt install powershell apt install powershell
...@@ -24,14 +24,14 @@ apt install powershell ...@@ -24,14 +24,14 @@ apt install powershell
## Installation PowerShell ## Installation PowerShell
A ce jour conda ne contient pas le package on passe par pip. 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 ``` bash
which python which python
which pip 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 ```bash
/home/$login/miniconda/bin/python /home/$login/miniconda/bin/python
/home/$login/miniconda/bin/pip /home/$login/miniconda/bin/pip
...@@ -43,21 +43,21 @@ pip install powershell_kernel ...@@ -43,21 +43,21 @@ pip install powershell_kernel
python -m powershell_kernel.install python -m powershell_kernel.install
``` ```
## Vérifications ## Vérifications
1. Test kernel JupyterLab 1. __Test kernel JupyterLab:__
On lance JupyterLab On lance JupyterLab
``` shell ``` shell
jupyter lab jupyter lab
``` ```
on doit voir : 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: et on tape:
``` ```
$>$PsversionTable $>$PsVersionTable
``` ```
```code ```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