File tree 2 files changed +4
-4
lines changed
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" {
65
65
66
66
resource "coder_app" "jupyterlab" {
67
67
agent_id = var. agent_id
68
- slug = " jupyterlab" # sync with with end of subdomain URL
68
+ slug = " jupyterlab" # sync with the usage in URL
69
69
display_name = " JupyterLab"
70
70
url = var. subdomain ? " http://localhost:${ var . port } /@${ data . coder_workspace_owner . me . name } /${ data . coder_workspace . me . name } /apps/jupyterlab" : " http://localhost:${ var . port } "
71
71
icon = " /icon/jupyter.svg"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- if [ -n " $BASE_URL " ]
3
+ if [ -n " ${ BASE_URL} " ]
4
4
then
5
5
BASE_URL=" --ServerApp.base_url=${BASE_URL} "
6
6
fi
25
25
printf " %s\n\n" " 🥳 jupyterlab is already installed"
26
26
fi
27
27
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} "
30
30
$HOME /.local/bin/jupyter-lab --no-browser \
31
31
" $BASE_URL " \
32
32
--ServerApp.ip=' *' \
You can’t perform that action at this time.
0 commit comments