Anaconda

From radwiki
Revision as of 07:28, 18 June 2020 by Jurgen (talk | contribs)
Jump to navigation Jump to search

Anaconda Is a software package that contains a python interpreter and an optimized set of common python modules. It also includes a management tool called conda that helps with package updates and setup of custom python environments. Using it is optional, but recommended; by default the GPU cluster system has Python 3.6 and some basic packages. If conda can not find a certain package, use pip to install the package into the current environment.

Usage Examples

Activate base anaconda

Setup a tensorflow environment with a jupyter notebook

Exit anaconda environment