As of SIRF 2.0.0 we enable port forwarding on the VM by default:
Service | Host Port | Guest Port | Protocol |
---|---|---|---|
jupyter notebook | 8888 | 8888 | TCP/IP |
Gadgetron | 9001 | 9001 | TCP/IP |
Gadgetron | 9002 | 9002 | TCP/IP |
You can use SyneRBI Virtual Machine as a Gadgetron server if you cannot install Gadgetron on you computer (we ourselves have not yet succeeded in installing it under Windows).
- Start Virtual Machine.
- Open a new terminal on the VM and type
gadgetron
there. - Keep the VM running and run Python or Matlab on your normal computer.
This will enable you to run SIRF MR demos on your computer.
A jupyter notebook server is installed in the VM it can be started as:
- open a terminal in the VM
- type
jupyter notebook
- in the host, open a browser and point to
http://127.0.0.1:8888
- (optional) you may need to start Gadgetron, as above