User Tools

Site Tools


cluster:215

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:215 [2023/11/22 18:22]
hmeij07 [Miniconda3-py311]
cluster:215 [2023/12/14 19:45]
hmeij07 [Miniconda3-py311]
Line 155: Line 155:
  
 # starrlab # starrlab
 +
 +[hmeij@n100 ~]$ python3
 +Python 3.11.5 | packaged by conda-forge | (main, Aug 27 2023, 03:34:09) [GCC 12.3.0] on linux
 +Type "help", "copyright", "credits" or "license" for more information.
 +>>> import math
 +>>> import hoomd
 +>>> import signac
 +>>> import flow
 +>>> cpu = hoomd.device.CPU()
 +>>>
  
 </code> </code>
  
 +  * **seaborn**
 +  * https://seaborn.pydata.org/index.html
 +  * statistical data visualization
 +  * also on centos7 counterpart
 +
 +
 +<code>
 +
 +Successfully installed seaborn-0.13.0
 +[hmeij@cottontail2 ~]$ python3
 +Python 3.11.5 | packaged by conda-forge | (main, Aug 27 2023, 03:34:09) [GCC 12.3.0] on linux
 +Type "help", "copyright", "credits" or "license" for more information.
 +>>> import seaborn as sb
 +>>>
 +
 +</code>
 ===== Pytraj ==== ===== Pytraj ====
  
cluster/215.txt ยท Last modified: 2024/05/15 13:09 by hmeij07