Update Cluster notes authored by Francesco Bozzo's avatar Francesco Bozzo
...@@ -78,7 +78,7 @@ user needs to take note of node number, for example, *node9*, *node11*, etc. ...@@ -78,7 +78,7 @@ user needs to take note of node number, for example, *node9*, *node11*, etc.
#### Start process #### Start process
Start the process that needs port forwarding. An example may be Jupiter notebook: Start the process that needs port forwarding. An example may be Jupiter notebook:
```bash ```bash
d your-project cd your-project
./run run_misc --notebook --port 65432 --config path_to_config/config.ini ./run run_misc --notebook --port 65432 --config path_to_config/config.ini
``` ```
... ...
......