You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,28 @@
1
-
# typescript-notebook README
1
+
# TypeScript for Jupyter Notebooks
2
2
3
+
A [Visual Studio Code](https://code.visualstudio.com/) extension required to get started with TypeScript in Jupyter notebooks.
4
+
This extension will automatically install the necessary dependencies required to use TypeScript with [Jupyter Extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter).
5
+
6
+
### Quick Start
7
+
8
+
-**Step 1.** Install the [TypeScript Notebook Extension](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook)
9
+
-**Step 2.** Open or create a notebook file and start coding!
10
+
-**Step 3.** Select the `TypeScript` kernel from the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)`Notebook: Select Kernel`
*[tslab](https://github.com/yunabe/tslab) is used as the kernel for Jupyter Notebooks.
21
+
* Installing the `tslab` kernel for Jupyter Notebooks requires one to have Python & Jupyter installed.
22
+
* However the [Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) does not require either one of these (in a majority of the case).
23
+
* This extension gets around the requirement of having to install Python & Jupyter.
0 commit comments