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/execution_dependencies/execution_dependencies.yml

10 lines
406 B

Type: Jupyter Notebook Extension
Compatibility: 4.x, 5.x
Name: Execution Dependencies
Main: execution_dependencies.js
Link: README.md
Description: |
Introduce tag annotations to identify each cell and indicate a dependency on others.
Upon running a cell, its dependencies are run first to prepare all dependencies.
Then the cell triggered by the user is run as soon as all its dependencies are met.