Stop hardcoding python3 (#11464)

This commit is contained in:
Chris LaFreniere
2020-07-21 16:38:04 -07:00
committed by GitHub
parent 39ca386d2a
commit 0c3c714be1

View File

@@ -329,11 +329,6 @@ export class JupyterSession implements nb.ISession {
code: doNotCallChangeEndpointParams
}, true);
await future.done;
future = this.sessionImpl.kernel.requestExecute({
code: `%%configure -f${EOL}{"conf": {"spark.pyspark.python": "python3"}}`
}, true);
await future.done;
}
}