I am unable to open any of my past Jupyernotebook or python files I have and I get this error for them:
Unreadable Notebook: C:Users[mypath]mainmain.ipynb OSError(22, 'Invalid argument')
[mypath] is the part of directory I deleted from above here.
I tried solution by this post, but still have the same issue.
This is also the error I get opening a .py
file
Error! Traceback (most recent call last):
File "C:Usersmohamanaconda3libsite-packagestornadoweb.py", line 1704, in _execute
result = await result
File "C:Usersmohamanaconda3libsite-packagestornadogen.py", line 234, in wrapper
yielded = ctx_run(next, result)
File "C:Usersmohamanaconda3libsite-packagesnotebookservicescontentshandlers.py", line 111, in get
model = yield maybe_future(self.contents_manager.get(
File "C:Usersmohamanaconda3libsite-packagesnotebookservicescontentsfilemanager.py", line 444, in get
model = self._file_model(path, content=content, format=format)
File "C:Usersmohamanaconda3libsite-packagesnotebookservicescontentsfilemanager.py", line 371, in
_file_model
content, format = self._read_file(os_path, format)
File "C:Usersmohamanaconda3libsite-packagesnotebookservicescontentsfileio.py", line 306, in
_read_file
bcontent = f.read()
OSError: [Errno 22] Invalid argument
Same issue persists opening the files via jupyterlab.