Open
Conversation
Collaborator
|
The horror! |
drphilmarshall
left a comment
There was a problem hiding this comment.
I don't see any tutorial/user guide documentation on interactive drawing in this branch - what's the plan here? It looks like you are using the matplotlib gui, is that right? Will I be able to make interactive diagrams in a notebook?
Author
|
All the examples can be run with pgm.render(interactive=True) in the Terminal. Good point about the notebook - I can add an example / tutorial. |
|
Cool, thanks! If you tweet it working interactively in mybinder I'll buy
you a kwak.
|
Author
|
Quick update: I've added a notebook example (just the classic example but in a notebook) |
Interactive notebooks in Binder
Added docker file
| Get more information at: `daft-pgm.org <http://daft-pgm.org>`_ | ||
| Get more information at `daft-pgm.org <http://daft-pgm.org>`_ | ||
|
|
||
| Try making some PGMs with the `example notebooks <http://mybinder.org:/repo/drphilmarshall/daft>`_ |
trying default jupiter config
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.
I’ve added a few functions to make possible the interactive modification of the graph once it is rendered. Just set pgm.render(interactive=True). All the demos work as usual. There are a few new classes and functions because I want to drag and drop Nodes and Plates only, with an automatic move of the labels and also the arrows. Finally, one can do print(pgm) to get the new positions of the Nodes/Plates.