Utsav Kesharwani

Results 4 comments of Utsav Kesharwani

Hi, I just came across this issue. When can we expect the new release with the fix? :open_mouth:

@daeilkim - Were you able to find a fix for the same? For individual jupyter notebook, I was able to make it work via following command: ```zsh jupyter notebook --NotebookApp.tornado_settings='{"headers":{"Content-Security-Policy":"frame-ancestors...

Update: I was able to make it work as follows: Created a `jupyter_notebook_config.py` file with following contents: ```python c.NotebookApp.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors self http://localhost:9000; report-uri /api/security/csp-report" }...

@EmptyCrown: Please share your `dockerfile` and full `python orchestrate.py ...` command. Will take a look. Btw, you can also try posting on [Jupyter's community](https://gitter.im/jupyter/jupyter). Even I got my answer from...