mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-09 19:48:00 -04:00
* Ported Analyze notebook code from SqlOpsStudio and make it work. if config.notebook.sqlKernelEnabled is true, use SQL provider; Use Jupyter provider if Python is install, otherwise use buildIn Kernel. * Analyze in Notebook Kernel can only be Python or "No Kernel". So remove Sql Kernel.