[PR #945] [MERGED] Escaping dollar signs in md output when running in a jupyter notebook #973

Closed
opened 2026-02-16 00:19:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/945
Author: @pjames27
Created: 10/3/2025
Status: Merged
Merged: 10/3/2025
Merged by: @logan-markewich

Base: mainHead: pjames27/escaping-notebook-md-dollarsigns


📝 Commits (5)

  • 8ecdd42 Escaping dollar signs in markdown output when running in a jupyter notebook
  • 08c50c1 Removing unnecessary print
  • 935a3a1 Adding memoization to avoid re-importing and catching
  • 61e7ae7 Running make lint
  • 79417be Create brave-moments-type.md

📊 Changes

4 files changed (+54 additions, -8 deletions)

View changed files

.changeset/brave-moments-type.md (+5 -0)
📝 py/llama_cloud_services/parse/types.py (+35 -6)
📝 py/llama_cloud_services/parse/utils.py (+12 -0)
📝 py/uv.lock (+2 -2)

📄 Description

No description provided


🔄 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/run-llama/llama_cloud_services/pull/945 **Author:** [@pjames27](https://github.com/pjames27) **Created:** 10/3/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `pjames27/escaping-notebook-md-dollarsigns` --- ### 📝 Commits (5) - [`8ecdd42`](https://github.com/run-llama/llama_cloud_services/commit/8ecdd4245ca76d467583a83e063eaa14d9a12aa3) Escaping dollar signs in markdown output when running in a jupyter notebook - [`08c50c1`](https://github.com/run-llama/llama_cloud_services/commit/08c50c1a634235a2a9afd27310c16170a5c39952) Removing unnecessary print - [`935a3a1`](https://github.com/run-llama/llama_cloud_services/commit/935a3a15c5aaba0f4292e0a41e2e31c23fe47623) Adding memoization to avoid re-importing and catching - [`61e7ae7`](https://github.com/run-llama/llama_cloud_services/commit/61e7ae74bc4a71e3e46a67b3e26613b5ef6f4166) Running make lint - [`79417be`](https://github.com/run-llama/llama_cloud_services/commit/79417bebc612cff699ee11a49897ee9fc6c042c2) Create brave-moments-type.md ### 📊 Changes **4 files changed** (+54 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/brave-moments-type.md` (+5 -0) 📝 `py/llama_cloud_services/parse/types.py` (+35 -6) 📝 `py/llama_cloud_services/parse/utils.py` (+12 -0) 📝 `py/uv.lock` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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-16 00:19:43 -05:00
yindo closed this issue 2026-02-16 00:19:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#973