FNNDSC / med2image

Converts medical images to more displayable formats, e.g. NIfTI to jpg.
MIT License
185 stars 56 forks source link

How to run med2image from jupyter notebook #11

Open ghada-soliman opened 6 years ago

ghada-soliman commented 6 years ago

How can i run the med2image command from jupyter notebook?

alexlaurence commented 5 years ago

!pip install med2image

import med2image

!med2image -i my_image.nii -d output_folder

Zolberg101 commented 4 years ago

!pip install med2image

import med2image

!med2image -i my_image.nii -d output_folder

It`s doenst work (python 3.7)