File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "coder_script" "jupyterlab" {
6565
6666resource "coder_app" "jupyterlab" {
6767 agent_id = var. agent_id
68- slug = " jupyterlab" # sync with with end of subdomain URL
68+ slug = " jupyterlab" # sync with the usage in URL
6969 display_name = " JupyterLab"
7070 url = var. subdomain ? " http://localhost:${ var . port } /@${ data . coder_workspace_owner . me . name } /${ data . coder_workspace . me . name } /apps/jupyterlab" : " http://localhost:${ var . port } "
7171 icon = " /icon/jupyter.svg"
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
3- if [ -n " $BASE_URL " ]
3+ if [ -n " ${ BASE_URL} " ]
44then
55 BASE_URL=" --ServerApp.base_url=${BASE_URL} "
66fi
2525 printf " %s\n\n" " 🥳 jupyterlab is already installed"
2626fi
2727
28- echo " 👷 Starting jupyterlab in background..."
29- echo " check logs at ${LOG_PATH} "
28+ printf " 👷 Starting jupyterlab in background..."
29+ printf " check logs at ${LOG_PATH} "
3030$HOME /.local/bin/jupyter-lab --no-browser \
3131 " $BASE_URL " \
3232 --ServerApp.ip=' *' \
You can’t perform that action at this time.
0 commit comments