All notable changes to the "simple-notebook-omnikernel" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
Added {{auth:github}}
as a token that expands to contain a github access token
Added {{cell:TITLE}}
as a token that expands to reference an existing cell by header name.
This token will be substituted with the combined contents of all code cells immediately following all markdown cells containing # TITLE
.
Added support for passing an object to be used as the execution environment via the dispatch config.
Support ${code-path}
in dispatch arguments, which will be the path to a temporary copy of the code to run. This file will be automatically deleted after execution is finished.