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 f59e68f commit 3851a54Copy full SHA for 3851a54
src/kernels/deepnote/types.ts
@@ -154,7 +154,7 @@ export interface IDeepnoteKernelAutoSelector {
154
ensureKernelSelected(notebook: vscode.NotebookDocument, token?: vscode.CancellationToken): Promise<void>;
155
}
156
157
-export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post23';
+export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post30';
158
export const DEEPNOTE_TOOLKIT_WHEEL_URL = `https://deepnote-staging-runtime-artifactory.s3.amazonaws.com/deepnote-toolkit-packages/${DEEPNOTE_TOOLKIT_VERSION}/deepnote_toolkit-${DEEPNOTE_TOOLKIT_VERSION}-py3-none-any.whl`;
159
export const DEEPNOTE_DEFAULT_PORT = 8888;
160
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';
0 commit comments