Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hengtsechou/table-generate-and-compare-state-demo
https://github.com/hengtsechou/table-generate-and-compare-state-demo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hengtsechou/table-generate-and-compare-state-demo
- Owner: hengtseChou
- Created: 2023-09-05T09:06:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T13:42:35.000Z (about 1 year ago)
- Last Synced: 2024-11-12T05:07:57.316Z (2 months ago)
- Language: Jupyter Notebook
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安裝步驟
1. [安裝 python](https://www.codingspace.school/blog/2021-04-07)
2-1. 在 windows powershell 輸入
```
git clone https://github.com/hank-chouu/table-generate-and-compare-state-demo.git
cd table-generate-and-compare-state-demo
pip install virtualenv
virtualenv venv
.\venv\Scripts\activate.ps1
pip install -r requirements.txt
```
2-2. 在 Linux 中輸入```
git clone https://github.com/hank-chouu/table-generate-and-compare-state-demo.git
cd table-generate-and-compare-state-demo
pip install virtualenv
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
```3. vscode 打開這個資料夾,打開 table_create.ipynb (可能會需要先安裝 vscode jupyter extensions)
4. 點選上方 Run All,會跳出 select python kernel,點選 Python Enviroment 後點選 venv
![select python kernel](https://i.imgur.com/4VfHKW9.png)
![choose venv](https://i.imgur.com/e06R8w0.png)
5. compare_state.ipynb 的執行方式,重複步驟 3~4 即可