Starting PyDistSim
PyDistSim features interactive console based on IPython. The recommended way of starting this tool is by using Jupyter notebook or IPython console.
Download the Hello World example from here and run it in your preferred Jupyter notebook environment.
Note
PyDistSim must be installed on the selected Jupyter kernel / IPython environment.
Alternatively, you can run the following command in the terminal:
$ ipython
In [1]: from pydistsim import *
In [2]: ...
And start using PyDistSim in interactive mode. For this, the environment must be already activated.