yfiles-jupyter-graphs
yfiles-jupyter-graphs copied to clipboard
Feature request: Full screen visualization only
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.
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.