Docker & Jupyter & PyTorch
安裝Python 3.10
簡介 在舊版Ubuntu安裝Python 3.10以及對應的pip版本。 安裝Python 藉由apt安裝,安裝後須注意python執行時的執行檔版本。 sudo apt update sudo...
新增ipykernel
pip install ipykernel ipython kernel install --name DISPLAY_NAME --user
Jupyter lab install LSP
pip install jupyterlab-lsp pip install python-language-server[python]
引入pytorch時出現tqdm錯誤
簡介 引入pytorch時出現tqdm錯誤,則須另外安裝套件ipywidgets。 # tqdm error is issued # by running the following code ...