You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/init_cell/init_cell.yaml

18 lines
579 B

Type: Jupyter Notebook Extension
Compatibility: 3.x, 4.x, 5.x
Name: Initialization cells
Main: main.js
Icon: icon.png
Link: README.md
Description: |
Add a cell toolbar selector to mark cells as 'initialization' cells. Such
initialization cells can be run by on clicking the provided button in the
main toolbar, or configurably, run automatically on notebook load.
Parameters:
- name: init_cell.run_on_kernel_ready
description: |
Run input cells whenever a kernel_ready.Kernel event is fired. See readme
for further details.
input_type: checkbox
default: true