Skip to content

Directory listings in JupyterLite not updated #65

@psychemedia

Description

@psychemedia

After creating a file from code, it appears to exist in file storage but is not listed in the file browser:

Image
import os
os.mkdir("test1")

with open("test1/test.txt", "w") as f:
    f.write("test....")

I would expect to see the created file in the file listing as in the following case without the unfold extension:

Image

I observe something similiar using the jupyterlite WebR kernel when creating files from R.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions