Open colobas opened 5 months ago
Add a port keyword argument to allow the user to specify the port to be used by GoslingDataServer. The class already supports it and has it in its __call__ signature, but the loader functions don't.
port
GoslingDataServer
__call__
Add a
port
keyword argument to allow the user to specify the port to be used byGoslingDataServer
. The class already supports it and has it in its__call__
signature, but the loader functions don't.