Skip to content

.ipynb_checkpoints doesn't respect umask #2858

@dclong

Description

@dclong

I used the following configuration in /etc/jupyter/jupyter_notebook_config.py. Newly created notebooks have the right permission (664), however the .ipynb_checkpoints folders do not.

import os
os.umask(0o002)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions