文件名称:isolate-magic:隔离命名空间的 IPython 魔法
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-22 12:25:25
Python
隔离魔法 隔离命名空间的 IPython 魔法 制作 IPython 魔法的文档在 现在,将带有魔法的文件复制到所需 ipython 配置文件中的启动目录。 如果您没有偏好,可能是~/.ipython/profile_default/startup/或等效的。 我们还将研究pre-cell-run和post-cell-run钩子的使用。 语法(当前) %%isolate name(name of the cell) pre(pre-conditions of the cell) post(post-conditions of the cell) 条件可以是变量名列表,用','分隔 在单元执行之前从笔记本命名空间中提取前置条件变量 单元格执行后,后条件变量被推送到笔记本命名空间 如果任何条件被省略,隔离魔法将通过跟踪对全局名称空间的修改来识别它们。 一个活跃的例子是: 如何从“隔离
【文件预览】:
isolate-magic-master
----example.ipynb(15KB)
----ExampleComplexFlow.ipynb(11KB)
----LICENSE(775B)
----README.md(2KB)
----50-isolate-magic.py(17KB)
----.gitignore(706B)