From 3ec7f4ae32d4d2a16a534342a6c001e98b79fcb7 Mon Sep 17 00:00:00 2001 From: aaa9c30b31abb6b20ce0aefe46b85784 Date: Tue, 31 Mar 2020 17:27:11 +0000 Subject: [PATCH] Update JupyterLabWithPowerShell.md --- journal/JupyterLabWithPowerShell.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/journal/JupyterLabWithPowerShell.md b/journal/JupyterLabWithPowerShell.md index 21e9505..d3febe3 100644 --- a/journal/JupyterLabWithPowerShell.md +++ b/journal/JupyterLabWithPowerShell.md @@ -4,13 +4,18 @@ On choisit l'installaltion [miniconda](https://docs.conda.io/en/latest/miniconda.html) -## Installation JupyterLab - +## Installation JupyterLab et PowerShell +**JupyterLab** jupyterLab est la seconde génération de notebook ``` bash conda install -c conda-forge jupyterlab ``` +**PowerShell** +Utilisez votre gestionnaire de package +``` bash +apt install powershell +``` ## Installation PowerShell @@ -33,7 +38,8 @@ On installe PowerShell: pip install powershell_kernel python -m powershell_kernel.install ``` -## Vérification +## Vérifications +1. Test kernel JupyterLab On lance JupyterLab ``` shell jupyter lab @@ -41,3 +47,8 @@ jupyter lab on doit voir : ![JupyterLab with powerShell](images/JupyterLabWithPowerShell.png) + +2. Test version de PowerShell + + + -- 2.18.1