Anaconda

From radwiki
Revision as of 23:25, 10 April 2020 by Admin (talk | contribs) (1 revision imported)
Jump to navigation Jump to search

Anaconda helps to setup custom python environments for specific usecases. Using it is optional, but recommended; by default the GPU cluster system has Python 3.7 and some basic packages. pip is not available on the $PATH, but it is part of the anaconda installation.

Usage Examples

Activate base anaconda

Setup a tensorflow environment with a jupyter notebook

Exit anaconda environment