Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'NoneType' object has no attribute 'startswith' #358

Open
muraii opened this issue Aug 28, 2024 · 0 comments
Open

'NoneType' object has no attribute 'startswith' #358

muraii opened this issue Aug 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@muraii
Copy link

muraii commented Aug 28, 2024

Description

I receive the error mentioned in part of #336 wherein when the user runs "Edit > Apply Black Formatter", an error dialogue pops up:

image

alt: "Jupyterlab Code Formatter Error: 'NoneType' object has no attribute 'startswith'"

I receive this same error when using the "Apply Black/iSort" options in the "Edit" menu, but also when clicking on the "Format notebook" button.

Reproduce

1a. In a JupyterLab session with at least one code cell (presumably), click on the "Format notebook" button.
1b. Alternatively, go to "Edit > Apply Black Formatter" or "Edit > Apply iSort Formatter"
2. The error dialogue will pop up.

I've tried this with a real project as well as with a toy example of a single cell containing import sys. The issue occurs in both cases.

Expected behavior

Expect black and isort to run and reformat code in a given cell or throughout the notebook.

Context

  • Python package version: jupyterlab-code-formatter 3.0.2
  • Operating System and its version: Windows 11
  • Browser and its version: Microsoft Edge Version 128.0.2739.42 (Official build) (64-bit)
