Add additional error handling to Python installation for Notebooks (#4891)

* Also enabled integration tests for python installation.
This commit is contained in:
Cory Rivera
2019-04-10 17:09:28 -07:00
committed by GitHub
parent 8315dacda4
commit 1870d83081
10 changed files with 193 additions and 135 deletions

View File

@@ -129,7 +129,7 @@ export class ConfigurePythonDialog {
}
// Don't wait on installation, since there's currently no Cancel functionality
this.jupyterInstallation.startInstallProcess(pythonLocation)
this.jupyterInstallation.startInstallProcess(false, pythonLocation)
.then(() => {
this._setupComplete.resolve();
})