Skip to content

Add icon type description for the icon_path property under ServerProxy.servers #527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/server-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ the following keys:
explicit entry.
2. **icon_path**
Full path to an svg icon that could be used with a launcher. Currently only used by the
JupyterLab launcher, when category is "Notebook" (default) or "Console".
JupyterLab launcher, when category is "Notebook" (default) or "Console". Only text-based icon
formats, such as SVG, are supported. Using binary-based formats like PNG or JPEG will
result in an empty icon being displayed in kernels.
3. **title**
Title to be used for the launcher entry. Defaults to the name of the server if missing.
4. **path_info**
Expand Down