mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 18:27:52 +02:00
docs: add a README for updating notebooks/cassettes (#1705)
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
for file in $(find docs/docs/how-tos -name "*.ipynb" | grep -v ".ipynb_checkpoints")
|
||||
do
|
||||
echo "Executing $file"
|
||||
poetry run jupyter execute "$file"
|
||||
done
|
||||
Reference in New Issue
Block a user