Skip to content

Commit

Permalink
fix: use jupyter notebook as arg for launching a server
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored and ableuler committed Sep 16, 2021
1 parent f808ac0 commit 2894bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renku_notebooks/api/classes/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def _get_session_manifest(self):
{
"op": "add",
"path": "/statefulset/spec/template/spec/containers/0/args",
"value": ["jupyter", "lab"],
"value": ["jupyter", "notebook"],
}
],
}
Expand Down

0 comments on commit 2894bee

Please sign in to comment.