Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e1bf9ae8 authored by CREMONESI Francesco's avatar CREMONESI Francesco
Browse files

Remove GUI instructions

parent d769fc1b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ parts:
chapters:
- file: fedbiomed-tutorial/aws-instructions.md
- file: fedbiomed-tutorial/tensorboard-instructions.md
- file: fedbiomed-tutorial/running-the-gui.md
- caption: Tutorial exercises
chapters:
- file: fedbiomed-tutorial/brain-segmentation-exercise.ipynb
......
# Running the Fed-BioMed GUI on JupyterHub
Prerequisites:
- node configuration must be created
- your JupyterHub IP address
- a network port from the table below
## Network ports
| user | port |
| --- | --- |
| francesco | 8484 |
## Running the GUI
The GUI's execution will be associated with a specific node. For this example, we will refer to it as `node-name`.
Open a new terminal and navigate to the `fedbiomed` directory, then run the following command
```bash
cd $HOME/fedbiomed
./scripts/fedbiomed_run gui data-folder /datasets config node-name --port <your port from the table above> --host 0.0.0.0 start
```
## Accessing the GUI
Copy the IP address that you used to access JupyterHub, and append `:<your port number>` at the end and paste it in your browser.
For example, if your address was `1.2.3.4` and your port is `8456`, you would insert `http://1.2.3.4:8456` in your browser search bar.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment