Expand notebook demos with modern py3plex features#936
Merged
SkBlaz merged 5 commits intomasterSkBlaz/py3plex:masterfrom Dec 23, 2025
copilot/review-expand-notebook-demosSkBlaz/py3plex:copilot/review-expand-notebook-demosCopy head branch name to clipboard
Merged
Expand notebook demos with modern py3plex features#936SkBlaz merged 5 commits intomasterSkBlaz/py3plex:masterfrom copilot/review-expand-notebook-demosSkBlaz/py3plex:copilot/review-expand-notebook-demosCopy head branch name to clipboard
SkBlaz merged 5 commits intomasterSkBlaz/py3plex:masterfrom
copilot/review-expand-notebook-demosSkBlaz/py3plex:copilot/review-expand-notebook-demosCopy head branch name to clipboard
Conversation
Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Expand notebook demos with new functionality
Expand notebook demos with modern py3plex features
Dec 23, 2025
Owner
|
@copilot add examples related to metric uncertainty too (uncertainty of all centralities, for example) |
Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Contributor
Author
Added comprehensive centrality uncertainty examples in commit 81199e9: tutorial_10min.ipynb:
query_with_dsl.ipynb:
|
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.
The existing notebooks covered basic functionality but lacked demonstrations of key ergonomic features added in v1.0: built-in datasets, dplyr-style operations, pipelines, uncertainty quantification, and the plugin system.
Changes
tutorial_10min.ipynb - Added 4 sections:
load_aarhus_cs(),make_random_multilayer(),list_datasets()nodes().filter().mutate().group_by().summarise()Pipeline([ComputeStats(), FilterNodes(), LouvainCommunity()])query_with_dsl.ipynb - Added 4 sections:
per_layer(),top_k(),group_summary().uq(method="bootstrap", n_samples=50, ci=0.95)for multiple centrality metrics.window(start=1.0, end=3.0)simulate_dynamics.ipynb - Added 3 sections:
D.process(SIR(...)).initial(...).steps(...).run()community_detection.ipynb - Added 3 sections:
configuration_model()for significanceCommunityPluginbase class withPluginRegistryExample: Centrality with Uncertainty
Example: Dplyr-style Operations
All notebooks retain valid JSON structure. Enhanced with detailed inline comments explaining bootstrap resampling, null models, fluent APIs, and centrality stability assessment.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.