summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jupyter/install_command_not_exists.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-01-03 09:45:10 -0500
committerGitHub <noreply@github.com>2024-01-03 14:45:10 +0000
commit97937a097e8fe52cdefd55bf12a92e19d627aca4 (patch)
tree42cf3d2f8be398165f275cc9724385a8b0fde361 /cli/tests/testdata/jupyter/install_command_not_exists.out
parenta387efa46efc906e410041a46bf4659412dc49b4 (diff)
fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767)
We were failing silently in this scenario.
Diffstat (limited to 'cli/tests/testdata/jupyter/install_command_not_exists.out')
-rw-r--r--cli/tests/testdata/jupyter/install_command_not_exists.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/jupyter/install_command_not_exists.out b/cli/tests/testdata/jupyter/install_command_not_exists.out
new file mode 100644
index 000000000..3d599f7fc
--- /dev/null
+++ b/cli/tests/testdata/jupyter/install_command_not_exists.out
@@ -0,0 +1,4 @@
+error: Failed to spawn 'jupyter' command. Is JupyterLab installed (https://jupyter.org/install) and available on the PATH?
+
+Caused by:
+[WILDCARD]