Skip to content
Snippets Groups Projects
Select Git revision
  • 8bbf429872aae6e2b5848e9d200ae646a936b771
  • master default protected
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • v0.1.0
7 results

dicom-upload

dicom-upload

Build Status codecov

Upload DICOM files with removed headers.

Installation

You can install using pip:

pip install dicom_upload

Or if you use jupyterlab:

pip install dicom_upload
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] dicom_upload