Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The setup for installing packages with conda is slightly more complicated, as we need to must create a new kernel to run your notebooks with. You can also install your packages to the 'base' environment, however everything you install there will be removed between sessions.You should run all the following commands in the terminal.

NOTE: The package manager installed on the hubs is micromamba, instead of conda. microamba is a lighter (and slightly faster) implementation of the conda package manager. All the commands below (and almost any other mamba/conda commands) are completely interchangeable with conda; just change 'mamba' to 'conda' and the commands will work just the same.

You should run all the following commands in the terminal.


First we need to initialize the terminal to use conda by running these two commands. This step we ever only need to do once.

...