[PR #30] [MERGED] Porting notebook conversion code #341

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/30
Author: @eyurtsev
Created: 6/10/2025
Status: Merged
Merged: 6/12/2025
Merged by: @eyurtsev

Base: mainHead: eugene/notebooks_export


📝 Commits (8)

📊 Changes

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

View changed files

📝 pipeline/cli.py (+36 -3)
pipeline/tools/highlights.py (+79 -0)
pipeline/tools/notebook/__init__.py (+1 -0)
pipeline/tools/notebook/convert.py (+376 -0)
pipeline/tools/notebook/notebook_convert_templates/mdoutput/conf.json (+5 -0)
pipeline/tools/notebook/notebook_convert_templates/mdoutput/index.md.j2 (+50 -0)
📝 pyproject.toml (+6 -1)
📝 uv.lock (+406 -0)

📄 Description

  • Notebook conversion code hooked up to migrate command.

🔄 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/docs/pull/30 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/notebooks_export` --- ### 📝 Commits (8) - [`bd23c56`](https://github.com/langchain-ai/docs/commit/bd23c5667c5bdee90bb0807d772eb057af5c63c1) x - [`d1a0c95`](https://github.com/langchain-ai/docs/commit/d1a0c95a0e8bb3a598541ddb9f5218c196b532b6) x - [`bfc310f`](https://github.com/langchain-ai/docs/commit/bfc310f6e0ec3eb3a5ea3607286d9c172c784ef9) Merge branch 'main' into eugene/notebooks_export - [`09bbdbc`](https://github.com/langchain-ai/docs/commit/09bbdbcfda0c216e24a99015af497232d98e5b7b) x - [`5480114`](https://github.com/langchain-ai/docs/commit/548011421f4d28b20488a82062d28a89fc894f38) x - [`7837d56`](https://github.com/langchain-ai/docs/commit/7837d56bc6803a1f6e0e6e4bfe3f953298075fae) x - [`dc29bf6`](https://github.com/langchain-ai/docs/commit/dc29bf6fea95b7a8af29fbd0067fa0f0ee6d86be) x - [`7209999`](https://github.com/langchain-ai/docs/commit/7209999c680998d8afddfb2f1577a80b370076d1) x ### 📊 Changes **8 files changed** (+959 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/cli.py` (+36 -3) ➕ `pipeline/tools/highlights.py` (+79 -0) ➕ `pipeline/tools/notebook/__init__.py` (+1 -0) ➕ `pipeline/tools/notebook/convert.py` (+376 -0) ➕ `pipeline/tools/notebook/notebook_convert_templates/mdoutput/conf.json` (+5 -0) ➕ `pipeline/tools/notebook/notebook_convert_templates/mdoutput/index.md.j2` (+50 -0) 📝 `pyproject.toml` (+6 -1) 📝 `uv.lock` (+406 -0) </details> ### 📄 Description * Notebook conversion code hooked up to migrate command. --- <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-17 17:20:09 -05:00
yindo closed this issue 2026-02-17 17:20:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#341