Skip to content
Snippets Groups Projects
Select Git revision
  • b90c57bea77cf299db868c4ebbeb24730ed22d4f
  • 2023 default protected
2 results

Custom_Toolchains

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