mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
Move SQL 2019 extension's notebook code into Azure Data Studio (#4090)
This commit is contained in:
10
extensions/notebook/kernels/pyspark3kernel/kernel.json
Normal file
10
extensions/notebook/kernels/pyspark3kernel/kernel.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"argv": [
|
||||
"python",
|
||||
"-m",
|
||||
"sparkmagic.kernels.pyspark3kernel.pyspark3kernel",
|
||||
"-f",
|
||||
"{connection_file}"
|
||||
],
|
||||
"display_name": "PySpark3"
|
||||
}
|
||||
Reference in New Issue
Block a user