Problem
The attribute preferKernel is hard-coded to true in notebook-extension. If a user wants to override it to false, they need to fork the entire extension.
Proposed Solution
Add an option, either in the notebook-extension schema or in Page Config, to set preferKernel to false. Default it to true.
Additional context
Previously, this item referred to canStartKernel.