diff --git a/_toc.yml b/_toc.yml index 20db8bf912e981fc7c04fb92c7b9221ec8ca243c..bc2f319ad11841411319630d47cc314d9c65d800 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 diff --git a/fedbiomed-tutorial/running-the-gui.md b/fedbiomed-tutorial/running-the-gui.md deleted file mode 100644 index f6b74a4de83f3ebcf35c523d0b7884f084b66e39..0000000000000000000000000000000000000000 --- a/fedbiomed-tutorial/running-the-gui.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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. -