Skip to content

Commit

Permalink
Do not activate Python before opening nb (#6201)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 9, 2021
1 parent bb2e414 commit b1dfa80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/client/datascience/notebook/notebookControllerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ export class NotebookControllerManager implements INotebookControllerManager, IE

// Be aware of if we need to re-look for kernels on extension change
this.extensions.onDidChange(this.onDidChangeExtensions, this, this.disposables);

if (this.isLocalLaunch) {
// Pre-warm fetching local kernels, for remote connections fetch as and when needed.
this.getNotebookControllers().catch(traceError);
}
}

// Look up what NotebookController is currently selected for the given notebook document
Expand Down

0 comments on commit b1dfa80

Please sign in to comment.