Script of scripts (SOS)
1.安装
## 进入conda 环境
conda activate jupyter
## 安装SOS
conda install sos sos-pbs -c conda-forge
## 安装SOS notebook
conda install sos-notebook jupyterlab-sos sos-papermill -c conda-forge
## 安装对应的sos插件,会安装一个R和python、bash
conda install sos-r sos-python sos-bash -c conda-forge
## 只安装插件,使用系统R
pip install sos-r
pip install sos-c
pip install sos-python2.在jupyter中注册对应的内核
python -m sos_notebook.install
##查看安裝的内涵
jupyter kernelspec list
## 移除环境
jupyter kernelspec remove sos3.非必须的模块
4.使用说明

1.手动设置内核
2.使用子内核
3.使用其他子kernel的变量

4.预览变量
5.所有magic命令
5.命令行版本SOS
参考
Last updated