-
Notifications
You must be signed in to change notification settings - Fork 10
Move the GraphVisualization wrapper #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
d02b2a9
first working react comp
OskarDamkjaer 9d84f42
nvl demo works
OskarDamkjaer a13ba69
basics in place!
OskarDamkjaer d4914bb
basics in place2
OskarDamkjaer a712a2c
merge main
OskarDamkjaer e8b273b
re-fix dependencies
OskarDamkjaer fa15510
rebulds
OskarDamkjaer 3a6fa1e
move to anywidget
OskarDamkjaer f1458e3
split builds
OskarDamkjaer 36f4e02
fix ts errors
OskarDamkjaer 13f5e9f
Move to single file HTML template
OskarDamkjaer be29e7b
cleanup
OskarDamkjaer 06e8f2f
update options support
OskarDamkjaer 7f32146
cleaning up project for publishing
OskarDamkjaer e013f39
cleanup changelog
OskarDamkjaer b5f746b
remove duplciate types
OskarDamkjaer 9e14d8a
restore misleading deprecated notices
OskarDamkjaer 5c7ccaf
move old to_html mention
OskarDamkjaer 4998650
simplify applet
OskarDamkjaer cdbb482
cleanup widget
OskarDamkjaer 0fd2f65
cleanup
OskarDamkjaer 6d70499
with error boundary
OskarDamkjaer ab765f0
notes
OskarDamkjaer 6905c40
Fix hot loading scripts
OskarDamkjaer 7e6a8f1
self review
OskarDamkjaer 66d9dea
self review
OskarDamkjaer bdce1bf
cleaup package.json
OskarDamkjaer 6c52520
restore doc changes
OskarDamkjaer a210821
simplify paths
OskarDamkjaer 03d81fd
ensure we run type checking as part of building
OskarDamkjaer 31d11aa
self review
OskarDamkjaer 7c6e6bb
limit changes
OskarDamkjaer 4bb8934
restore changes
OskarDamkjaer 76ee7b2
cleaup annotations
OskarDamkjaer 269e3f9
cleanupdiff
OskarDamkjaer b37d057
restore tests
OskarDamkjaer a3183fa
cleanup
OskarDamkjaer 7d7956c
cleanup entrypoints
OskarDamkjaer f701a66
update example with live binding
OskarDamkjaer 90a230f
more tests
OskarDamkjaer 2e832b3
restorepkgsjson
OskarDamkjaer 2eb2edd
fix lint error
OskarDamkjaer 3c7a0ef
formatting
OskarDamkjaer 585b105
Update CONTRIBUTING.md
OskarDamkjaer 4f6132e
Add just convenience targets
FlorentinD 42ff701
Fix caption for gds
FlorentinD 7fd14de
Add just targets to spin up neo4j setup for testing
FlorentinD 5d1379e
fix hierarchical layout
OskarDamkjaer 9dd7e4c
update data transformers to support caption and add test
OskarDamkjaer c4e45a5
Side panel closed by default
OskarDamkjaer ae342e0
fix dark mode
OskarDamkjaer 990058e
Apply last review updates
FlorentinD 11bc330
Update node version in CI
FlorentinD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| include examples/example_cora_graph.png | ||
| include examples/example_graph.png |
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "path": "../../../examples/gds-example.ipynb", | ||
| "extra-media": [ | ||
| "../../../examples/example_cora_graph.png" | ||
| "../../../examples/example_graph.png" | ||
| ] | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.