File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -103,3 +103,13 @@ before-build-python = ["jlpm clean:all"]
103103
104104[tool .check-wheel-contents ]
105105ignore = [" 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+ # ##############################################################################
You can’t perform that action at this time.
0 commit comments