Skip to content

Commit 67f1da1

Browse files
authored
Replace icon_url with icon_path in __init__.py. (#163)
Replace icon_url with icon_path in __init__.py.
2 parents a937a03 + a274a79 commit 67f1da1

File tree

1 file changed

+2
-2
lines changed
  • contrib/template/{{cookiecutter.project_name}}/jupyter_{{cookiecutter.project_name}}_proxy

1 file changed

+2
-2
lines changed

contrib/template/{{cookiecutter.project_name}}/jupyter_{{cookiecutter.project_name}}_proxy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ def setup_{{cookiecutter.project_name}}():
1212
'environment': {},
1313
'launcher_entry': {
1414
'title': '{{cookiecutter.project_name}}',
15-
'icon_url': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'icons', '{{cookiecutter.project_name}}.svg')
15+
'icon_path': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'icons', '{{cookiecutter.project_name}}.svg')
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)