From c7e3e6595101f63fc724a4f63069ccdaf2665657 Mon Sep 17 00:00:00 2001 From: aaa9c30b31abb6b20ce0aefe46b85784 Date: Tue, 31 Mar 2020 17:56:45 +0000 Subject: [PATCH] correction fautes et coquilles . fin ? --- journal/JupyterLabWithPowerShell.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/journal/JupyterLabWithPowerShell.md b/journal/JupyterLabWithPowerShell.md index 3131a6c..68e0e1a 100644 --- a/journal/JupyterLabWithPowerShell.md +++ b/journal/JupyterLabWithPowerShell.md @@ -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 -- 2.18.1