mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Fix jupyter version number, #136544
This commit is contained in:
@@ -40,7 +40,7 @@ export class NotebookSerializer implements vscode.NotebookSerializer {
|
||||
}
|
||||
}
|
||||
|
||||
if (json.nbformat && json.nbformat < 5) {
|
||||
if (json.nbformat && json.nbformat < 4) {
|
||||
throw new Error('Only Jupyter notebooks version 4+ are supported');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user