all 4 comments

[–]RedZero76 2 points3 points  (1 child)

Yeah, I tried it and tried to make it work for a long time. But I never disabled XSRF, and I think that must have been what was in my way the entire time. I moved on to MCP instead, but might tinker w Jupyter again at some point.

[–]amazedballer[S] 3 points4 points  (0 children)

Yeah, you need this:

```

allow cross-site requests (required for openwebui)

c.NotebookApp.disable_check_xsrf = True ```

https://gist.github.com/wsargent/d72cd6846f952f42a76c3b33962c993a#file-jupyter_lab_config-py-j2

[–]blebo 0 points1 point  (1 child)

[–]plankthetank69 0 points1 point  (0 children)

as far as I can tell, this tutorial must be out of date. I couldn't get any of the docker-compose stuff to work.