
Model = self._dir_model(path, content=content)įile "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/services/contents/filemanager.py", line 337, in _dir_model

Path=path, type=type, format=format, content=content,įile "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/services/contents/filemanager.py", line 431, in get HTTPServerRequest(protocol='http', host='localhost:8889', method='GET', uri='/api/contents?type=directory&_=1582129203252', version='HTTP/1.1', remote_ip='127.0.0.1')įile "/home/antoi/anaconda3/lib/python3.7/site-packages/tornado/web.py", line 1592, in _executeįile "/home/antoi/anaconda3/lib/python3.7/site-packages/tornado/gen.py", line 1133, in runįile "/home/antoi/anaconda3/lib/python3.7/site-packages/tornado/gen.py", line 326, in wrapperįile "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/services/contents/handlers.py", line 112, in get Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).Ĭopy/paste this URL into your browser when you connect for the first time,

Serving notebooks from local directory: /mnt/c/Users/antoi JupyterLab application directory is /home/antoi/anaconda3/share/jupyter/lab JupyterLab extension loaded from /home/antoi/anaconda3/lib/python3.7/site-packages/jupyterlab The port 8888 is already in use, trying another port. PermissionError: Permission denied: '/mnt/c/Users/antoi/Application Data'Īnd in wsl terminal: (base) jupyter notebook -no-browser Line 145, in is_file_hidden_posix stat_res = os.stat(abs_path) Line 337, in _dir_model if self.should_list(name) and not is_file_hidden(os_path, stat_res=st): File "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/utils.py", Line 431, in get model = self._dir_model(path, content=content) File "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/services/contents/filemanager.py", Line 112, in get path=path, type=type, format=format, content=content, File "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/services/contents/filemanager.py", Line 326, in wrapper yielded = next(result) File "/home/antoi/anaconda3/lib/python3.7/site-packages/notebook/services/contents/handlers.py",

Line 1592, in _execute result = yield result File "/home/antoi/anaconda3/lib/python3.7/site-packages/tornado/gen.py", line 1133, in run value = future.result() File "/home/antoi/anaconda3/lib/python3.7/site-packages/tornado/gen.py", I am trying to get Jupyter notebook in wsl with this tutorial and I got a server error in I don't know if it is important: Server error: Traceback (most recent call last): File "/home/antoi/anaconda3/lib/python3.7/site-packages/tornado/web.py",
