https://pypi.org/project/kaleido/
import plotly.express as px
fig = px.scatter(px.data.iris(), x="sepal_length", y="sepal_width", color="species")
fig.write_image("figure.png", engine="kaleido")
https://pypi.org/project/kaleido/
import plotly.express as px
fig = px.scatter(px.data.iris(), x="sepal_length", y="sepal_width", color="species")
fig.write_image("figure.png", engine="kaleido")
https://www.powershellgallery.com/packages/PSFzf/2.6.7
如何安装 PowerShellGet 和 PSResourceGet
PS C:\aka\my_git\> Install-Module PowerShellGet -Force -AllowClobber
警告: Unable to resolve package source 'https://www.powershellgallery.com/api/v2'.
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'PowerShellGet'. Try Get-PSRepository to see all ava
ilable registered module repositories.
1、webdav 服务器配置:
cert: ./tls_self/my-service.crt
key: ./tls_self/my-service.key
2、joplin PC客户端同步设置:
C:\Users\username\my-service.crt
3、小米15
只需要安装 ca.crt 即可
4、ios 18
windows中,
通过 python -m venv生成的虚拟环境,
在dos窗口中,通过activate.bat激活虚拟环境,
执行虚拟环境scripts目录中的python.exe,
实际执行的却是C:\Users\username\AppData\Local\Programs\Python\中的python
这可能是pytorch的DataLoader,当num_workers大于0时,出错的原因。