Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/kernels/deepnote/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ export interface IDeepnoteKernelAutoSelector {
ensureKernelSelected(notebook: vscode.NotebookDocument, token?: vscode.CancellationToken): Promise<void>;
}

export const DEEPNOTE_TOOLKIT_VERSION = '1.0.0rc2';
export const DEEPNOTE_TOOLKIT_VERSION = '1.0.0';
export const DEEPNOTE_DEFAULT_PORT = 8888;
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';
Loading