SlicerJupyter examples

Hi all,
I installed all the required stuff to get SlicerJupyter working, but if I run this code nothing happens in Jupyter:

import SampleData
SampleData.SampleDataLogic().DownloadCTACardio ()
display()

Slicer downloads the dataset and show it in Slicer (so the bridge works), but not in Jupyter.

Any idea?

Just to familiarize with SlicerJupyter, is there a repository where I can find educational notebooks?

Thanks a lot,
Paolo

There are lots of display functions for displaying or interacting with data loaded into Slicer in a notebook. I would recommend to go through these examples:

Thanks a lot @lassoan … that’s exactly what I looked for!

Best,
Paolo

1 Like