From 8d3fdca7bcbcdf07ba3093ae517cf020ace39a11 Mon Sep 17 00:00:00 2001 From: aaa9c30b31abb6b20ce0aefe46b85784 Date: Tue, 31 Mar 2020 17:34:36 +0000 Subject: [PATCH] Ajout du test 2 pre-fin de redaction.md --- journal/JupyterLabWithPowerShell.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/journal/JupyterLabWithPowerShell.md b/journal/JupyterLabWithPowerShell.md index d3febe3..3131a6c 100644 --- a/journal/JupyterLabWithPowerShell.md +++ b/journal/JupyterLabWithPowerShell.md @@ -5,14 +5,18 @@ On choisit l'installaltion [miniconda](https://docs.conda.io/en/latest/miniconda.html) ## 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 ``` @@ -50,5 +54,22 @@ on doit voir : 2. Test version de PowerShell +On ouvre un notebook Powershell +et on tape: +``` +$>$PsversionTable +``` +```code - +Name Value +---- ----- +PSVersion 7.0.0 +PSEdition Core +GitCommitId 7.0.0 +OS Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.82-1 +Platform Unix +PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} +PSRemotingProtocolVersion 2.3 +SerializationVersion 1.1.0.1 +WSManStackVersion 3.0 +``` -- 2.18.1