Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7719da

Browse filesBrowse files
tacaswelltimhoffm
authored andcommitted
FIX: print out the correct ip address when starting webagg (#13065)
closes #13055
1 parent 5640afd commit e7719da
Copy full SHA for e7719da

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/backends/backend_webagg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_webagg.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ def trigger_manager_draw(manager):
321321
def show():
322322
WebAggApplication.initialize()
323323

324-
url = "http://127.0.0.1:{port}{prefix}".format(
324+
url = "http://{address}:{port}{prefix}".format(
325+
address=WebAggApplication.address,
325326
port=WebAggApplication.port,
326327
prefix=WebAggApplication.url_prefix)
327328

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.