Command Line Output
[D 2024-08-28 16:47:36.908 ServerApp] Searching ['C:\\Users\\dan042919\\projects\\parallel_project\\.venv\\etc\\jupyter', 'C:\\Users\\dan042919\\.jupyter', 'C:\\ProgramData\\jupyter'] for config files
[D 2024-08-28 16:47:36.909 ServerApp] Looking for jupyter_config in C:\ProgramData\jupyter
[D 2024-08-28 16:47:36.910 ServerApp] Looking for jupyter_config in C:\Users\dan042919\.jupyter
[D 2024-08-28 16:47:36.910 ServerApp] Looking for jupyter_config in C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter
[D 2024-08-28 16:47:36.911 ServerApp] Looking for jupyter_server_config in C:\ProgramData\jupyter
[D 2024-08-28 16:47:36.911 ServerApp] Looking for jupyter_server_config in C:\Users\dan042919\.jupyter
[D 2024-08-28 16:47:36.911 ServerApp] Looking for jupyter_server_config in C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter
[D 2024-08-28 16:47:36.914 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\ProgramData\jupyter\jupyter_server_config.json
[D 2024-08-28 16:47:36.914 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\Users\dan042919\.jupyter\jupyter_server_config.json
[D 2024-08-28 16:47:36.915 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_server_config.d\jupyterlab.json
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_server_config.d\jupyterlab_code_formatter.json
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_server_config.d\nbclassic.json
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_server_config.d\notebook_shim.json
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_server_config.json
[D 2024-08-28 16:47:36.934 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2024-08-28 16:47:36.934 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-08-28 16:47:36.935 ServerApp] jupyterlab_code_formatter | extension was successfully linked.
[D 2024-08-28 16:47:36.940 NotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2024-08-28 16:47:36.941 ServerApp] nbclassic | extension was successfully linked.
[D 2024-08-28 16:47:37.228 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\dan042919\.jupyter\jupyter_notebook_config.json
[D 2024-08-28 16:47:37.229 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\ProgramData\jupyter\jupyter_notebook_config.json
[D 2024-08-28 16:47:37.229 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\dan042919\.jupyter\jupyter_notebook_config.json
[D 2024-08-28 16:47:37.230 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_notebook_config.d\jupyterlab.json
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_notebook_config.d\jupyterlab_code_formatter.json
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\jupyter_notebook_config.json
[I 2024-08-28 16:47:37.232 ServerApp] notebook_shim | extension was successfully linked.
[D 2024-08-28 16:47:37.234 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }}
[D 2024-08-28 16:47:37.234 ServerApp] Ignoring min_open_files_limit because the limit cannot be adjusted (for example, on Windows)
[I 2024-08-28 16:47:37.264 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-08-28 16:47:37.268 LabApp] JupyterLab extension loaded from C:\Users\dan042919\projects\parallel_project\.venv\lib\site-packages\jupyterlab
[I 2024-08-28 16:47:37.268 LabApp] JupyterLab application directory is C:\Users\dan042919\projects\parallel_project\.venv\share\jupyter\lab
[D 2024-08-28 16:47:37.271 ServerApp] Paths used for configuration of default_setting_overrides:
        C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:37.272 ServerApp] Paths used for configuration of default_setting_overrides:
        C:\Users\dan042919\.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:37.272 ServerApp] Paths used for configuration of default_setting_overrides:
        C:\Users\dan042919\projects\parallel_project\.venv\etc\jupyter\labconfig\default_setting_overrides.json
[I 2024-08-28 16:47:37.274 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-08-28 16:47:37.274 ServerApp] Registered jupyterlab_code_formatter server extension
[I 2024-08-28 16:47:37.275 ServerApp] jupyterlab_code_formatter | extension was successfully loaded.

| | | |_ __ | | | | ___
| || | ' / / _ | / -)
_/| ./_
,_,|____|
|_|

Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions.

https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html

Please note that updating to Notebook 7 might break some of your extensions.

[I 2024-08-28 16:47:37.280 ServerApp] nbclassic | extension was successfully loaded.
[I 2024-08-28 16:47:37.281 ServerApp] Serving notebooks from local directory: C:\Users\dan042919\projects\parallel_project
[I 2024-08-28 16:47:37.281 ServerApp] Jupyter Server 1.24.0 is running at:
[I 2024-08-28 16:47:37.282 ServerApp] http://localhost:8888/lab?token=8c756fac6a9c676b0febf4f5ba82f599853c5445b763d312
[I 2024-08-28 16:47:37.282 ServerApp] or http://127.0.0.1:8888/lab?token=8c756fac6a9c676b0febf4f5ba82f599853c5445b763d312
[I 2024-08-28 16:47:37.282 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2024-08-28 16:47:37.345 ServerApp]

To access the server, open this file in a browser:
    file:///C:/Users/dan042919/AppData/Roaming/jupyter/runtime/jpserver-39324-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/lab?token=8c756fac6a9c676b0febf4f5ba82f599853c5445b763d312
 or http://127.0.0.1:8888/lab?token=8c756fac6a9c676b0febf4f5ba82f599853c5445b763d312

[D 2024-08-28 16:47:38.585 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:38.589 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2024-08-28 16:47:38.589 ServerApp] Paths used for configuration of page_config:
C:\Users\dan042919.jupyter\labconfig\page_config.json
[D 2024-08-28 16:47:38.589 ServerApp] Paths used for configuration of page_config:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\page_config.json
[D 2024-08-28 16:47:38.600 LabApp] Using contents: services/contents
[D 2024-08-28 16:47:38.604 LabApp] 200 GET /lab?token=[secret] (::1) 19.37ms
[D 2024-08-28 16:47:38.684 ServerApp] Path jupyterlab-vimrc\remoteEntry.c36bd7a0e0a9dff27c60.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab-vimrc\remoteEntry.c36bd7a0e0a9dff27c60.js
[D 2024-08-28 16:47:38.685 ServerApp] 304 GET /lab/extensions/jupyterlab-vimrc/remoteEntry.c36bd7a0e0a9dff27c60.js (::1) 2.13ms
[D 2024-08-28 16:47:38.686 ServerApp] Path jupyterlab_code_formatter\static\remoteEntry.cb0ad1eca63be149c14b.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab_code_formatter\static\remoteEntry.cb0ad1eca63be149c14b.js
[D 2024-08-28 16:47:38.687 ServerApp] 304 GET /lab/extensions/jupyterlab_code_formatter/static/remoteEntry.cb0ad1eca63be149c14b.js (::1) 2.01ms
[D 2024-08-28 16:47:38.687 ServerApp] Path jupyterlab_pygments\static\remoteEntry.5cbb9d2323598fbda535.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab_pygments\static\remoteEntry.5cbb9d2323598fbda535.js
[D 2024-08-28 16:47:38.688 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (::1) 3.01ms
[D 2024-08-28 16:47:38.688 ServerApp] Path @axlair\jupyterlab_vim\static\remoteEntry.ce9e4afbbf02b069d288.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions@axlair\jupyterlab_vim\static\remoteEntry.ce9e4afbbf02b069d288.js
[D 2024-08-28 16:47:38.688 ServerApp] 304 GET /lab/extensions/@axlair/jupyterlab_vim/static/remoteEntry.ce9e4afbbf02b069d288.js (::1) 2.00ms
[D 2024-08-28 16:47:38.827 ServerApp] Path jupyterlab-vimrc\868.139cab3c20a78cc05bd7.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab-vimrc\868.139cab3c20a78cc05bd7.js
[D 2024-08-28 16:47:38.827 ServerApp] 304 GET /lab/extensions/jupyterlab-vimrc/868.139cab3c20a78cc05bd7.js (::1) 0.00ms
[D 2024-08-28 16:47:38.830 ServerApp] Path jupyterlab_code_formatter\static\728.db7f0f2fef10b09079c3.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab_code_formatter\static\728.db7f0f2fef10b09079c3.js
[D 2024-08-28 16:47:38.830 ServerApp] 304 GET /lab/extensions/jupyterlab_code_formatter/static/728.db7f0f2fef10b09079c3.js?v=db7f0f2fef10b09079c3 (::1) 0.00ms
[D 2024-08-28 16:47:38.830 ServerApp] Path jupyterlab-vimrc\549.aaf91130fdc5e6d12544.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab-vimrc\549.aaf91130fdc5e6d12544.js
[D 2024-08-28 16:47:38.830 ServerApp] 304 GET /lab/extensions/jupyterlab-vimrc/549.aaf91130fdc5e6d12544.js (::1) 0.00ms
[D 2024-08-28 16:47:38.834 ServerApp] Path jupyterlab_code_formatter\static\98.b4d9a08e3fbed2dba126.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab_code_formatter\static\98.b4d9a08e3fbed2dba126.js
[D 2024-08-28 16:47:38.835 ServerApp] 304 GET /lab/extensions/jupyterlab_code_formatter/static/98.b4d9a08e3fbed2dba126.js?v=b4d9a08e3fbed2dba126 (::1) 5.25ms
[D 2024-08-28 16:47:38.837 ServerApp] Path jupyterlab_pygments\static\747.67662283a5707eeb4d4c.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab_pygments\static\747.67662283a5707eeb4d4c.js
[D 2024-08-28 16:47:38.838 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/747.67662283a5707eeb4d4c.js?v=67662283a5707eeb4d4c (::1) 2.00ms
[D 2024-08-28 16:47:38.838 ServerApp] Path @axlair\jupyterlab_vim\static\830.a12559071416e84a884f.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions@axlair\jupyterlab_vim\static\830.a12559071416e84a884f.js
[D 2024-08-28 16:47:38.839 ServerApp] 304 GET /lab/extensions/@axlair/jupyterlab_vim/static/830.a12559071416e84a884f.js (::1) 3.00ms
[D 2024-08-28 16:47:38.839 ServerApp] Path jupyterlab_pygments\static\568.1e2faa2ba0bbe59c4780.js served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\labextensions\jupyterlab_pygments\static\568.1e2faa2ba0bbe59c4780.js
[D 2024-08-28 16:47:38.840 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js?v=1e2faa2ba0bbe59c4780 (::1) 3.49ms
[D 2024-08-28 16:47:38.860 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:38.864 ServerApp] Found kernel python3 in C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\kernels
[D 2024-08-28 16:47:38.902 ServerApp] 200 GET /api/kernelspecs?1724885258857 (::1) 41.40ms
[D 2024-08-28 16:47:38.903 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:38.904 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:38.904 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:38.905 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:38.906 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:38.907 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:38.907 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:38.908 ServerApp] 200 GET /api/terminals?1724885258862 (::1) 5.73ms
[D 2024-08-28 16:47:38.908 ServerApp] 200 GET /api/kernels?1724885258861 (::1) 4.73ms
[D 2024-08-28 16:47:38.910 ServerApp] 200 GET /api/sessions?1724885258862 (::1) 6.39ms
[D 2024-08-28 16:47:39.068 LabApp] 200 GET /lab/api/settings?1724885258859 (::1) 162.84ms
[D 2024-08-28 16:47:39.070 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:39.071 ServerApp] Found kernel python3 in C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\kernels
[D 2024-08-28 16:47:39.073 ServerApp] 200 GET /api/kernelspecs?1724885258910 (::1) 4.13ms
[D 2024-08-28 16:47:40.124 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.131 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.131 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.131 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.169 ServerApp] 200 GET /lab/api/translations/en?1724885260124 (::1) 45.73ms
[D 2024-08-28 16:47:40.187 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.195 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.197 ServerApp] 200 GET /lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1724885260193 (::1) 1.36ms
[D 2024-08-28 16:47:40.198 ServerApp] Accepting token-authenticated connection from ::1
[W 2024-08-28 16:47:40.221 ServerApp] Unknown error checking if file 'C:\Users\dan042919\projects\parallel_project\tload.sh' is hidden
Traceback (most recent call last):
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_server\services\contents\filemanager.py", line 314, in _dir_model
contents.append(self.get(path=f"{path}/{name}", content=False))
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_server\services\contents\filemanager.py", line 411, in get
if is_hidden(os_path, self.root_dir) and not self.allow_hidden:
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_core\paths.py", line 485, in is_hidden
if is_file_hidden(abs_path):
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_core\paths.py", line 389, in is_file_hidden_win
stat_res = Path(abs_path).stat()
File "C:\Users\dan042919.pyenv\pyenv-win\versions\3.10.7\lib\pathlib.py", line 1097, in stat
return self._accessor.stat(self, follow_symlinks=follow_symlinks)
OSError: [WinError 1920] The file cannot be accessed by the system: 'C:\Users\dan042919\projects\parallel_project\tload.sh'
[D 2024-08-28 16:47:40.227 ServerApp] 200 GET /api/contents?content=1&1724885260196 (::1) 29.23ms
[D 2024-08-28 16:47:40.228 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.232 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.233 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.234 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.234 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.238 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.239 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.240 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.240 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.243 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.244 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.244 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.245 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.248 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.248 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.249 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.254 LabApp] 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1724885260221 (::1) 26.68ms
[D 2024-08-28 16:47:40.261 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1724885260221 (::1) 27.50ms
[D 2024-08-28 16:47:40.270 LabApp] 200 GET /lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1724885260221 (::1) 30.00ms
[D 2024-08-28 16:47:40.278 LabApp] 200 GET /lab/api/settings/@jupyterlab/cell-toolbar-extension:plugin?1724885260220 (::1) 32.91ms
[D 2024-08-28 16:47:40.280 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.284 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.285 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.285 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.287 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.290 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.294 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.294 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.295 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.296 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.299 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.299 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.300 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.306 LabApp] 200 GET /lab/api/settings/@jupyterlab/notebook-extension:panel?1724885260222 (::1) 26.19ms
[D 2024-08-28 16:47:40.333 LabApp] Node v22.5.1

[D 2024-08-28 16:47:40.753 LabApp] Yarn configuration loaded.
[D 2024-08-28 16:47:40.767 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2024-08-28 16:47:40.767 ServerApp] Paths used for configuration of page_config:
C:\Users\dan042919.jupyter\labconfig\page_config.json
[D 2024-08-28 16:47:40.767 ServerApp] Paths used for configuration of page_config:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\page_config.json
[D 2024-08-28 16:47:40.784 LabApp] Yarn configuration loaded.
[D 2024-08-28 16:47:40.794 LabApp] 200 GET /lab/api/extensions?1724885260231 (::1) 507.44ms
[D 2024-08-28 16:47:40.799 ServerApp] Path @jupyterlab\theme-dark-extension\index.css served from C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\lab\themes@jupyterlab\theme-dark-extension\index.css
[D 2024-08-28 16:47:40.800 ServerApp] 304 GET /lab/api/themes/@jupyterlab/theme-dark-extension/index.css (::1) 513.21ms
[D 2024-08-28 16:47:40.806 LabApp] 200 GET /lab/api/settings/@jupyterlab/filebrowser-extension:widget?1724885260247 (::1) 515.48ms
[D 2024-08-28 16:47:40.812 LabApp] 200 GET /lab/api/settings/@jupyterlab/htmlviewer-extension:plugin?1724885260222 (::1) 515.69ms
[D 2024-08-28 16:47:40.814 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.816 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.817 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.817 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:40.818 ServerApp] Accepting token-authenticated connection from ::1
[I 2024-08-28 16:47:40.818 LabApp] Build is up to date
[D 2024-08-28 16:47:40.818 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.819 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:40.819 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.009 LabApp] 200 GET /lab/api/build?1724885260185 (::1) 821.57ms
[D 2024-08-28 16:47:41.105 ServerApp] 200 GET /jupyterlab_code_formatter/formatters?1724885260349 (::1) 286.09ms
[D 2024-08-28 16:47:41.119 LabApp] 200 GET /lab/api/workspaces/default?1724885260427 (::1) 300.11ms
[D 2024-08-28 16:47:41.129 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.133 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.133 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.133 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.135 ServerApp] 200 GET /lab/api/translations/?1724885260312 (::1) 321.14ms
[D 2024-08-28 16:47:41.136 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.136 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.136 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.136 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.136 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.143 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.144 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.144 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.149 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1724885260428 (::1) 19.53ms
[D 2024-08-28 16:47:41.156 LabApp] 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1724885260498 (::1) 21.49ms
[D 2024-08-28 16:47:41.162 LabApp] 200 GET /lab/api/settings/@jupyterlab/csvviewer-extension:csv?1724885260499 (::1) 26.55ms
[D 2024-08-28 16:47:41.164 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.168 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.168 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.169 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.170 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.174 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.174 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.175 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.184 LabApp] 200 GET /lab/api/settings/@jupyterlab/csvviewer-extension:tsv?1724885260500 (::1) 19.99ms
[D 2024-08-28 16:47:41.184 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.187 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.187 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.188 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.188 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.198 LabApp] 200 GET /lab/api/settings/@jupyterlab/fileeditor-extension:plugin?1724885260500 (::1) 27.21ms
[D 2024-08-28 16:47:41.204 LabApp] 200 GET /lab/api/settings/@jupyterlab/application-extension:context-menu?1724885260501 (::1) 20.21ms
[D 2024-08-28 16:47:41.206 ServerApp] 200 GET /api/contents/hail%20mary/240808/ad-hoc_comparison_240808.ipynb?content=0&1724885261132 (::1) 18.14ms
[D 2024-08-28 16:47:41.207 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.211 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.211 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.212 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.218 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1724885261193 (::1) 10.21ms
[D 2024-08-28 16:47:41.269 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.273 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.273 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919.jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.274 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\dan042919\projects\parallel_project.venv\etc\jupyter\labconfig\default_setting_overrides.json
[D 2024-08-28 16:47:41.513 LabApp] 200 GET /lab/api/settings?1724885261266 (::1) 244.46ms
[D 2024-08-28 16:47:41.523 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.567 ServerApp] 200 GET /api/contents/hail%20mary/240808/ad-hoc_comparison_240808.ipynb?type=notebook&content=1&1724885261271 (::1) 43.70ms
[D 2024-08-28 16:47:41.613 ServerApp] Path components\MathJax\MathJax.js served from C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\nbclassic\static\components\MathJax\MathJax.js
[D 2024-08-28 16:47:41.615 ServerApp] 304 GET /static/nbclassic/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (::1) 2.49ms
[D 2024-08-28 16:47:41.662 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.664 ServerApp] 200 GET /api/contents/hail%20mary/240808/ad-hoc_comparison_240808.ipynb/checkpoints?1724885261658 (::1) 3.01ms
[D 2024-08-28 16:47:41.664 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.666 ServerApp] 200 GET /api/contents/hail%20mary/240808/ad-hoc_comparison_240808.ipynb/checkpoints?1724885261659 (::1) 2.00ms
[D 2024-08-28 16:47:41.771 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.773 ServerApp] 200 GET /api/contents/hail%20mary/240808/ad-hoc_comparison_240808.ipynb/checkpoints?1724885261769 (::1) 2.18ms
[D 2024-08-28 16:47:41.830 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.830 LabApp] 204 PUT /lab/api/workspaces/default?1724885261834 (::1) 0.00ms
[D 2024-08-28 16:47:41.844 ServerApp] Path components\MathJax\config\TeX-AMS-MML_HTMLorMML-full.js served from C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\nbclassic\static\components\MathJax\config\TeX-AMS-MML_HTMLorMML-full.js
[D 2024-08-28 16:47:41.845 ServerApp] 304 GET /static/nbclassic/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (::1) 2.51ms
[D 2024-08-28 16:47:41.847 ServerApp] Accepting token-authenticated connection from ::1
[W 2024-08-28 16:47:41.878 ServerApp] Unknown error checking if file 'C:\Users\dan042919\projects\parallel_project\tload.sh' is hidden
Traceback (most recent call last):
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_server\services\contents\filemanager.py", line 314, in _dir_model
contents.append(self.get(path=f"{path}/{name}", content=False))
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_server\services\contents\filemanager.py", line 411, in get
if is_hidden(os_path, self.root_dir) and not self.allow_hidden:
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_core\paths.py", line 485, in is_hidden
if is_file_hidden(abs_path):
File "C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_core\paths.py", line 389, in is_file_hidden_win
stat_res = Path(abs_path).stat()
File "C:\Users\dan042919.pyenv\pyenv-win\versions\3.10.7\lib\pathlib.py", line 1097, in stat
return self._accessor.stat(self, follow_symlinks=follow_symlinks)
OSError: [WinError 1920] The file cannot be accessed by the system: 'C:\Users\dan042919\projects\parallel_project\tload.sh'
[D 2024-08-28 16:47:41.880 ServerApp] 200 GET /api/contents?content=1&1724885261844 (::1) 33.30ms
[D 2024-08-28 16:47:41.881 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.883 ServerApp] 200 GET /api/sessions?1724885261849 (::1) 1.88ms
[D 2024-08-28 16:47:41.883 ServerApp] Path components\MathJax\config\Safe.js served from C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\nbclassic\static\components\MathJax\config\Safe.js
[D 2024-08-28 16:47:41.884 ServerApp] 304 GET /static/nbclassic/components/MathJax/config/Safe.js?V=2.7.9 (::1) 1.99ms
[D 2024-08-28 16:47:41.885 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.916 ServerApp] 200 GET /api/contents/hail%20mary/240808?1724885261883 (::1) 30.51ms
[D 2024-08-28 16:47:41.918 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:41.918 ServerApp] Path components\MathJax\extensions\Safe.js served from C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\nbclassic\static\components\MathJax\extensions\Safe.js
[D 2024-08-28 16:47:41.919 ServerApp] 304 GET /static/nbclassic/components/MathJax/extensions/Safe.js?V=2.7.9 (::1) 2.00ms
[D 2024-08-28 16:47:41.932 ServerApp] Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisioner
[D 2024-08-28 16:47:41.966 ServerApp] Starting kernel: ['C:\Users\dan042919\projects\parallel_project\.venv\Scripts\python.exe', '-m', 'ipykernel_launcher', '-f', 'C:\Users\dan042919\AppData\Roaming\jupyter\runtime\kernel-c0782923-8ba5-412f-af75-bdf9636bd1b4.json']
[D 2024-08-28 16:47:41.984 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:41.992 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.016 ServerApp] 200 GET /api/contents/hail%20mary/240808?content=1&1724885261930 (::1) 23.92ms
[D 2024-08-28 16:47:42.018 ServerApp] Path components\MathJax\jax\output\HTML-CSS\fonts\STIX-Web\fontdata.js served from C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\nbclassic\static\components\MathJax\jax\output\HTML-CSS\fonts\STIX-Web\fontdata.js
[D 2024-08-28 16:47:42.019 ServerApp] 304 GET /static/nbclassic/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (::1) 3.51ms
[D 2024-08-28 16:47:42.019 ServerApp] Connecting to: tcp://127.0.0.1:61322
[I 2024-08-28 16:47:42.022 ServerApp] Kernel started: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:42.022 ServerApp] Kernel args: {'kernel_name': 'python3', 'env': {'ALLUSERSPROFILE': 'C:\ProgramData', 'APPDATA': 'C:\Users\dan042919\AppData\Roaming', 'CHOCOLATEYINSTALL': 'C:\ProgramData\chocolatey', 'CHOCOLATEYLASTPATHUPDATE': '133586404047751435', 'CHOCOLATEYTOOLSLOCATION': 'C:\tools', 'COMMONPROGRAMFILES': 'C:\Program Files\Common Files', 'COMMONPROGRAMFILES(X86)': 'C:\Program Files (x86)\Common Files', 'COMMONPROGRAMW6432': 'C:\Program Files\Common Files', 'COMPUTERNAME': 'PAYAP5CG20932HQ', 'COMSPEC': 'C:\WINDOWS\system32\cmd.exe', 'CONDA_PROMPT_MODIFIER': 'False', 'DLMAS_HOME': 'C:\Program Files (x86)\Red Gate\SQL Change Automation PowerShell\', 'DRIVERDATA': 'C:\Windows\System32\Drivers\DriverData', 'HOMEDRIVE': 'C:', 'HOMEPATH': '\Users\dan042919', 'LOCALAPPDATA': 'C:\Users\dan042919\AppData\Local', 'LOGONSERVER': '\\PAYAP5CG20932HQ', 'NUMBER_OF_PROCESSORS': '16', 'NVM_HOME': 'C:\ProgramData\nvm', 'NVM_SYMLINK': 'C:\Program Files\nodejs', 'ONEDRIVE': 'C:\Users\dan042919\OneDrive - Paycor, Inc', 'ONEDRIVECOMMERCIAL': 'C:\Users\dan042919\OneDrive - Paycor, Inc', 'OS': 'Windows_NT', 'PATH': 'C:\Users\dan042919\projects\parallel_project\.venv\Scripts;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Program Files (x86)\Tcl-8.3.2\bin;C:\Windows\System32;C:\Program Files (x86)\oh-my-posh\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe;C:\Program Files\dotnet\;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Docker\Docker\resources\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\Users\dan042919\.pyenv\pyenv-win\bin;C:\Users\dan042919\.pyenv\pyenv-win\shims;C:\Python310;C:\Python310\Scripts;C:\Users\dan042919\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\LinqPad5;C:\Program Files\Azure Data Studio\bin;C:\Users\dan042919\AppData\Roaming\Local\Programs\Python\Python310\Scripts;C:\Users\dan042919\bin;C:\Program Files\Git\bin;C:\ProgramData\chocolatey\bin;C:\Windows;C:\Windows\System32;C:\Users\dan042919\.dotnet\tools;C:\Users\dan042919\AppData\Local\Microsoft\WindowsApps;C:\tools\neovim\nvim-win64\bin;C:\ProgramData\mingw64\mingw64\bin;C:\ProgramData\nvm;C:\Program Files\nodejs', 'PATHEXT': '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL', 'POSH_AZURE_ENABLED': 'False', 'POSH_CURSOR_COLUMN': '9', 'POSH_CURSOR_LINE': '42', 'POSH_GIT_ENABLED': 'False', 'POSH_INSTALLER': 'manual', 'POSH_PID': '19888', 'POSH_SHELL_VERSION': '5.1.22621.3958', 'POSH_THEME': 'C:\Program Files (x86)\oh-my-posh\themes\marcduiker.omp.json', 'POSH_THEMES_PATH': 'C:\Program Files (x86)\oh-my-posh\themes', 'POWERLINE_COMMAND': 'oh-my-posh', 'PRE_COMMIT_HOME': 'C:\Users\dan042919\PaycorDev\pre-commit-cache', 'PROCESSOR_ARCHITECTURE': 'AMD64', 'PROCESSOR_IDENTIFIER': 'AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD', 'PROCESSOR_LEVEL': '25', 'PROCESSOR_REVISION': '5000', 'PROGRAMDATA': 'C:\ProgramData', 'PROGRAMFILES': 'C:\Program Files', 'PROGRAMFILES(X86)': 'C:\Program Files (x86)', 'PROGRAMW6432': 'C:\Program Files', 'PSMODULEPATH': 'C:\Users\dan042919\OneDrive - Paycor, Inc\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\System32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\PowerShell\Modules\;C:\Program Files (x86)\Red Gate\SQL Change Automation PowerShell\Modules\;C:\Program Files\MicrosoftManagedDesktop\Powershell', 'PUBLIC': 'C:\Users\Public', 'PYENV': 'C:\Users\dan042919\.pyenv\pyenv-win\', 'PYENV_HOME': 'C:\Users\dan042919\.pyenv\pyenv-win\', 'PYENV_ROOT': 'C:\Users\dan042919\.pyenv\pyenv-win\', 'PYTHONPATH': 'C:\Python310', 'SESSIONNAME': 'Console', 'SYSTEMDRIVE': 'C:', 'SYSTEMROOT': 'C:\WINDOWS', 'TEMP': 'C:\Users\DAN0421\AppData\Local\Temp', 'TMP': 'C:\Users\DAN0421\AppData\Local\Temp', 'TURTLE': 'C:\Users\dan042919', 'USERDNSDOMAIN': 'cinci.paycor.com', 'USERDOMAIN': 'PCCIN', 'USERDOMAIN_ROAMINGPROFILE': 'PCCIN', 'USERNAME': 'dan042919', 'USERPROFILE': 'C:\Users\dan042919', 'VIRTUAL_ENV': 'C:\Users\dan042919\projects\parallel_project\.venv', 'VIRTUAL_ENV_PROMPT': '.venv', 'WINDIR': 'C:\WINDOWS', 'WSLENV': 'WT_SESSION:WT_PROFILE_ID:', 'WT_PROFILE_ID': '{61c54bbd-c2c6-5271-96e7-009a87ff44bf}', 'WT_SESSION': '1e5f56d5-5caa-45e2-ae96-92c7c0ce1147', '_JAVA_OPTIONS': '-Xmx16384m', '_OLD_VIRTUAL_PATH': 'C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Program Files (x86)\Tcl-8.3.2\bin;C:\Windows\System32;C:\Program Files (x86)\oh-my-posh\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe;C:\Program Files\dotnet\;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Docker\Docker\resources\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\Users\dan042919\.pyenv\pyenv-win\bin;C:\Users\dan042919\.pyenv\pyenv-win\shims;C:\Python310;C:\Python310\Scripts;C:\Users\dan042919\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\LinqPad5;C:\Program Files\Azure Data Studio\bin;C:\Users\dan042919\AppData\Roaming\Local\Programs\Python\Python310\Scripts;C:\Users\dan042919\bin;C:\Program Files\Git\bin;C:\ProgramData\chocolatey\bin;C:\Windows;C:\Windows\System32;C:\Users\dan042919\.dotnet\tools;C:\Users\dan042919\AppData\Local\Microsoft\WindowsApps;C:\tools\neovim\nvim-win64\bin;C:\ProgramData\mingw64\mingw64\bin;C:\ProgramData\nvm;C:\Program Files\nodejs', 'JPY_SESSION_NAME': 'hail mary/240808/ee398fd4-33a0-4ca9-9166-84715bb4ddf4'}, 'cwd': 'C:\Users\dan042919\projects\parallel_project\hail mary\240808'}
[D 2024-08-28 16:47:42.024 ServerApp] 201 POST /api/sessions?1724885261885 (::1) 105.61ms
[D 2024-08-28 16:47:42.029 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.061 ServerApp] 200 GET /api/contents/hail%20mary/240808?content=1&1724885262025 (::1) 32.41ms
[D 2024-08-28 16:47:42.063 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.064 ServerApp] 200 GET /api/sessions?1724885262047 (::1) 1.01ms
[D 2024-08-28 16:47:42.073 ServerApp] Initializing websocket connection /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels
[D 2024-08-28 16:47:42.077 ServerApp] Requesting kernel info from c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:42.077 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:42.082 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.084 ServerApp] 200 PATCH /api/sessions/d544c072-7f81-4fd1-9192-c57a10e406d1?1724885262074 (::1) 3.39ms
[D 2024-08-28 16:47:42.086 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.087 ServerApp] 200 GET /api/kernels?1724885262079 (::1) 1.21ms
[D 2024-08-28 16:47:42.089 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.091 ServerApp] 200 PATCH /api/sessions/d544c072-7f81-4fd1-9192-c57a10e406d1?1724885262087 (::1) 2.14ms
[D 2024-08-28 16:47:42.095 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.097 ServerApp] Found kernel python3 in C:\Users\dan042919\projects\parallel_project.venv\share\jupyter\kernels
[D 2024-08-28 16:47:42.099 ServerApp] 200 GET /api/kernelspecs?1724885262092 (::1) 4.37ms
[D 2024-08-28 16:47:42.102 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.104 ServerApp] 200 GET /api/sessions?1724885262100 (::1) 2.00ms
[D 2024-08-28 16:47:42.382 ServerApp] Initializing websocket connection /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels
[D 2024-08-28 16:47:42.384 ServerApp] Waiting for pending kernel_info request
[D 2024-08-28 16:47:42.619 ServerApp] Accepting token-authenticated connection from ::1
[D 2024-08-28 16:47:42.622 LabApp] 204 PUT /lab/api/workspaces/default?1724885262617 (::1) 2.41ms
[D 2024-08-28 16:47:42.624 ServerApp] 200 GET /api/nbconvert?1724885260337 (::1) 1805.91ms
[D 2024-08-28 16:47:43.093 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.095 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.095 ServerApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '8.23.0', 'language_info': {'name': 'python', 'version': '3.10.7', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]\nType 'copyright', 'credits' or 'license' for more information\nIPython 8.23.0 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.10'}, {'text': 'IPython Reference', 'url': 'https://ipython.org/documentation.html'}, {'text': 'NumPy Reference', 'url': 'https://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy Reference', 'url': 'https://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib Reference', 'url': 'https://matplotlib.org/contents.html'}, {'text': 'SymPy Reference', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas Reference', 'url': 'https://pandas.pydata.org/pandas-docs/stable/'}]}
[D 2024-08-28 16:47:43.096 ServerApp] 101 GET /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels?session_id=838928dd-9291-4fcd-982e-33114e41009a (::1) 1023.22ms
[D 2024-08-28 16:47:43.098 ServerApp] Opening websocket /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels
[D 2024-08-28 16:47:43.098 ServerApp] Getting buffer for c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.098 ServerApp] Connecting to: tcp://127.0.0.1:61322
[D 2024-08-28 16:47:43.100 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:43.102 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:43.104 ServerApp] Connecting to: tcp://127.0.0.1:61323
[D 2024-08-28 16:47:43.106 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:43.108 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:43.111 ServerApp] 101 GET /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels?session_id=480c8814-6362-4706-8d6e-1a1931029641 (127.0.0.1) 729.01ms
[D 2024-08-28 16:47:43.111 ServerApp] Opening websocket /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels
[D 2024-08-28 16:47:43.111 ServerApp] Getting buffer for c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.112 ServerApp] Connecting to: tcp://127.0.0.1:61322
[D 2024-08-28 16:47:43.114 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:43.116 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:43.119 ServerApp] Connecting to: tcp://127.0.0.1:61323
[D 2024-08-28 16:47:43.121 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:43.123 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:43.126 ServerApp] Nudge: attempt 1 on kernel c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.126 ServerApp] Nudge: attempt 1 on kernel c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.128 ServerApp] 200 GET /api/nbconvert?1724885260339 (::1) 2309.90ms
[D 2024-08-28 16:47:43.129 ServerApp] Initializing websocket connection /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels
[D 2024-08-28 16:47:43.132 ServerApp] 101 GET /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels?session_id=0c9febd0-8caf-40d3-93dc-6ce9075b2dd7 (::1) 3.03ms
[D 2024-08-28 16:47:43.132 ServerApp] Opening websocket /api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4/channels
[D 2024-08-28 16:47:43.132 ServerApp] Getting buffer for c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.133 ServerApp] Connecting to: tcp://127.0.0.1:61322
[D 2024-08-28 16:47:43.135 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:43.138 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:43.140 ServerApp] Connecting to: tcp://127.0.0.1:61323
[D 2024-08-28 16:47:43.143 ServerApp] Connecting to: tcp://127.0.0.1:61321
[D 2024-08-28 16:47:43.145 ServerApp] Connecting to: tcp://127.0.0.1:61325
[D 2024-08-28 16:47:43.148 ServerApp] Nudge: IOPub received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.148 ServerApp] Nudge: resolving iopub future: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.148 ServerApp] Nudge: IOPub received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.149 ServerApp] Nudge: resolving iopub future: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.149 ServerApp] Nudge: IOPub received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.149 ServerApp] Nudge: resolving iopub future: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.151 ServerApp] Nudge: control info reply received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.151 ServerApp] Nudge: resolving control future: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.151 ServerApp] Nudge: shell info reply received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.152 ServerApp] Nudge: resolving shell future: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.153 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.153 ServerApp] Nudge: control info reply received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.153 ServerApp] Nudge: shell info reply received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.153 ServerApp] Nudge: attempt 1 on kernel c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.155 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.158 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.161 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.163 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.163 ServerApp] Nudge: shell info reply received: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.163 ServerApp] Nudge: resolving shell future: c0782923-8ba5-412f-af75-bdf9636bd1b4
[D 2024-08-28 16:47:43.166 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.169 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.172 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.176 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.179 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.182 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.184 ServerApp] Path favicons\favicon-busy-1.ico served from C:\Users\dan042919\projects\parallel_project.venv\lib\site-packages\jupyter_server\static\favicons\favicon-busy-1.ico
[D 2024-08-28 16:47:43.185 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 5.31ms
[D 2024-08-28 16:47:43.187 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.190 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.193 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.196 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 5.00ms
[D 2024-08-28 16:47:43.203 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.216 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.224 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (busy)
[D 2024-08-28 16:47:43.230 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 11.00ms
[D 2024-08-28 16:47:43.239 ServerApp] activity on c0782923-8ba5-412f-af75-bdf9636bd1b4: status (idle)
[D 2024-08-28 16:47:43.259 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 8.00ms
[D 2024-08-28 16:47:43.262 ServerApp] Websocket closed c0782923-8ba5-412f-af75-bdf9636bd1b4:838928dd-9291-4fcd-982e-33114e41009a
[W 2024-08-28 16:47:43.273 ServerApp] Got events for closed stream <zmq.eventloop.zmqstream.ZMQStream object at 0x0000019C28CD1BA0>

Web Browser Output
Unsatisfied version 1.10.1 from
remoteEntry.cb0ad1e….js:1 
@jupyterlab/application-top of shared singleton module @lumino/disposable (required ^2.0.0)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 3.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/notebook (required ^4.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 5.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/coreutils (required ^6.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 3.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/mainmenu (required ^4.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 3.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/fileeditor (required ^4.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 3.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/ui-components (required ^4.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 6.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/services (required ^7.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 3.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/apputils (required ^4.3.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
remoteEntry.cb0ad1eca63be149c14b.js:1  Unsatisfied version 3.4.5 from @jupyterlab/application-top of shared singleton module @jupyterlab/settingregistry (required ^4.2.4)
p @ remoteEntry.cb0ad1eca63be149c14b.js:1
jlab_core.9193dfb13484acaca919.js?v=9193dfb13484acaca919:2 Starting application in workspace: "default"
98.b4d9a08e3fbed2dba126.js?v=b4d9a08e3fbed2dba126:1 JupyterLab extension jupyterlab_code_formatter is activated!
3jlab_core.9193dfb13484acaca919.js?v=9193dfb13484acaca919:2 Starting WebSocket: ws://localhost:8888/api/kernels/c0782923-8ba5-412f-af75-bdf9636bd1b4
@muraii muraii added the bug Something isn't working label Aug 28, 2024
@github-staff github-staff deleted a comment from telfaw Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant