[PR #225] [MERGED] Fix single/double quotes in storm.ipynb #1317

Closed
opened 2026-02-20 17:44:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/225
Author: @tbayer
Created: 3/21/2024
Status: Merged
Merged: 4/8/2024
Merged by: @hinthornw

Base: mainHead: patch-1


📝 Commits (2)

  • 8f65868 Fix single/double quotes in storm.ipynb
  • 8e079e8 Merge branch 'main' into patch-1

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 examples/storm/storm.ipynb (+2 -2)

📄 Description

to avoid "unterminated string literal" error when run in Jupyter


🔄 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/langchain-ai/langgraph/pull/225 **Author:** [@tbayer](https://github.com/tbayer) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`8f65868`](https://github.com/langchain-ai/langgraph/commit/8f6586811b71bfc2a10dea5eac3f36998e180988) Fix single/double quotes in storm.ipynb - [`8e079e8`](https://github.com/langchain-ai/langgraph/commit/8e079e84a798529b7f5c62f2db0b524d5fffb4fa) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/storm/storm.ipynb` (+2 -2) </details> ### 📄 Description to avoid "unterminated string literal" error when run in Jupyter --- <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-20 17:44:26 -05:00
yindo closed this issue 2026-02-20 17:44:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1317