mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 00:00:29 -04:00
Fix bugs in selecting a system version of Python for Notebook dependencies (#6250)
This commit is contained in:
@@ -58,6 +58,7 @@ export class JupyterController implements vscode.Disposable {
|
||||
this.extensionContext.extensionPath,
|
||||
this.outputChannel,
|
||||
this.apiWrapper);
|
||||
await this._jupyterInstallation.configurePackagePaths();
|
||||
|
||||
// Add command/task handlers
|
||||
this.apiWrapper.registerTaskHandler(constants.jupyterOpenNotebookTask, (profile: azdata.IConnectionProfile) => {
|
||||
|
||||
Reference in New Issue
Block a user