Skip to content

Commit

Permalink
Make lab as default interface and remove python-mode to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 20, 2023
1 parent b6165bf commit aa533df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deployments/data102/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ jupyterhub:
- course::1526710::enrollment_type::ta

singleuser:
defaultUrl: "/lab"
extraEnv:
GH_SCOPED_CREDS_CLIENT_ID: Iv1.f769e27a8207e5c9
GH_SCOPED_CREDS_APP_URL: https://github.com/apps/data102-datahub-access
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
nodeSelector:
hub.jupyter.org/pool-name: data102-pool
storage:
Expand Down
1 change: 0 additions & 1 deletion deployments/data102/image/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ wget
vim
emacs-nox
emacs-goodies-el
python-mode

# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
Expand Down

0 comments on commit aa533df

Please sign in to comment.