Visdom: Select different port

Created on 24 Apr 2017  路  3Comments  路  Source: fossasia/visdom

Hi, is it possible to select a different port for Visdom server?

Most helpful comment

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

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings