Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter_lab_slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hoese
jupyter_lab_slurm
Commits
1caa8abc
Commit
1caa8abc
authored
6 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix readme formatting
parent
c8380b12
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-7
9 additions, 7 deletions
README.md
with
9 additions
and
7 deletions
README.md
+
9
−
7
View file @
1caa8abc
...
...
@@ -4,28 +4,28 @@ Scripts and tools for working with jupyter lab and dask on the iris cluster
using slurm. The included scripts and instructions are simplifications of the
instructions created by the PanGeo group here:
http://pangeo.io/setup_guides/hpc.html
http://pangeo.io/setup_guides/hpc.html
## To install
If you have SSH keys set up with gitlab:
```
bash
ssh
-A
iris
git clone git@gitlab.ssec.wisc.edu:davidh/jupyter_lab_slurm.git
ssh
-A
iris
git clone git@gitlab.ssec.wisc.edu:davidh/jupyter_lab_slurm.git
```
Otherwise:
```
bash
ssh iris
git clone https://gitlab.ssec.wisc.edu/davidh/jupyter_lab_slurm.git
ssh iris
git clone https://gitlab.ssec.wisc.edu/davidh/jupyter_lab_slurm.git
```
### Create password for jupyter lab session
```
bash
/home/davidh/miniconda3/envs/pangeo/bin/jupyter notebook password
/home/davidh/miniconda3/envs/pangeo/bin/jupyter notebook password
```
## Run jupyter lab on iris
...
...
@@ -33,7 +33,9 @@ Otherwise:
After exiting out of your iris SSH connection, meaning you are on your local
machine with a direct connection to iris, run:
eval "$(ssh -A iris jupyter_lab_slurm/start_jupyter_lab.sh)"
```
bash
eval
"
$(
ssh
-A
iris jupyter_lab_slurm/start_jupyter_lab.sh
)
"
```
This will:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment