Ajout du test 2 pre-fin de redaction.md

parent 3ec7f4ae
...@@ -5,14 +5,18 @@ ...@@ -5,14 +5,18 @@
On choisit l'installaltion [miniconda](https://docs.conda.io/en/latest/miniconda.html) On choisit l'installaltion [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 Utilisez votre gestionnaire de package
``` bash ``` bash
apt install powershell apt install powershell
``` ```
...@@ -50,5 +54,22 @@ on doit voir : ...@@ -50,5 +54,22 @@ on doit voir :
2. Test version de PowerShell 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
```
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