mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
7 lines
181 B
Python
7 lines
181 B
Python
# Disable CSP in order to load Jupyter inside Azure Data Studio
|
|
c.NotebookApp.tornado_settings = {
|
|
'headers': {'Content-Security-Policy': ''}
|
|
}
|
|
|
|
c.NotebookApp.open_browser = False
|