akhademikA
Deno13mo ago
akhademik

how to setup jupyter with deno for vscode?

I tried to set it up by following this

https://docs.deno.com/runtime/reference/cli/jupyter/

but it didn't work out.

So what i've done is install jupyter

 jupyter --v                                                            1 ✘  09:21:17  
Selected Jupyter core packages...
IPython          : 8.30.0
ipykernel        : 6.29.5
ipywidgets       : 8.1.5
jupyter_client   : 7.4.9
jupyter_core     : 5.7.2
jupyter_server   : 2.14.2
jupyterlab       : 4.3.4
nbclient         : 0.10.1
nbconvert        : 7.16.4
nbformat         : 5.10.4
notebook         : 7.3.1
qtconsole        : not installed
traitlets        : 5.14.3


i have vscdoe and jupyter extension, but on the step that say

Open or create a notebook file by opening the Command Palette (Ctrl+Shift+P) and selecting "Create: New Jupyter Notebook". This can be done manually by creating a file with the ".ipynb" file extension. When on a new or existing Notebook, click creating a new Jupyter Notebook select "Jupyter kernels" and then select Deno

i can't "Create: New Jupyter Notebook" so i created a file with .ipynb, but it doesnt have the Kernels select option

What should i do next ?
image.png
Deno
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno
Jupyter Kernel for Deno
Was this page helpful?