Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

env docs #35

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/.DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/lab/environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Create environment
:alt: Create custom environment
:target: javascript:void(0);

\1. In the Environment Manager sidebar, click **Add**, then click **New Environment**.
\1. In the Environment Manager sidebar, click **Add**, then click **Create Environment**.

\2. Give your custom environment a name, description, add tags, upload a logo,
and specify any packages to install using a ``requirements.txt`` format.
Expand Down Expand Up @@ -208,6 +208,8 @@ the desired package(s) within the current kernel:
%pip install [pkgs]


After installing any new packages directly from a notebook, you *must* restart the kernel to see the changes take effect.

.. seealso::

- `IPython Built-in magic commands (pip) <https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-pip>`_.
Expand Down
Loading