Skip to content

Commit 6001cf4

Browse files
committed
WIP: add Jupyternaut as an entry point
1 parent 16cbe16 commit 6001cf4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,13 @@ before-build-python = ["jlpm clean:all"]
103103

104104
[tool.check-wheel-contents]
105105
ignore = ["W002"]
106+
107+
###############################################################################
108+
# Provide Jupyternaut on the personas entry point to `jupyter_ai_persona_manager`.
109+
# This adds Jupyternaut to JupyterLab.
110+
# See: https://jupyter-ai.readthedocs.io/en/v3/developers/entry_points_api/personas_group.html
111+
# See also: https://packaging.python.org/en/latest/specifications/entry-points/
112+
113+
[project.entry-points."jupyter_ai.personas"]
114+
jupyternaut = "jupyter_ai_jupyternaut.jupyternaut.jupyternaut:JupyternautPersona"
115+
###############################################################################

0 commit comments

Comments
 (0)