chaste/pychaste
Docker images for PyChaste: https://chaste.github.io/pychaste/
256
A docker container can be launched from an image which has PyChaste and Jupyter pre-installed.
If you would like to use this method but do not have docker already installed, you can find detailed guidance here on installing docker. Docker Desktop is the recommended route to getting docker running on your system.
If you already have docker installed, you can launch a PyChaste container with the following command:
docker run -it --init --rm -p 8888:8888 chaste/pychaste
To open a jupyter lab environment attached to the PyChaste container, launch a web browser and navigate to http://127.0.0.1:8888 in a web browser.
For tutorials on using PyChaste, see here: https://chaste.github.io/pychaste/tutorials/.
docker pull chaste/pychaste