We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7277539 commit 07f9044Copy full SHA for 07f9044
src/kernels/deepnote/types.ts
@@ -156,6 +156,6 @@ export interface IDeepnoteKernelAutoSelector {
156
ensureKernelSelected(notebook: vscode.NotebookDocument, token?: vscode.CancellationToken): Promise<void>;
157
}
158
159
-export const DEEPNOTE_TOOLKIT_VERSION = '1.0.0';
+export const DEEPNOTE_TOOLKIT_VERSION = '1.1.0';
160
export const DEEPNOTE_DEFAULT_PORT = 8888;
161
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';
0 commit comments