jgraph graphs do not render in Jupiter lab?
See original GitHub issueI run the example notebook in Jupiter notebook
and everything works.
I tried to do the same in jupyter lab
but the graphs are not rendered.
Any suggestion please?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Graphviz.Source not rendering in Jupyter Notebook
iPython display seems to work for other objects including Matplotlib plots and Pandas dataframes. I should note the example on Graphviz' site also...
Read more >jgraph by patrickfuller
jgraph. An embeddable webGL graph visualization library. ... The IPython notebook is an open-source tool poised to replace MATLAB in many applications.
Read more >org.jgraph.graph.GraphConstants.getExtraLabelPositions java ...
Returns the extralabelpositions attribute from the specified map. Extra labels only work with edges currently. Popular methods of GraphConstants. setBounds.
Read more >Embed a diagram in GitHub markdown
You can use a versioned diagram in a Github README file in a number of ... even if you don't plan to display...
Read more >How to Draw Graphs in Jupyter Notebook - MakeUseOf
Display your data with Jupyter Notebook graphs. ... jupyter notebook. Note: Do not close the terminal window that you run this command in....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Quick Fix
Run this in the top notebook cell:
Jupyter lab no longer imports these libraries by default. This cell should download the files to your lab directory, making them importable.
The Right Fix
These dependencies aren’t needed by jgraph and the code could be modified easily enough. (however, I don’t want to support two different implementations for notebook and lab.) If there’s enough interest in using this library, I can put some time into modifying it. I’m also more than willing to review a PR.
Let me know if this helps!
Hi all.
I’m facing the same situation. Is there a fix to this?
I’m using chrome jgraph-0.2.1 jupyter 4.4.0
thanks!