1 Star 0 Fork 0

舞叶枫/cheatsheets

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python.Rmd 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
Garrett Grolemund 提交于 2019-04-27 04:33 +08:00 . Adds reticulate cheatsheet
```{r setup, include = FALSE} library(reticulate) virtualenv_create("fmri-proj") py_install("seaborn", envname = "fmri-proj") use_virtualenv("fmri-proj") ``` ```{python, echo = FALSE} import seaborn as sns fmri = sns.load_dataset("fmri") ``` ```{r} f1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LinkSystem/cheatsheets.git
git@gitee.com:LinkSystem/cheatsheets.git
LinkSystem
cheatsheets
cheatsheets
master

搜索帮助