mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #412] [MERGED] feat: new tutorial on jupyter code execution with examples and images #489
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/412
Author: @jweisman11
Created: 2/21/2025
Status: ✅ Merged
Merged: 3/15/2025
Merged by: @tjbck
Base:
main← Head:main📝 Commits (1)
6aabf34add: new tutorial on jupyter with images📊 Changes
11 files changed (+158 additions, -0 deletions)
View changed files
➕
docs/tutorials/jupyter.md(+158 -0)➕
static/images/tutorials/jupyter/jupyter-code-execution.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-create-csv.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-create-notebook.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-create-viz.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-empty.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-token.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-view-csv.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-view-notebook.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-view-viz.png(+0 -0)➕
static/images/tutorials/jupyter/jupyter-workflow.png(+0 -0)📄 Description
This PR adds an entirely new user-contributed tutorial on how to set-up and use Open-WebUI's new jupyter feature released in v0.5.11.
Per @tjbck's earlier suggestion on my SQLite PR, I've also added a warning to users in this tutorial that it is based on the features that are available as of v0.5.16. This is an important warning as Open-WebUI is constantly releasing updates to this feature.
To the Open-WebUI community - welcome all input and ideas for how to improve this tutorial :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.