Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eudat-prace-2019
forward
Commits
ee9247eb
Commit
ee9247eb
authored
Sep 23, 2019
by
Leon Kos
Browse files
netcdf,numpy,scipy,pandas,matplotlib,...
parent
29d02f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbatches/galileo/jupyter-custom.sbatch
0 → 100644
View file @
ee9247eb
#!/bin/bash
PORT
=
$1
NOTEBOOK_DIR
=
$2
cd
$NOTEBOOK_DIR
module load anaconda/2019.07
conda activate /galileo/home/usertrain/a08trb24/data_analysis
export
PATH
=
/galileo/home/usertrain/a08trb24/data_analysis/bin:
${
PATH
}
jupyter notebook
--ip
=
127.0.0.1
--no-browser
--port
=
$PORT
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