Skip to content

Files

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020

highdicom examples

A set of Jupyter notebook examples that demo various aspects of the library.

Usage

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.