[PR #412] [MERGED] feat: new tutorial on jupyter code execution with examples and images #489

Closed
opened 2026-02-15 17:17:15 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (1)

  • 6aabf34 add: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/412 **Author:** [@jweisman11](https://github.com/jweisman11) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`6aabf34`](https://github.com/open-webui/docs/commit/6aabf346b8abb85c10dd1477cfd2bab4355191be) add: new tutorial on jupyter with images ### 📊 Changes **11 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:15 -05:00
yindo closed this issue 2026-02-15 17:17:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#489