Skip to content
Snippets Groups Projects

Edited jupyter notebook template and made necessary changes for Jupyter Lab

Open Krish Moodbidri requested to merge github/fork/krishmoodbidri/v1.0-jupyter-lab into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,6 +17,6 @@ script:
@@ -17,6 +17,6 @@ script:
- "--partition=<%= bc_partition %>"
- "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--job-name=ood-jupyter"
- "--job-name=ood-jupyter"
<%- if bc_partition == "pascalnodes" -%>
<%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1"
- "--gres=gpu:1"
<%- end -%>
<%- end -%>
Loading