File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,15 @@ the following keys:
123123 explicit entry.
1241242 . ** icon_path**
125125 Full path to an svg icon that could be used with a launcher. Currently only used by the
126- JupyterLab launcher, when category is "Notebook" (default) or "Console".
127- 3 . ** title**
126+ JupyterLab launcher, when category is "Notebook" (default) or "Console". Only text-based icon
127+ formats, such as SVG, are supported. Using binary-based formats like PNG or JPEG will
128+ result in an empty icon being displayed in kernels.
129+ 4 . ** title**
128130 Title to be used for the launcher entry. Defaults to the name of the server if missing.
129- 4 . ** path_info**
131+ 5 . ** path_info**
130132 The trailing path that is appended to the user's server URL to access the proxied server.
131133 By default it is the name of the server followed by a trailing slash.
132- 5 . ** category**
134+ 6 . ** category**
133135 The category for the launcher item. Currently only used by the JupyterLab launcher.
134136 By default it is "Notebook".
135137
You can’t perform that action at this time.
0 commit comments