mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Jupytext fails with jupyter-fs==0.4.0 #1150

Open mwouts opened 11 months ago

mwouts commented 11 months ago

Since jupyter-fs==0.4.0 was released, two tests fail with the error 'coroutine' object is not subscriptable:

FAILED tests/test_contentsmanager.py::test_config_jupytext_jupyter_fs_meta_manager - tornado.web.HTTPError: HTTP 500: Internal Server Error (Unexpected error while saving file: 13be37db:script.py 'coroutine' object is not subscriptable)
FAILED tests/test_contentsmanager.py::test_jupytext_jupyter_fs_metamanager - tornado.web.HTTPError: HTTP 500: Internal Server Error (Unexpected error while saving file: dc992553:notebook.ipynb 'coroutine' object is not subscriptable)