Skip to content

Commit bbbb6af

Browse files
authored
Update ShortCutsofJupyter.md
1 parent 21b5306 commit bbbb6af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MachineLearning/JupyterNotebook/ShortCutsofJupyter.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,13 @@ B: insert cell below
116116
```
117117
x: Cut Selected cell
118118
```
119+
120+
### Add Virtual Environment to Jupyter Notebook
121+
```
122+
pip install --user ipykernel
123+
```
124+
125+
Next you can add your virtual environment to Jupyter by typing:
126+
```
127+
python -m ipykernel install --user --name=venv_Name
128+
```

0 commit comments

Comments
 (0)