Skip to content

Commit 7543dcd

Browse files
lukasgdRMeli
andauthored
Update docs/access/jupyterlab.md
Co-authored-by: Rocco Meli <[email protected]>
1 parent 6695447 commit 7543dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/access/jupyterlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ MPI for Python provides bindings of the Message Passing Interface (MPI) standard
176176

177177
MPI can be made available on Jupyter notebooks through [IPyParallel](https://github.com/ipython/ipyparallel). This is a Python package and collection of CLI scripts for controlling clusters for Jupyter: a set of servers that act as a cluster, called engines, is created and the code in the notebook's cells will be executed within them.
178178

179-
We provide the python package [`ipcmagic`](https://github.com/eth-cscs/ipcluster_magic) to make easier the mangement of IPyParallel clusters. `ipcmagic` can be installed by the user with
179+
We provide the Python package [`ipcmagic`](https://github.com/eth-cscs/ipcluster_magic) to make easier the management of IPyParallel clusters. `ipcmagic` can be installed by the user with
180180

181181
```bash
182182
pip install ipcmagic-cscs

0 commit comments

Comments
 (0)