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
The issue seems to be that jupytext creates a content manager that expect to see self._get_os_path which is provided by
jupyter_server/services/contents/fileio.py but this call is not in FSManager.
The text was updated successfully, but these errors were encountered:
It looks like the jupytext people are trying to fix this from their end. Not sure if they're taking quite the right approach to interface with our (hacky) MetaManager:
The issue seems to be that jupytext creates a content manager that expect to see self._get_os_path which is provided by
jupyter_server/services/contents/fileio.py but this call is not in FSManager.
The text was updated successfully, but these errors were encountered: