Files
azuredatastudio/extensions/notebook/resources/jupyter_config/jupyter_notebook_config.py

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