20230118

Google Colab

Google Colab

..................................................
#Update : 2023-01-18
..................................................
#Keywords : Python, Google Colab, Jupyter, ... .
..................................................

#導入 Google Drive 内的檔案


Step-1. Mount Google Drive :

from google.colab import drive
drive.mount('/content/drive/')

Step-2. Assign and read the data link ()

/content/drive/ ... / OOO.xlsx

..................................................

#REFERENCE

[] 新手 3/3:如何用 Google Colab 讀取/輸出檔案?從 Google Drive 存取 CSV, 20210405, https://pythonviz.com/colab-jupyter/google-colab-notebook-file-io-csv-input-output/


..................................................

20230114

Anaconda

Anaconda

..................................................
#Update : 2023-01-14
..................................................
#Keywords : Python, Anaconda, ... .
..................................................

#Update Navigator (Manual):

[1] Open Anaconda Prompt.
[2] Input and execute :
        conda deactivate
        conda update anaconda-navigator

..................................................

#REFERENCE

[] Anaconda, Website, https://www.anaconda.com/

..................................................

20230104

ThinkPad X250 + SSD

ThinkPad X250 + SSD

..................................................
#Update : 2023-01-04
..................................................
#Keywords : ThinkPad, X250, SSD
..................................................

#REFERENCE

[] 不只是情懷,Thinkpad X250購買使用折騰記, READ01, 20150521, https://read01.com/RMeJBG.html

[] ThinkPad X250加裝固態硬盤教程, TWBLOGS, 20180903, https://www.twblogs.net/a/5b8c9f9b2b717718833415f3

..................................................