question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

replace dependency on pygraphviz

See original GitHub issue

ploomber plot depends on pygraphviz and graphviz, the latter is not pip-installable which makes setup difficult. we should find a way for users to easily create a dag plot, ideally with no extra dependencies

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Vinay26kcommented, Mar 5, 2022

Hi @idomic, yes started exploring on d3-dag and attached is the output html file rendering generated dynamically through python code. [WIP] image

1reaction
Vinay26kcommented, Feb 22, 2022

Sure, assign it to me. I will give it a try.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install — PyGraphviz 1.10 documentation
You may need to replace dnf with yum in the example below. $ sudo dnf install graphviz graphviz-devel $ pip install pygraphviz. macOS ......
Read more >
Python does not see pygraphviz - Stack Overflow
sudo apt-get install graphviz libgraphviz-dev pkg-config; Create and activate virtualenv if ... Any dependencies are properly pulled by apt.
Read more >
Install PyGraphViz - Databricks Knowledge Base
PyGraphViz has the following dependencies: python3-dev; graphviz; libgraphviz-dev; pkg-config. Install via notebook.
Read more >
Install PyGraphViz - Azure Databricks - Microsoft Learn
Install via notebook · Install the dependencies with apt-get . Bash Copy. sudo apt-get install -y python3-dev graphviz libgraphviz-dev pkg-config.
Read more >
User Guide — graphviz 0.20.1 documentation - Read the Docs
Use the graph_attr , node_attr , and edge_attr arguments of the Graph and Digraph constuctors to change the default attributes for your graph,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found