mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Stop hardcoding python3 (#11464)
This commit is contained in:
@@ -329,11 +329,6 @@ export class JupyterSession implements nb.ISession {
|
|||||||
code: doNotCallChangeEndpointParams
|
code: doNotCallChangeEndpointParams
|
||||||
}, true);
|
}, true);
|
||||||
await future.done;
|
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