question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CytoscapeWidget not rendering

See original GitHub issue

Hi,

I’m running the file HTML interaction with graph.ipynb inside jupyter lab but my exit from the line cytoscapeobj it is as below in the figure. What am I doing wrong?

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:30

github_iconTop GitHub Comments

1reaction
7beggarscommented, Jan 5, 2021

Hi @yaacovNaNachRabbeinu I’ve repeated your steps and can’t reproduce this error. The only difference is that I didn’t specify -c Ananconda as a channel. Maybe it’s pulling some packages out of anaconda that don’t interact well with the conda forge ones? Really can’t think of anything else. Please try again but this time specifying only the -c conda-forge command.

Now it worked, the point is that I didn’t really do conda activate cytoscape. Although I also think to follow your advice and avoid using -c anaconda. Thank you very much, I am closing the issue as resolved, if you allow me. @marimeireles and @ianhi you were amazing! Thank*^2xD!

1reaction
ianhicommented, Jan 5, 2021

oops sorry. Need o specify jlab =2.

conda create -n cytoscape -c conda-forge -c anaconda python=3 mamba
conda activate cytoscape
mamba install -c conda-forge nodejs ipycytoscape jupyterlab=2
jupyter labextension install @jupyter-widgets/jupyterlab-manager@2.0

I’m working on releasing jlab3 support right now, so hopefully that will be the miracle cure 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

CytoscapeWidget not rendering · Issue #217 - GitHub
Hi, I'm running the file HTML interaction with graph.ipynb inside jupyter lab but my exit from the line cytoscapeobj it is as below...
Read more >
Cytoscape Graph is not showing - Stack Overflow
I am trying to show a cytoscape graph in an ext window. Everything is working well, until i add the ext-all.css, the graph...
Read more >
ipycytoscape 1.0.3 documentation - Read the Docs
ipycytoscape¶​​ Visualize graphs using Cytoscape. js in a Jupyter Notebook. You can either create graphs using the ipycytoscape API or create them from:...
Read more >
The cytoscape-clj Reference Manual - Quickref
A rendering hint that when set to t makes the renderer not render edges while the viewport is being manipulated. This makes panning,...
Read more >
QuantStack/Lobby - Gitter
CytoscapeWidget () cytoscapeobj.graph.add_graph_from_networkx(G, directed=True) ... (I'm a total nob to ipycytoscape and just using it for displaying some ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found