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):
15
15
"""
16
16
base_url = server_app .web_app .settings ["base_url" ]
17
17
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
+ )
19
21
endpoints = jupyter_remote_desktop_endpoints .split (',' )
20
22
for endpoint in endpoints :
21
23
server_app .web_app .add_handlers (
Original file line number Diff line number Diff line change 13
13
Chrome Frame. -->
14
14
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
15
15
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
+ />
17
20
</ head >
18
21
19
22
< body >
You can’t perform that action at this time.
0 commit comments