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 d330fd3 commit 58c86b6Copy full SHA for 58c86b6
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.0rc2';
+export const DEEPNOTE_TOOLKIT_VERSION = '1.0.0';
160
export const DEEPNOTE_DEFAULT_PORT = 8888;
161
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';
0 commit comments