You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To visualize my goal, imagine adding "Create Interactive Window" and "Create Jupyter Notebook" buttons on the Kernel Specifications rows of your Jupyter Powertoys extension:
I know the baseUrl of the kernel and the name of the kernelSpec but what I need to pass to your openNotebook function (currently defined in api.unstable.d.ts) is the id of the matching internal kernelConnectionMetadata item. Per the discussion in #16221 you do not want me to go via getKernelService (also unstable API) to obtain kernelConnectionMetadata.id
The text was updated successfully, but these errors were encountered:
To visualize my goal, imagine adding "Create Interactive Window" and "Create Jupyter Notebook" buttons on the Kernel Specifications rows of your Jupyter Powertoys extension:
I know the baseUrl of the kernel and the name of the kernelSpec but what I need to pass to your openNotebook function (currently defined in api.unstable.d.ts) is the id of the matching internal kernelConnectionMetadata item. Per the discussion in #16221 you do not want me to go via getKernelService (also unstable API) to obtain kernelConnectionMetadata.id
The text was updated successfully, but these errors were encountered: