Cannot run papermill from a virtual environment ...
github.com › nteract › papermillNov 12, 2018 · jupyter_client.kernelspec.NoSuchKernel: No such kernel named conda-env-analysis_1-r. This can be fixed by installing jupyter and papermill in the analysis environment analysis_1: conda install -n analysis_1 papermill. And specifying the name of the kernel to use from within this environment analysis_1 in the papermill command (-k option):
Workflow - papermill 2.3.3 documentation
papermill.readthedocs.io › en › latestclass papermill.engines. PapermillEngines ¶ Bases: object. The holder which houses any engine registered with the system. This object is used in a singleton manner to save and load particular named Engine objects so they may be referenced externally. execute_notebook_with_engine (engine_name, nb, kernel_name, ** kwargs) ¶