-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
MedICS Docs edited this page Sep 16, 2026
·
1 revision
Install MedICS, launch the desktop app, and complete a basic workflow.
- Python 3.11 or later
- A supported OS: Windows, macOS, or Linux
- Scientific stack (NumPy, SciPy, scikit-image, pydicom, h5py, PySide6, …) — installed automatically with the package
pip install medicspython -c "import medics; print(medics.__version__)"
medics --helpmedics
# or
python -m medicsUseful commands:
medics Start the application
medics --create-ext [NAME] [DIR] Scaffold a new extension
medics --build-ext [OPTIONS] Build an extension wheel
medics --version, -V Print the installed version
medics --help Show CLI help
Full CLI details: CLI Reference.
-
Open a folder —
File → Open Folder, or use the folder button in the Explorer dock. - Preview files — Double-click a file in Explorer, or use FilePreview. Images, DICOM/NIfTI volumes, tables, markdown, and code open in tabs.
-
Import data — Open the ImportData toolbox (
Toolboxesmenu). Drag files or folders, or browse a DICOM series. Imported arrays appear in the Variables dock and in Jupyter. - Analyze — Write scripts in PyEditor, or run code in the Jupyter tab. Both share the workspace namespace.
-
Save —
File → Save Workspacewrites variables to a.med(HDF5) file. Auto-save can be enabled in settings.
| Region | Purpose |
|---|---|
| Left docks | File Explorer, activity bar for toolboxes |
| Center | Tabbed toolboxes and previews |
| Right docks | Variables / workspace inspector |
| Bottom | Jupyter console, terminal, logs |
See User Interface for a full layout guide.
- Learn the workspace model
- Understand
MedImage - Install an extension
- Tune configuration
MedICS Community Wiki · Main application docs · Auth / license topics omitted in this version