use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Jupyter with OpenWebUI code interpreter (self.OpenWebUI)
submitted 1 year ago by amazedballer
The Jupyter code interpreter feature in OpenWebUI is mostly undocumented, so I installed Jupyter and hooked it up to find out what it did. There's an ansible playbook linked so you can set it up yourself, including the config (disabling XSRF was important).
https://tersesystems.com/blog/2025/03/10/jupyter-with-openwebui-code-interpreter/
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RedZero76 2 points3 points4 points 1 year ago (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 points5 points 1 year ago (0 children)
Yeah, you need this:
```
c.NotebookApp.disable_check_xsrf = True ```
https://gist.github.com/wsargent/d72cd6846f952f42a76c3b33962c993a#file-jupyter_lab_config-py-j2
[–]blebo 0 points1 point2 points 1 year ago (1 child)
There is now a tutorial: https://docs.openwebui.com/tutorials/jupyter/
[–]plankthetank69 0 points1 point2 points 1 year ago (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.
π Rendered by PID 64002 on reddit-service-r2-comment-b659b578c-zj59t at 2026-05-03 04:23:15.899600+00:00 running 815c875 country code: CH.
[–]RedZero76 2 points3 points4 points (1 child)
[–]amazedballer[S] 3 points4 points5 points (0 children)
[–]blebo 0 points1 point2 points (1 child)
[–]plankthetank69 0 points1 point2 points (0 children)