Update JupyterLabWithPowerShell.md

parent 55970a5a
...@@ -4,13 +4,18 @@ ...@@ -4,13 +4,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 ## Installation JupyterLab et PowerShell
**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**
Utilisez votre gestionnaire de package
``` bash
apt install powershell
```
## Installation PowerShell ## Installation PowerShell
...@@ -33,7 +38,8 @@ On installe PowerShell: ...@@ -33,7 +38,8 @@ On installe PowerShell:
pip install powershell_kernel pip install powershell_kernel
python -m powershell_kernel.install python -m powershell_kernel.install
``` ```
## Vérification ## Vérifications
1. Test kernel JupyterLab
On lance JupyterLab On lance JupyterLab
``` shell ``` shell
jupyter lab jupyter lab
...@@ -41,3 +47,8 @@ jupyter lab ...@@ -41,3 +47,8 @@ jupyter lab
on doit voir : on doit voir :
![JupyterLab with powerShell](images/JupyterLabWithPowerShell.png) ![JupyterLab with powerShell](images/JupyterLabWithPowerShell.png)
2. Test version de PowerShell
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