Commit a274a79
authored
Replace icon_url with icon_path in __init__.py.
In line with the documentation the correct key for the path of the icons folder in the launcher_entry is icon_path and not icon_url. See https://jupyter-server-proxy.readthedocs.io/en/latest/server-process.html1 parent a937a03 commit a274a79
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 changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
0 commit comments