Skip to content
Brian E. Granger edited this page Oct 9, 2016 · 2 revisions

There are multiple Python's installed on the hosts:

  • Python 3 (Conda)
  • Python 3 (Ubuntu)
  • Python 2 (Ubuntu)

The Conda version is the default (first in your PATH) and is the only one available in the Jupyter Notebook. However, for command line usage, the others are available.

The most common Python packages for scientific computing and data science are installed:

  • NumPy
  • SciPy
  • Matplotlib
  • Pandas
  • SymPy
  • IPython
  • etc.

If you need an additional package, please let me know.

Clone this wiki locally