mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
Stop hardcoding python3 (#11464)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user