ZhangZhihui's Blog  

2025年1月15日

摘要: Requirements: duckdb emoji ibis-framework ibis-framework[duckdb] jupysql jupyter-lsp jupyterlab pandas plotly polars-lts-cpu pyarrow sqlparse pi_relat 阅读全文
posted @ 2025-01-15 20:52 ZhangZhihuiAAA 阅读(22) 评论(0) 推荐(0)
 
摘要: I installed VSCode extension Black Formatter, but it seemed not work. Later, I found that it only work when there's no syntax error and it can't forma 阅读全文
posted @ 2025-01-15 20:09 ZhangZhihuiAAA 阅读(24) 评论(0) 推荐(0)
 
摘要: import duckdb duckdb.sql("SELECT 'duck' AS animal, 'quack!' AS greeting") ┌─────────┬──────────┐ │ animal │ greeting │ │ varchar │ varchar │ ├──────── 阅读全文
posted @ 2025-01-15 17:41 ZhangZhihuiAAA 阅读(17) 评论(0) 推荐(0)
 
摘要: Installing plotly stuck in a Python venv virtual environment in WSL2 Ubuntu. pip install -i https://pypi.org/simple package_namepip install -i https:/ 阅读全文
posted @ 2025-01-15 11:40 ZhangZhihuiAAA 阅读(63) 评论(0) 推荐(0)