We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5640afd commit e7719daCopy full SHA for e7719da
lib/matplotlib/backends/backend_webagg.py
@@ -321,7 +321,8 @@ def trigger_manager_draw(manager):
321
def show():
322
WebAggApplication.initialize()
323
324
- url = "http://127.0.0.1:{port}{prefix}".format(
+ url = "http://{address}:{port}{prefix}".format(
325
+ address=WebAggApplication.address,
326
port=WebAggApplication.port,
327
prefix=WebAggApplication.url_prefix)
328
0 commit comments