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
Remote Jupyter Notebook
--------------------------
If your Jupyter notebook is running on a remote server (at e.g. `REMOTE_IP`), you’ll need to make sure that you have an extra port (let’s call it ``HG_PORT) open on your firewall that HiGlass can use to communicate with its server. That port will then need to be passed to the server display command:
.. code-block:: python
higlass.display(
...,
server_port=HG_PORT,
host=REMOTE_IP,
fuse=False
)
The `fuse=False` option is often necessary if there is no support for `FUSE`. `FUSE` is only necessary for loading remote http datasets which are not hosted on a HiGlass server.
The text was updated successfully, but these errors were encountered:
I'm compiling a list of TODOs for the new documentation. The hg API should support most of these features, but I think that something like the FUSE API should be documented in it's own section.
From prior docs:
The text was updated successfully, but these errors were encountered: