Mridul Seth
Mridul Seth
@agnewp one thing to keep in mind while doing the backup is that the PVC name generated could change, so while backing up user data, you would also need to...
GPU support is possible but will require a good bit of work, but unfortunately we don't have a volunteer or funding for that.
> It seems to me that the solution would require a new EdgeList class that internally handles a list of edges and just needs a single Widget constructor call, but...
> I tried deleting nodes individually, but it kept throwing errors. Could you also post the error log? I have made a PR to implement this https://github.com/QuantStack/ipycytoscape/pull/177
@consideRatio I think we first need to resolve if we want to do add the path-redirects to launch parameters or not as mentioned in https://github.com/jupyterhub/binderhub/issues/1113#issuecomment-661786742. We could probably close this...
While being on the design choices for this, one more thing I think would improve the graph code would be to use a default graph data structure like adjacency list,...
> On 08-May-2020, at 9:47 AM, Ian Hunt-Isaak wrote: > > > (I didn't design this widget so take whatever I say with a grain of salt and check with...
> FWIW I think properly doing the conversion from something like networkx attributes to cytoscape attribute would also solve some other issues. For example it would solve #45 (comment) +1
@timkpaine thanks for the link! yeah that's exactly what I had in mind.
It's not possible to pickle a widget object, this probably needs to be solved upstream.