typescript-notebook
typescript-notebook copied to clipboard
Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
At the time of editing, the types are displayed incorrectly, although everything is correct when compiling. Tell me, what could be the problem and what is needed to solve it?...
for an enhance user interface -> for an enhanced user interface
I would like to use it with my version of tsconfig,json and ts-node flags. How do i do this?
I.e. use plain text files as backing store.
Great extension! 😊 I was hoping for a way to export a notebook to PDF similar to [Jupyter: Export to PDF](https://github.com/Microsoft/vscode-jupyter#useful-commands). Even after installing the Jupyter-Extension there is no command...
I want to install jupyter notebook extension to support tool bar, but It require to install python extension. I don't write python, so I don't want to install python extension....
Hi, Love the concept, but the lack of es6 support makes it practically unusable. Any plans to implement it, either via babel or ...? Thanks
Did I miss a config step or stumble across an incompatibility of some sort? REPL and example notebooks behave the same. I installed the extension and the MS Jupyter extension...
I'm using Danfo to load, query, and display data. When I load a new DataFrame, it displays correctly. However, once I query the DataFrame in any way (such as sorting...
In a typescript notebook cell, if I have code like: ```ts import { main } from './my-module'; main(); ``` Where `my-module.ts` is a sibling file to the notebook, typescript is...