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.
2 parents a937a03 + a274a79 commit 67f1da1Copy full SHA for 67f1da1
contrib/template/{{cookiecutter.project_name}}/jupyter_{{cookiecutter.project_name}}_proxy/__init__.py
@@ -12,6 +12,6 @@ def setup_{{cookiecutter.project_name}}():
12
'environment': {},
13
'launcher_entry': {
14
'title': '{{cookiecutter.project_name}}',
15
- 'icon_url': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'icons', '{{cookiecutter.project_name}}.svg')
+ 'icon_path': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'icons', '{{cookiecutter.project_name}}.svg')
16
}
17
- }
+ }
0 commit comments