Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clumsyme/typescript-notebooks
- Owner: clumsyme
- License: unlicense
- Created: 2019-04-20T14:48:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T06:08:18.000Z (over 5 years ago)
- Last Synced: 2024-11-06T03:16:55.146Z (3 months ago)
- Topics: jupyter-notebook, learning, notebook, typescript
- Language: Jupyter Notebook
- Size: 309 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```