Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.