Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
StarHPC
docs
Commits
b9925dc6
Commit
b9925dc6
authored
Nov 15, 2024
by
Mani Tofigh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a warning for users to replace script placeholders
parent
87c53b78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
jupyter-notebook.md
software/jupyter-notebook.md
+8
-0
No files found.
software/jupyter-notebook.md
View file @
b9925dc6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment