discdiver - Overview
Pinned Loading
-
1
# Set up and use a Python virtual environment3
Python virtual environment management can be tricky, but it's essential for isolating dependencies.
5
You have several options for virtual environment managers. We provide instructions for uv, venv, and conda below.
-
1
If you are on a Mac, substitute `command` for `control`. Don't type the _+_ (it means press both keys at once).
3
Shortcuts when in either _command mode_ (outside the cells) or _edit mode_ (inside a cell):
5
- `Shift` + `Enter` run selected cell or cells - if no cells below, insert a code cell below