run_jnb:参数化(仅限python3)并执行Jupyter笔记本

时间:2024-02-23 22:05:50
【文件属性】:

文件名称:run_jnb:参数化(仅限python3)并执行Jupyter笔记本

文件大小:50KB

文件格式:ZIP

更新时间:2024-02-23 22:05:50

python notebook jupyter-notebook execute parametrise

run_jnb run_jnb是用于参数化(仅适用于python3)和执行Jupyter笔记本的python软件包和命令行工具。 来源: : 平台:独立 发展状况:Alpha 入门: 安装 pip install run_jnb 简短的介绍 该程序包包含两个公共函数possible_parameter和run_jnb (请参见文档字符串)。 >> > from run_jnb import possible_parameter , run_jnb run_jnb也可用作命令行工具,其文档可通过以下途径获得 run_jnb -h 简单的例子 考虑一下。 可能性参数返回一个可能参数的列表,包括它们的名称,值和单元格索引。 该列表按可能的参数名称的字母顺序排序。 >> > possible_parameter ( './Power_function.ipynb' ) [ PossibleParameter ( name = 'exponent' , value = 2 , cell_index = 7 ), PossibleParameter ( name = 'np_a


【文件预览】:
run_jnb-master
----setup.py(1KB)
----.gitignore(1KB)
----requirements.txt(19B)
----.travis.yml(297B)
----run_jnb()
--------run_jnb.py(4KB)
--------__init__.py(82B)
--------tests()
--------util.py(14KB)
--------pytest.ini(60B)
--------jnb_helper.py(3KB)
--------core.py(11KB)
----LICENSE(1KB)
----setup.cfg(40B)
----README.md(6KB)
----example()
--------_run_jnb()
--------Power_function.ipynb(3KB)
--------power_function_arg.json(87B)
--------Getting Started.ipynb(6KB)
----appveyor.yml(978B)
----.gitattributes(26B)

网友评论