Commit b9925dc6 authored by Mani Tofigh's avatar Mani Tofigh

added a warning for users to replace script placeholders

parent 87c53b78
......@@ -57,6 +57,14 @@ module load jupyter
jupyter notebook --no-browser --port=${port} --ip=${node}
```
```warning
#### Don't forget to replace the placeholders!
The words between <...> need to be replaced with what _you_ need. For instance:
- <compute-node> needs to be replaced with the node(s) available [here]({{site.baseurl}}{% link quickstart/about-star.md %}).
- <project-name>, or the entire output path, needs to be replaced with the directory _you_'d like to save the output/error files to.
```
The script uses these SLURM settings:
- `--nodelist`: Picks which compute node to use
- `--ntasks=1`: Runs one instance of Jupyter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment