A set of Jupyter notebook examples that demo various aspects of the library.
Build and run container image using Docker:
docker build . -t highdicom/examples:latest
docker run --rm --name highdicom_examples -p 8888:8888 highdicom/examples:latest
After running the above commands, following the instructions printed into the standard output stream to access the notebooks in your browser.