Versions Compared

Key

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

...

info
Info

You will need to load the required Python packages to use in the notebook. For example,

Code Block
$ module load py-numpy
$ module load py-matplotlib

If you want to search the Python packages installed on Argon, type the command below:

Code Block
$ module -r avail ^py--

-------------------------------------------------------------------- /opt/ssoft/modules/2021.1/packages --------------------------------------------------------------------
   py-absl-py/0.10.0_gcc-9.3.0                     py-jupyter-console/6.1.0_gcc-9.3.0           (L)      py-pyyaml/5.1.2_gcc-9.3.0
   py-agate-dbf/0.2.1_gcc-9.3.0                    py-jupyter-core/4.6.3_gcc-9.3.0              (L)      py-pyzmq/18.1.0_gcc-9.3.0                      (L)
   py-agate-excel/0.2.3_gcc-9.3.0                  py-jupyter/1.0.0_gcc-9.3.0                   (L)      py-qtconsole/4.5.1_gcc-9.3.0                   (L)
   py-agate-sql/0.5.4_gcc-9.3.0                    py-jupyterlab-pygments/0.1.1_gcc-9.3.0       (L)      py-rdflib/5.0.0_gcc-9.3.0
   py-agate/1.6.1_gcc-9.3.0                        py-keras-applications/1.0.8_gcc-9.3.0                 py-reindent/3.5.1_gcc-9.3.0
   py-alabaster/0.7.12_gcc-9.3.0                   py-keras-preprocessing/1.1.2_gcc-9.3.0                py-reportlab/3.4.0_gcc-9.3.0
   py-argon2-cffi/20.1.0_gcc-9.3.0          (L)    py-keras/2.2.4_gcc-9.3.0                              py-requests/2.24.0_gcc-9.3.0
   ...

Alternatively, you can activate a Python virtual environment or Conda virtual environment to build the list of packages you need. See Python for the detailed information.

...