Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 899 Bytes

File metadata and controls

18 lines (15 loc) · 899 Bytes

資料驅動天文教育 - 天文資料取得範例教材

Open in Streamlit License: MIT

此教材是以Streamlit開發,提供如何用Python套件取得天文資料的範例。

在自己的電腦上運行此教材

1. 下載此專案原始碼並安裝所需Python套件

git clone https://github.com/Astrohackers-TW/DataDrivenAstroEdu_data-query-examples.git
cd DataDrivenAstroEdu_data-query-examples
pip install -r requirements.txt

2. 執行以下指令後即可在瀏覽器運行此教材

streamlit run Intro.py