diff --git a/journal/JupyterLabWithPowerShell.md b/journal/JupyterLabWithPowerShell.md index d3febe33f8ed07486a7ad93fb2a0bd6a38a1b787..3131a6c834ea51886adecf4d2cbe0508f830dab9 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 +```