發表於 程式分享

Line開發工具: LINE Bot Designer

1.LINE Bot Designer下載並安裝
https://developers.line.me/en/services/bot-designer/

2.安裝結果
擷取.PNG

3.line開發API
https://developers.line.me/en/reference/

發表於 程式分享

windows安裝jupyter (python)

1.下載python並安裝
https://www.python.org/downloads/

2.Command Line (以系統管理者身份執行)

pip3 install jupyter 

3.到要執行的路徑

jupyter notebook

擷取.PNG

4.Browser 執行, token由上一頁取得

Ex.http://localhost:8888/?token=058a42525f67faddd32888dab3bb263c5a42f459b2ca0697

擷取.PNG