Installation instructions
Installation
The package can be installed through pip by running the following command in the terminal:
pip install pykda
Running the examples locally
To run the example notebooks locally, first clone the repository:
git clone https://github.com/JoostBerkhout/PyKDA
pip install --upgrade poetry
cd PyKDA
poetry install --with examples
poetry install --with examples,docs
).
After setting everything up, simply open the jupyter notebooks:
poetry run jupyter notebook
Warning
The plotting of the Markov chain using pyvis
does not always work when
running the notebooks locally. When this happens, try to put notebook=False
in the plot
functions as argument.
Note
The above instructions also allow to change the code locally.