This is the first post in a Quarto blog. Welcome!
![]()
Since this post doesn’t specify an explicit image, the first image in the post will be used in the listing page of posts.
欢迎大家来到我的博客👏
实验
python代码
def f(x):
s = 0
for i in range(x):
s += i
return sf(x) = \frac{1}{2} \sum_{j=1}^\infty \int_0^1 \sin^2(j x) dt .
\alpha_1
解决quarto找不到本地pyhton问题
powershell 设置永久环境变量
setx QUARTO_PYTHON "D:\Python3.11.0\python.exe" // 永久设置环境变量(用户)