docs(notebooks): Update GFQL demo notebooks to use gfql() instead of chain()#752
Merged
Conversation
…chain() - Update benchmark_hops_cpu_gpu.ipynb: 31 .chain() → .gfql() - Update gfql_remote.ipynb: 1 .chain() → .gfql(), 8 .chain_remote() → .gfql_remote() - Update gfql_validation_fundamentals.ipynb: 6 .chain() → .gfql() - Update GPU_memory_consumption_tutorial.ipynb: 1 .chain() → .gfql() - Update temporal_predicates.ipynb: 7 .chain() → .gfql() Also updated text references and code examples in markdown cells 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
lmeyerov
force-pushed
the
fix/notebook-gfql-renames
branch
from
September 29, 2025 07:59
52bcd2c to
d50cba9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates all GFQL demo notebooks to use the new
gfql()andgfql_remote()methods instead of the deprecatedchain()andchain_remote()methods.Stacked on PR #751
This PR is stacked on top of PR #751 (Let matchers support) and should be merged after #751.
Changes
Updated 5 notebooks in
demos/gfql/:Method Replacements
.chain()→.gfql().chain()→.gfql().chain_remote()→.gfql_remote().chain()→.gfql().chain()→.gfql().chain()→.gfql()Also Updated
chain_remote()andchain_remote_shape()in documentation textRelated
Testing
This completes the chain→gfql migration for all demo notebooks.