mirror of
https://github.com/denoland/deno.git
synced 2025-09-22 18:32:28 +00:00

Some checks are pending
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / build wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
This commit changes the `deno jupyter` subcommand: - `deno jupyter` now accepts additional `--name` argument to allow installing and maintaing multiple kernelsspec - useful when one wants to install a stable kernel and a debug/canary kernel - `deno jupyter --install` now accepts additional `--display` argument to allow customizing display name of the kernel - the default one is "Deno" - `deno jupyter --install` no longer blindly installs kernelspec, instead it first checks if a kernelspec already exists and if so, returns an error suggesting to use `--force` flag - `deno jupyter --help` no longer shows `--unstable` flag Closes https://github.com/denoland/deno/issues/29219 Closes https://github.com/denoland/deno/issues/29220
2 lines
129 B
Text
2 lines
129 B
Text
Warning "deno jupyter" is unstable and might change in the future.
|
|
✅ Deno kernelspec installed successfully at [WILDLINE]deno.
|