Hi, is it possible to select a different port for Visdom server?
Yes!
The server takes as input an optional argument -port: https://github.com/facebookresearch/visdom/blob/master/py/server.py#L36
When you create the Visdom object on the client side, you can similarly specify the port to which to connect: https://github.com/facebookresearch/visdom/blob/master/py/__init__.py#L196
the links you provided aint working
All of this info is in the docs now.
Specifying port usage for the server
Specifying port usage for the python client
Most helpful comment
Yes!
The server takes as input an optional argument
-port: https://github.com/facebookresearch/visdom/blob/master/py/server.py#L36When you create the Visdom object on the client side, you can similarly specify the port to which to connect: https://github.com/facebookresearch/visdom/blob/master/py/__init__.py#L196