Lab 00 github / python 指令 http.server / localhost
[圖檔]
https://github.com/君の名は/vis2021s/lab00/1.svg
[檔案]
https://github.com/君の名は/vis2021s/
[網頁]
https://君の名は.github.io/vis2021s/
網頁伺服器 (指定 port 8888)
pytyhon -m http.server 8888&. http://localhost:8888/index.html
網頁伺服器 (不指定 port number)
pytyhon -m http.server http://localhost:8000/index.html
D3 template
D3 Page Template