Project-MONAI/tutorials

monailabel tutorials contain broken and outdated links to Orthanc

Closed this issue · 2 comments

Describe the bug
The notebook MONAI Label Radiology App - OHIF Spleen Segmentation Example contains invalid download links for Orthanc and plugins for it. Because of this, the contents of the executable files contain the HTML of the page of the Orthanc download directory, where the outdated link redirects, as a result of this, the server does not start and it is not possible to configure the environment according to the instructions.

To Reproduce
Steps to reproduce the behavior:

  1. Go to monailabel/monailabel_radiology_spleen_segmentation_OHIF.ipynb
  2. Try run step 2. Setup Orthanc DICOM Server

Expected behavior
The server is expected to start successfully on http://127.0.0.1:8042

Screenshots
image

Environment (please complete the following information):

  • Ubuntu 22.04.3 LTS
  • Python 3.10.12

@diazandr3s would you be able to have a look at this? Thanks!

I made a pull request #1719