Skip to content

our sample notebooks should leverage our new plots #42

Description

@idomic

Some of the notebooks are still based on pygraphviz (plotting via Ipython Image):

from IPython.display import Image
Image(filename='pipeline.png')

We should fix that to the new mechanism (D3), and slowly migrate away from pygraphviz.

We can use this snippet to achieve the same results:

from IPython.display import IFrame
IFrame(src='pipeline.html', width=700, height=600)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions