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 e1be691 commit a251045Copy full SHA for a251045
jupyter_nestdesktop_proxy/__init__.py
@@ -47,7 +47,7 @@ def setup_nestdesktop():
47
"""
48
49
# launchers url file including url parameters
50
- path_info = 'nestdesktop/index.html' + _nestdesktop_urlparams()
+ path_info = 'nestdesktop/index.html'
51
52
# create command
53
cmd = [
0 commit comments