Skip to content

Commit b759ff3

Browse files
authored
Merge pull request #134384 from AbeOmor/patch-13
Added missing word
2 parents c7d4a85 + fd0391d commit b759ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-run-jupyter-notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The Notebook will automatically find all Jupyter kernels installed on the connec
221221
```
222222

223223
> [!NOTE]
224-
> For package management within a notebook, use **%pip** or **%conda** magic functions automatically install packages into the **currently-running kernel** rather than **!pip** or **!conda** which refers to all packages (including packages outside the currently-running kernel)
224+
> For package management within a notebook, use **%pip** or **%conda** magic functions to automatically install packages into the **currently-running kernel**, rather than **!pip** or **!conda** which refers to all packages (including packages outside the currently-running kernel)
225225

226226
Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels) can be installed.
227227

0 commit comments

Comments
 (0)