File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
jupyter_remote_desktop_proxy Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ def load_jupyter_server_extension(server_app):
1515 """
1616 base_url = server_app .web_app .settings ["base_url" ]
1717
18- jupyter_remote_desktop_endpoints = os .getenv ('JUPYTER_REMOTE_DESKTOP_ENDPOINTS' , 'desktopvnc' )
18+ jupyter_remote_desktop_endpoints = os .getenv (
19+ 'JUPYTER_REMOTE_DESKTOP_ENDPOINTS' , 'desktopvnc'
20+ )
1921 endpoints = jupyter_remote_desktop_endpoints .split (',' )
2022 for endpoint in endpoints :
2123 server_app .web_app .add_handlers (
Original file line number Diff line number Diff line change 1313 Chrome Frame. -->
1414 < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
1515
16- < link href ="{{ base_url }}desktopvnc/static/dist/index.css " rel ="stylesheet " />
16+ < link
17+ href ="{{ base_url }}desktopvnc/static/dist/index.css "
18+ rel ="stylesheet "
19+ />
1720 </ head >
1821
1922 < body >
You can’t perform that action at this time.
0 commit comments