To run the Jupyter notebook locally, you need to ensure the following dependencies are installed:
To transform the Jupyter notebook into a slideshow, you need to install RISE and enable it in the Jupyter notebook.
Another option is to use the Docker image provided. You can either build it yourself or pull it from Docker Hub.
docker build -t tendto/quantum:quantum-walk .docker pull tendto/quantum:quantum-walkdocker run -it --rm -p 8888:8888 -e DOCKER_STACKS_JUPYTER_CMD=notebook tendto/quantum:quantum-walkYou can then access the Jupyter notebook at http://127.0.0.1:8888, using the token provided in the terminal.