yWorks / yfiles-jupyter-graphs

The home of the Jupyter notebook graph visualization widget powered by yFiles for HTML
https://www.yworks.com/products/yfiles-graphs-for-jupyter
Other
133 stars 14 forks source link

Feature request: Full screen visualization only #47

Open tomasonjo opened 4 months ago

tomasonjo commented 4 months ago

A lot of websites now use jupyter notebooks for documentation. Essentially the HTML is built based off jupyter notebook. To support having visualizations in those environments, I would like an option that gives me a non-interactive static fullscreen only graph visualization.

yGuy commented 4 months ago

Is this the same request as in #34 or is this another "full-screen" scenario that you have in mind. Can you give an example of prior art where there is a full-screen visualization?

If this is a duplicate of #34, please see my comment there: https://github.com/yWorks/yfiles-jupyter-graphs/issues/34#issuecomment-1654210265

Unfortunately, this is not really feasible, as the graphics are rendered on the client and we currently don't see how we can embed them into the cells so that GitHub will render them. Github only simulates a rendering of the notebooks.