#Really Excited About Dino Jupyter

1 messages · Page 1 of 1 (latest)

honest musk
#

I tried to install the Kernel on Windows SANS - WSL.

Here is the output:

deno jupyter --unstable
error: Failed to get list of installed kernelspecs

Caused by:
program not found syntax of the command is: deno jupyter - it looks like jupyter will be a TS or JS file - where is it located on the install - I should look at the source.

finite spireBOT
#

I'm sorry for the confusion, but based on the documentation, there's no mention of a deno jupyter command or a Jupyter kernel for Deno. The deno command is used to run Deno programs, and it doesn't have a jupyter option.

If you're trying to run a Deno script, the syntax would be deno run [script.ts]. If you're trying to install a Deno module, the syntax would be deno install [module].

If you're looking for a way to use Deno in a Jupyter notebook, I'm afraid that's not currently supported according to the documentation.

If you're trying to run a specific Deno command and you're encountering issues, could you please provide more details? I'd be happy to help you troubleshoot. 🦕