DonJayamanne/typescript-notebook

How to get IntelliSense working in notebooks?

Opened this issue · 0 comments

// 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?