-
-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue
PR #1443 locates personas with all related files inside the .jupyter/personas/
folder instead of the .jupyter
folder. However, if there are multiple personas with similar file names, this will create conflicts in the new .jupyter/personas/
. For example, many existing personas have a file names persona.py
and the current design in PR 1443 does not accommodate separate personas with common file names.
Proposed solution
-
Enable subfolders for each persona under the
.jupyter/personas/
subfolder. -
We also need to add documentation to (i) explain where the files need to be placed, (ii) explain that the dependencies also need to be installed if the persona is just being "dropped in" to the proposed
.jupyter/personas/<persona_name>
folder.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request