DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

How to get IntelliSense working in notebooks? #68

Open ryantheleach opened 2 years ago

ryantheleach commented 2 years ago
// This module is built into the notebook. You do not need to install this.
// You could install this to get code completion (i.e. intellisense).

const {display} = require('node-kernel');

Claims you can get intellisense by installing the notebook, call me new, but adding image

failed to provide intellisense for display?