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
If you use git pull to update the notebooks the changed files get the owner and group root:root. This makes the notebook unable to be saved. I tried correcting this locally(docker) by using the $chown --preserve[=ATTR_LIST] but that did not seem to work for some reason.
The text was updated successfully, but these errors were encountered:
Looking at this issue again, It is possible to do the git pull from a notebook. The notebook runs as the correct user "jupyteruser". If the parent biopython-notebook is owned by "jupyteruser" then from within a notebook you can execute, for example;
If you use git pull to update the notebooks the changed files get the owner and group root:root. This makes the notebook unable to be saved. I tried correcting this locally(docker) by using the $chown --preserve[=ATTR_LIST] but that did not seem to work for some reason.
The text was updated successfully, but these errors were encountered: