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

pin bokeh dep, resolves #444, filter graph to only plot online client… #445

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

ahellander
Copy link
Member

Description

Filters network graph to only plot online clients.

Pins bokeh dependency to handle #444

Checklist

If you're unsure about any of the items below, don't hesitate to ask. We're here to help!
This is simply a reminder of what we are going to look for before merging your code.

  • This PR is against develop branch (not applicable for hotfixes)
  • You have included a link to the issue on GitHub or JIRA (if any)
  • You have read the CONTRIBUTING doc
  • You have included tests to complement my changes
  • You have updated the related documentation (if necessary)
  • You have added a reviewer for this pull request
    -->

@@ -375,7 +376,8 @@ def network_graph():
graph = plot.make_netgraph_plot(df_edges, df_nodes)
return json.dumps(json_item(graph, "myplot"))
except Exception:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is there a try clause here if nothing is being handled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, vill fix this in some future PR.

@ahellander ahellander merged commit cca826a into develop Dec 2, 2022
@ahellander ahellander deleted the feature/366 branch December 2, 2022 10:17
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.

Network graph fails to render on newer bokeh, networkx Hide disconnected clients from the network graph
2 participants