mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-07-01 22:14:04 -04:00
[PR #27] [MERGED] fix: Windows-specific issues related to across-threads IO operations #32
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/run-llama/notebookllama/pull/27
Author: @AstraBert
Created: 7/11/2025
Status: ✅ Merged
Merged: 7/11/2025
Merged by: @AstraBert
Base:
main← Head:clelia/windows-patch📝 Commits (3)
242405dfix: patches for windows46c31e5ci: linting22d0cd0fix: uv sync📊 Changes
6 files changed (+88 additions, -64 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
src/notebookllama/Home.py(+57 -21)📝
src/notebookllama/instrumentation.py(+2 -25)📝
src/notebookllama/utils.py(+17 -8)📝
tests/test_utils.py(+10 -8)📝
uv.lock(+1 -1)📄 Description
Introduces several patches for Windows:
localhostinstead of0.0.0.0because Windows likes it more_to_pandasinOtelSqlEnginenow convertsrowsdirectly without converting them to a temporary CSV fileMarkdownTextAnalyzerto avoid using an intermediate temporary file to use as an input toMarkdownAnalyzer🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.