From 88bc57d7643b4306d13cae72830a900cd81d1549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 18 Jan 2024 23:16:14 +0100 Subject: feat(jupyter): don't require --unstable flag (#21963) This commit removes the requirement for `--unstable` flag in `deno jupyter` subcommand. The process will no longer exit if this flag is not provided, however the subcommand itself is still considered unstable and might change in the future. Required for https://github.com/denoland/deno/pull/21452 --- cli/tests/testdata/jupyter/install_command_not_exists.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/testdata/jupyter') diff --git a/cli/tests/testdata/jupyter/install_command_not_exists.out b/cli/tests/testdata/jupyter/install_command_not_exists.out index 3d599f7fc..1bb176e20 100644 --- a/cli/tests/testdata/jupyter/install_command_not_exists.out +++ b/cli/tests/testdata/jupyter/install_command_not_exists.out @@ -1,3 +1,4 @@ +Warning "deno jupyter" is unstable and might change in the future. error: Failed to spawn 'jupyter' command. Is JupyterLab installed (https://jupyter.org/install) and available on the PATH? Caused by: -- cgit v1.2.3