Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aaa9c30b31abb6b20ce0aefe46b85784
mooc-rr
Commits
6f48b78d
Commit
6f48b78d
authored
Mar 31, 2020
by
aaa9c30b31abb6b20ce0aefe46b85784
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
c1448292
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
JupyterLabWithPowerShell.md
journal/JupyterLabWithPowerShell.md
+43
-0
No files found.
journal/JupyterLabWithPowerShell.md
0 → 100644
View file @
6f48b78d
# **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 :

Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment