pyflowgraph icon indicating copy to clipboard operation
pyflowgraph copied to clipboard

Flow graphs for Python

Results 4 pyflowgraph issues
Sort by recently updated
recently updated
newest added

I'm trying to install PyFlowGraph in conda environment using PIP but the installation is failing with given error. `(base) C:\Windows\system32>pip install pyflowgraph==0.0.1 Collecting pyflowgraph==0.0.1 Downloading pyflowgraph-0.0.1-py2.py3-none-any.whl (16 kB) Requirement already...

[flake8](http://flake8.pycqa.org) testing of https://github.com/IBM/pyflowgraph on Python 3.7.1 $ __flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics__ ``` ./flowgraph/trace/ast_tracer.py:260:25: F821 undefined name 'target' elif isinstance(target, ast.List): ^ 1 F821 undefined name 'target' 1...

Note that only the functions `flow_graph_to_graphml` and `flow_graph_from_graphml` need to be extended. The general-purpose GraphML serializer (in the `graphml` module) already supports nested graphs.

enhancement

Our custom IPython kernel is broken on IPython v7.0 and later. Because the IPython team dropped Python 2.7 support in that release, they were able to [adopt asyncio in the...

bug