Franck Pommereau

Results 9 comments of Franck Pommereau

I have a similar error: when I start remapy is prints ``` remapy ROOT: /home/franck/bin/remapy.d (Warning) Failed to publish subscriber. 'NoneType' object is not iterable ``` And the interface is...

Did you find a solution? I'm searching for a way to export images too. Additionally to PNG, it'd be great to have PDF or SVG for higher quality.

> @fpom have you taken a look into the different ways you can [export a notebook](https://blog.jupyter.org/looking-at-notebooks-from-a-new-perspective-bfd06797f188)? Not sure if it's useful for you as I imagine you want just the...

I managed to assign positions to nodes proceeding as follows: ```python cy = CytoscapeWidget() # ... populate your graph pos = {...} # map nodes id to pairs of floats....

I answered #254: I have no problem moving nodes from Python, it requires assigning them positions and then calling the `relayout` method.

Indeed, I'm still unable to get the nodes' positions, only to set them. So frustrating...

Just in case this helps, I've "patched" this way: ``` class TwitterApi (twitter.Api) : def DestroyFavorite (self, status=None, status_id=None, include_entities=True) : try : sleep_on_rate_limit = self.sleep_on_rate_limit self.sleep_on_rate_limit = False return...

> [[custom_plugins]] > repo = "inkarkat/vim-SyntaxRange" > merged = false OK, I've changed this. Thanks. > maybe you need to run `:SPInstall` command. It tells me that all plugins are...

Thank you for your answer, but I see no difference between your code and mine. (And still, it does not work.)