notebook.community
Edit and run
Installation:
Install
Anaconda
. For linux it is enought to use pure python or install just
IPython
or
Jupyter Notebook
Install
paramiko
package by running in command line
pip install paramiko
Download latest siman package from
https://github.com/dimonaks/siman/releases
and unpack into your folder, for example
'C:/programms/siman-vX.X'
Download SSHTools from
http://zhugayevych.me/python/SSHTools/SSHTools.zip
and unpack into
'C:/programms/SSHTools'
For additional functionality you need to install
pymatgen
and
ase
using the following commands:
pip install pymatgen pip install ase