Skip to content

Commit 9d83593

Browse files
authored
Add extra information about jupyter magics
1 parent cc07167 commit 9d83593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/prep/conda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The full environments are captured as [Docker images](https://github.com/orgs/oc
5757

5858
### Temporary packages
5959

60-
You can temporarily add packages to your hub, via Jupyter cell magic, `%pip install <list-of-packages>` or `%conda install <list-of-packages>`. In R you can use `install.packages("package-name")` as usual.
60+
You can temporarily add packages to your hub, via Jupyter cell magic, `%pip install <list-of-packages>` or `%conda install <list-of-packages>`. [Jupyter magics](https://ipython.readthedocs.io/en/stable/interactive/magics.html) always start with the character `%`. In R you can use `install.packages("package-name")` as usual.
6161

6262
:::{admonition} pip install trouble
6363
:class: danger

0 commit comments

Comments
 (0)