mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Move SQL 2019 extension's notebook code into Azure Data Studio (#4090)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Disable CSP in order to load Jupyter inside Azure Data Studio
|
||||
c.NotebookApp.tornado_settings = {
|
||||
'headers': {'Content-Security-Policy': ''}
|
||||
}
|
||||
|
||||
c.NotebookApp.open_browser = False
|
||||
Reference in New Issue
Block a user