1. 首页
  2. 数据库
  3. 其它
  4. jupyter_spaces:在Jupyter Notebook中创建并行名称空间 源码

jupyter_spaces:在Jupyter Notebook中创建并行名称空间 源码

上传者: 2021-02-19 12:46:28上传 ZIP文件 10.86KB 热度 20次
Jupyter空间 Jupyter Spaces是IPython扩展,用于创建用户名称空间中可用的并行名称空间。 它旨在通过Jupyter笔记本中的IPython魔术来使用。 安装 pip install jupyter_spaces jupyter_spaces支持Python版本3.5 , 3.6 , 3.7和3.8 。 用法 加载jupyter_spaces扩展 % load_ext jupyter_spaces 重新加载jupyter_spaces扩展 % reload_ext jupyter_spaces 重新加载扩展名将删除所有空格。 在一个空间内运行一个单元 % % spa
下载地址
用户评论