Add new file

parent c1448292
# **JupyterLab with PowerShell**
## Installation python
On choisit l'installaltion [miniconda](https://docs.conda.io/en/latest/miniconda.html)
## Installation JupyterLab
jupyterLab est la seconde génération de notebook
``` bash
conda install -c conda-forge jupyterlab
```
## Installation PowerShell
A ce jour conda ne contient pas le package on passe par pip.
Tout d'abord on véridie l'environnement:
``` bash
which python
which pip
```
On doit être ds l'envirronement conda
De façon standard ressmeble sous linux à
```bash
/home/$login/miniconda/bin/python
/home/$login/miniconda/bin/pip
```
On installe PowerShell:
```Bash
pip install powershell_kernel
python -m powershell_kernel.install
```
## Vérification
On lance JupyterLab
``` shell
jupyter lab
```
on doit voir :
![JupyterLab with powerShell](/tmp/JupyterLabWithPowerShell.png)
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