RWEPA | VirtualBox + Ubuntu + R + RStudio 簡介
🌸YouTube (包括中文字幕...準備中):https://youtu.be/DxZUj9quKEI
RWEPA | VirtualBox + Ubuntu + R + RStudio 簡介
🌸YouTube (包括中文字幕...準備中):https://youtu.be/DxZUj9quKEI
RWEPA | Python + Streamlit - 銷售儀表板
🌸YouTube (包括中文字幕):https://youtu.be/QmvlYHspvns
RWEPA | Python AQI 空氣品質指標資料分析
🌸YouTube (包括中文字幕):https://youtu.be/0UJbhVWDuI4
RWEPA | Jupyter-notebook 開啟空白網頁(已經解決)
近期安裝最新版 Anaconda [Anaconda3-2024.10-1-Windows-x86_64.exe], 啟動 Jupyter-notebook 會有以下情形, 測試環境為 Windows 11-23H2 家用版 64位元 + Google Chrome:
'jupyter-notebook' 不是內部或外部命令、可執行的程式或批次檔。
解決方式:
程式集 \ 右鍵 \ 系統 \ 進階系統設定 \ 環境變數 \ 系統變數 \ Path \ 編輯 \ 新增
C:\Users\使用者名稱\anaconda3\Scripts
輸入完成後即可啟動 jupyter-notebook.
RWEPA | R Markdown 解決轉換中文字型PDF
# 感謝 Hsin Ming 提供問題.
🌸YouTube:https://youtu.be/6Wc75BH02iE
# 感謝 Janet 提供問題.
🌸YouTube (包括中文字幕):https://youtu.be/bSMa5SGJrRk
https://github.com/rwepa/DataDemo/blob/master/stable_diffusion_model.pdf
🌸AUTOMATIC 1111 github
https://github.com/AUTOMATIC1111/stable-diffusion-webui
🌸安裝 Fooocus for Windows
https://github.com/lllyasviel/Fooocus/releases/download/release/Fooocus_win64_2-1-831.7z
🌸如果沒有 NVIDIA顯示卡, 則使用Fooocus時, 在 run.bat 檔案須加上 --always-cpu, 完整2行程式碼:
# 感謝 Uma 提供問題.
🌸YouTube (包括中文字幕):https://youtu.be/jsdM-y1nspQ
方法1 使用 RStudio \ Connections 視窗
方法2 使用 odbc::dbConnect+寫入密碼 --> 資安問題!
方法3 使用 odbc::dbConnect+詢問密碼
https://github.com/rwepa/r_mysql/blob/main/r_mysql.pdf
🌷下載: r_mysql.R
https://github.com/rwepa/r_mysql/blob/main/r_mysql.R