You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an added security risk with loading any module matching the glob .jupyter/personas/*persona*.py. We should explore whether we can be more secure by default.
We are using the os and glob module to find persona files on the server's local filesystem. This will not work for Jupyter users with a custom/remote ContentsManager configured in their Jupyter Server.