diff --git a/submit.yml.erb b/submit.yml.erb
index 746f73db090c57de0829f9d88af36d8594876b80..1dbc4e4ae2b7330e8d5f6d1e1927e0faaf51596b 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -19,7 +19,7 @@ script:
     - "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
     - "--partition=<%= bc_partition %>"
     - "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
-    - "--job-name=ood-jupyterlab"
+    - "--job-name=ood-pycharm"
 <%- if bc_partition.include? "pascalnodes" or bc_partition.include? "amperenodes" -%>
     - "--gres=gpu:<%= bc_num_gpus.blank? ? 1 : bc_num_gpus.to_i %>"
 <%- end -%>
diff --git a/view.html.erb b/view.html.erb
deleted file mode 100644
index 0fbd3078bc8de2ebfb2cca2556b397c5c194a4a6..0000000000000000000000000000000000000000
--- a/view.html.erb
+++ /dev/null
@@ -1,6 +0,0 @@
-<form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank">
-  <input type="hidden" name="password" value="<%= password %>">
-  <button class="btn btn-primary" type="submit">
-    <i class="fas fa-eye"></i> Connect to JupyterLab
-  </button>
-</form>