We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a5b3 commit b53554bCopy full SHA for b53554b
jupyterlab/README.md
@@ -16,7 +16,7 @@ A module that adds JupyterLab in your Coder template.
16
```tf
17
module "jupyterlab" {
18
source = "registry.coder.com/modules/jupyterlab/coder"
19
- version = "1.0.22"
+ version = "1.0.23"
20
agent_id = coder_agent.example.id
21
}
22
```
jupyterlab/run.sh
@@ -9,7 +9,7 @@ BOLD='\033[0;1m'
9
printf "$${BOLD}Installing jupyterlab!\n"
10
11
# check if jupyterlab is installed
12
-if ! command -v jupyterlab > /dev/null 2>&1; then
+if ! command -v jupyter-lab > /dev/null 2>&1; then
13
# install jupyterlab
14
# check if pipx is installed
15
if ! command -v pipx > /dev/null 2>&1; then
0 commit comments