-
Notifications
You must be signed in to change notification settings - Fork 0
introduction of notebook pyjviz support #2
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
Conversation
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
…seful way to use make
…s/index.md seems to be the place to put all README notes - suspect index.md copied to README.md via automation set by Eric
…its own predicate
…df protocol also introduced - popups disabled
…s up, have content of docstrings found in examples/scripts .py files, __init__.py are required by mkdocs to have it working
…was renamed to set_rdf_rep
…obj_state during ObjState construction
…ied to place js code into svg node instead of disabled hlinks - thanks for chatgpt it was quick. test version is now working, need to put real content into popups
…ll cases - both script and nb case
…ll evaluates the store cleans up before cell execution to avoid diagram having both old and new content
✅ Deploy Preview for pyjviz ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
This PR is to introduce working notebook support of pyjviz diagrams (examples/notebooks dir). Script mode also works.
The PR is big - a lot of new code files were added to introduce twin diagram objects hierarchy used to create RDF log of method chain execution.
Visualization part of code is based on SVG generated by graphviz. The solution was found how to provide important feature: dataframe nodes can have either .head()-like table or plot visible in node click popup window (this works for both nb and script output version).
I verified that this sequence of install commads in fresh conda env produce right set of packages:
Examples worth looking at are:
Scripts will create directory
~/.pyjvizand dump output there. one can open .svg result files via browser.Notebook works without any additional details, don't forget to try to click on DataFrame rectangles.