PrairieLearn icon indicating copy to clipboard operation
PrairieLearn copied to clipboard

Jupyterlab workspace: implement gosu-helper functionality or equivalent

Open jonatanschroeder opened this issue 1 year ago • 0 comments

Recently, while trying out the jupyterlab-python workspace locally, I had some issues with file permissions. Namely, I was unable to save the workbook, since the file was created/mounted as root by the workspace host, but accessed as a local user (jovyan) in the Jupyterlab environment. This is handled in other workspaces (if I understand it correctly) with a script by @echuber2 that properly handles the permissions locally, but this is not implemented in this workspace.

Related: #6998.

jonatanschroeder avatar May 08 '24 17:05 jonatanschroeder