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