How do you get a Deno Jupyter notebook to recognize Deno and other types in vscode?
See attached screenshot
![No description](https://cdn.answeroverflow.com/1154625644181852270/image.png)
![No description](https://cdn.answeroverflow.com/1154625644580327424/Screenshot_from_2023-09-21_23-43-13.png)
3 Replies
This seems to work: I added a
deno.json
file with an empty object to the folder holding the notebook's .ipynb
file.I'm sorry, but the documentation does not provide information on how to get a Deno Jupyter notebook to recognize Deno and other types in Visual Studio Code.
You can also run
Deno: Initialize Workspace Configuration
in the command palette![No description](https://cdn.answeroverflow.com/1154765790684381204/image.png)