Skip to content
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

Add a cookbook that enables floweaver to handle the path-visualization of highlighted-node (and combines floweaver with ipywidgets) #87

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fullflu
Copy link

@fullflu fullflu commented Jul 9, 2019

I created a library that enables floweaver to handle the visualization of paths that pass through a selected node (highlighted-node).

This extension is a naive implementation of highlighting flows by selecting a node by ipywidgets.Dropdowns, instead of clicking a node #83 .

The implementation would also be a first cookbook that shows how to combine the floweaver with ipywidgets #67 .

Although I put template data and a template notebook here, the details of how to use them by docker are described in my repository ( https://github.com/fullflu/floweaver-path ) to maintain the extension easily.

I hope you to check the behavior of the extension and merge it as a cookbook.

If you have any questions, please feel free to ask me.

@codecov-io
Copy link

codecov-io commented Jul 9, 2019

Codecov Report

Merging #87 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #87   +/-   ##
======================================
  Coverage    77.5%   77.5%           
======================================
  Files          18      18           
  Lines         947     947           
  Branches      249     249           
======================================
  Hits          734     734           
  Misses        173     173           
  Partials       40      40

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0a8af9...f24e790. Read the comment docs.

@fullflu fullflu changed the title Add a cookbook that enable floweaver to handle the path-visualization of highlighted-node (and combines floweaver with ipywidgets) Add a cookbook that enables floweaver to handle the path-visualization of highlighted-node (and combines floweaver with ipywidgets) Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants