Jorge Boucas

Results 4 comments of Jorge Boucas

given one builds from the current master branch will it be possible to pull private images from docker hub and from private registries? (I've seen that the `shifterimg-beta` seems to...

this worked for me: ``` figure="some_figure.pdf" fig=px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) fig.write_image(figure, format="pdf") time.sleep(2) fig=make_figure(df,pa) fig.write_image(figure, format="pdf") ``` plotly==5.3.1

the same happens if py4cytoscape is installed and run locally (ie. host and not in a docker container)

I am gonna start opening issues from tests performed inside the container, I guess this will force @bdemchak and @kozo2 to give it a try at the docker env. Regarding...