You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving the view
---------------
The currently visible HiGlass view can be downloaded to a file:
.. code-block:: python
display.save_as_png('/tmp/my_view.png')
Not that this function can only be used within a Jupyter notebook
and works asynchronously so the saved screenshot will not nessarily
be complete immediately after the function finishes executing
The text was updated successfully, but these errors were encountered:
From previous docs
The text was updated successfully, but these errors were encountered: