No file system access
Closed this issue · 5 comments
Description
Trying the demo from https://github.com/jupyterlite/xeus-python-demo, it looks like file system operations are not supported with the service worker giving a 405 response:
Reproduce
Open https://jupyterlite.github.io/xeus-python-demo/ and try with:
import os
os.listdir()
Expected behavior
This should return the list of files.
Context
- JupyterLite version: 0.2.3
- Operating System and version: Ubuntu 23.10
- Browser and version: Chromium 121
For reference this was also noticed with jupyterlite/jupyterlite#1316 and jupyterlite-xeus==0.1.8
installed locally.
for me it works in firefox and in a private chrome window, but in a non-private chrome windows nothing works...kernel is idle but any operation is busy forever. Not sure if this is a caching issue.
Not sure if this is a caching issue.
It might be yes. Hopefully jupyterlite/jupyterlite#1316 will help mitigate this.
Closing in favor of jupyterlite/jupyterlite#1321 as something to be addressed in the JupyterLite repo.