合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` # 安装nbextension pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --user pip install jupyter_nbextensions_configurator jupyter nbextensions_configurator enable --user # 自动刷新自定义模块 %load_ext autoreload %autoreload 2 # 使用R %load_ext rpy2.ipython %R R命令 %R -i var #python中的变量导入R # matplotlib %matplotlib inline import matplotlib.pyplot as plt plt.style.use('ggplot') ``` 安装jypyter notebook扩展 ``` conda install -c conda-forge jupyter_contrib_nbextensions conda install -c conda-forge jupyter_nbextensions_configurator ```