The Python InterfaceΒΆ

The Python interface of the StatisKit software suite can be installed into a python-statiskit environment. To do so, type the following command lines

conda activate
conda install -n python-statiskit python-statiskit -c statiskit -c defaults --override-channels

Then, to activate the python-statiskit environment, type the following command line

conda activate python-statiskit

Note

If you installed Conda 2 proceed as follows:

conda activate
conda install -n python-statiskit python=3 -c statiskit -c defaults --override-channels
conda activate python-statiskit
conda install python-statiskit -c statiskit -c defaults --override-channels

The Python interface of the StatisKit software suite can be used as usual for Python packages as Python scripts that need to be executed, in the Python or IPython console or from within Jupyter notebooks.