mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #11957] issue: Jupyter Code Execution Not Working! #31944
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11957
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
Latest
Ollama Version (if applicable)
No response
Operating System
Windows 11 Home
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The code should have been executed normally on clicking run.
Actual Behavior
It shows the following error:
Error: timed out during opening handshakeSteps to Reproduce
Logs & Screenshots
Jupyter Logs:
Open-WebUI Logs:
Additional Information
I am using the following jupyter command:
jupyter notebook --ip=0.0.0.0 --no-browser --allow-root --NotebookApp.token='' --NotebookApp.disable_check_xsrf=TrueBoth open-webui and jupyter run on same machine and are installed using python (pip)