Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clumsyme/typescript-notebooks

notebooks of Typescript
https://github.com/clumsyme/typescript-notebooks

jupyter-notebook learning notebook typescript

Last synced: about 1 month ago
JSON representation

notebooks of Typescript

Awesome Lists containing this project

README

        

# typescript-notebooks

Typescript 学习相关笔记。

如何使用:

### 查看

```bash
# 安装 jupyter
pip install jupyter

# 运行笔记本
jupyter notebook
```

### 互动编辑:需安装 typescript kernel

⚠️注意:安装 `itypescript` 时需在 python2 环境下(更多[查看](https://github.com/nearbydelta/itypescript))。

```bash
# 安装 jupyter
pip install jupyter

# 安装 typescript kernel
npm install -g itypescript

# 运行笔记本
its
```