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

Not using Proactor event loop by default on Windows with Python 3.10 #12545

Closed
tonnydourado opened this issue May 7, 2022 · 4 comments
Closed
Labels
bug os:windows Issues related to Windows operating system use status:Needs Triage Applied to new issues that need triage

Comments

@tonnydourado
Copy link

Description

Jupyter does not use asyncio's default Proactor event loop, and setting it with asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy()) or asyncio.set_event_loop(asyncio.ProactorEventLoop()) has no effect. Everything works as expected on IPython on the terminal, however

Reproduce

  1. Create a fresh virtualenv, install jupyterlab
  2. Run jupyter-lab
  3. Try to execute this example from the Python docs, changing the asyncio.run(get_date()) to await get_date()
  4. A NotImplementedError is raised, because the event loop being used, WindowsSelectorEventLoop, does not support subprocesses

Expected behavior

get_date() result should show up, not an unimplemented error

Context

  • Operating System and version: Windows 10
  • Browser and version: Firefox 99.0.1
  • JupyterLab version: 3.4.0
Troubleshoot Output
$PATH:
	C:\Users\tonny\Venvs\jupyter-async-bug/Scripts
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0\
	C:\Windows\System32\OpenSSH\
	C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
	C:\Program Files\Docker\Docker\resources\bin
	C:\ProgramData\DockerDesktop\version-bin
	C:\Users\tonny\AppData\Local\Programs\Python\Python310\Scripts\
	C:\Users\tonny\AppData\Local\Programs\Python\Python310\
	C:\Users\tonny\AppData\Local\Microsoft\WindowsApps
	C:\Users\tonny\AppData\Local\Programs\Microsoft VS Code\bin
	c:\users\tonny\appdata\roaming\python\python310\scripts
	c:\users\tonny\.local\bin

sys.path:
C:\Users\tonny\Venvs\jupyter-async-bug\Scripts\jupyter-troubleshoot.EXE
C:\Users\tonny\AppData\Local\Programs\Python\Python310\python310.zip
C:\Users\tonny\AppData\Local\Programs\Python\Python310\DLLs
C:\Users\tonny\AppData\Local\Programs\Python\Python310\lib
C:\Users\tonny\AppData\Local\Programs\Python\Python310
C:\Users\tonny\Venvs\jupyter-async-bug
C:\Users\tonny\Venvs\jupyter-async-bug\lib\site-packages
C:\Users\tonny\Venvs\jupyter-async-bug\lib\site-packages\win32
C:\Users\tonny\Venvs\jupyter-async-bug\lib\site-packages\win32\lib
C:\Users\tonny\Venvs\jupyter-async-bug\lib\site-packages\Pythonwin

sys.executable:
C:\Users\tonny\Venvs\jupyter-async-bug\Scripts\python.exe

sys.version:
3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)]

platform.platform():
Windows-10-10.0.19043-SP0

where jupyter:
C:\Users\tonny\Venvs\jupyter-async-bug\Scripts\jupyter.exe

pip list:
Package Version
-------------------- -----------
anyio 3.5.0
argon2-cffi 21.3.0
argon2-cffi-bindings 21.2.0
asttokens 2.0.5
attrs 21.4.0
Babel 2.10.1
backcall 0.2.0
beautifulsoup4 4.11.1
bleach 5.0.0
certifi 2021.10.8
cffi 1.15.0
charset-normalizer 2.0.12
colorama 0.4.4
debugpy 1.6.0
decorator 5.1.1
defusedxml 0.7.1
entrypoints 0.4
executing 0.8.3
fastjsonschema 2.15.3
idna 3.3
ipykernel 6.13.0
ipython 8.3.0
ipython-genutils 0.2.0
jedi 0.18.1
Jinja2 3.1.2
json5 0.9.7
jsonschema 4.5.1
jupyter-client 7.3.0
jupyter-core 4.10.0
jupyter-server 1.17.0
jupyterlab 3.4.0
jupyterlab-pygments 0.2.2
jupyterlab-server 2.13.0
MarkupSafe 2.1.1
matplotlib-inline 0.1.3
mistune 0.8.4
nbclassic 0.3.7
nbclient 0.6.2
nbconvert 6.5.0
nbformat 5.4.0
nest-asyncio 1.5.5
notebook 6.4.11
notebook-shim 0.1.0
packaging 21.3
pandocfilters 1.5.0
parso 0.8.3
pickleshare 0.7.5
pip 22.0.4
prometheus-client 0.14.1
prompt-toolkit 3.0.29
psutil 5.9.0
pure-eval 0.2.2
pycparser 2.21
Pygments 2.12.0
pyparsing 3.0.8
pyrsistent 0.18.1
python-dateutil 2.8.2
pytz 2022.1
pywin32 304
pywinpty 2.0.5
pyzmq 22.3.0
requests 2.27.1
Send2Trash 1.8.0
setuptools 62.1.0
six 1.16.0
sniffio 1.2.0
soupsieve 2.3.2.post1
stack-data 0.2.0
terminado 0.13.3
tinycss2 1.1.1
tornado 6.1
traitlets 5.1.1
urllib3 1.26.9
wcwidth 0.2.5
webencodings 0.5.1
websocket-client 1.3.2
wheel 0.37.1

Command Line Output
(jupyter-async-bug) PS C:\Users\tonny\Venvs> jupyter lab --debug
[D 2022-05-08 00:01:18.392 ServerApp] Searching ['C:\\Users\\tonny\\Venvs', 'C:\\Users\\tonny\\.jupyter', 'C:\\Users\\tonny\\Venvs\\jupyter-async-bug\\etc\\jupyter', 'C:\\ProgramData\\jupyter'] for config files
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_config in C:\ProgramData\jupyter
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_config in C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_config in C:\Users\tonny\.jupyter
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_config in C:\Users\tonny\Venvs
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_server_config in C:\ProgramData\jupyter
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_server_config in C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_server_config in C:\Users\tonny\.jupyter
[D 2022-05-08 00:01:18.392 ServerApp] Looking for jupyter_server_config in C:\Users\tonny\Venvs
[D 2022-05-08 00:01:18.392 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\ProgramData\jupyter\jupyter_server_config.json
[D 2022-05-08 00:01:18.392 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\jupyter_server_config.d\jupyterlab.json
        C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\jupyter_server_config.d\nbclassic.json
        C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\jupyter_server_config.d\notebook_shim.json
        C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\jupyter_server_config.json
[D 2022-05-08 00:01:18.407 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\Users\tonny\.jupyter\jupyter_server_config.json
[D 2022-05-08 00:01:18.407 ServerApp] Paths used for configuration of jupyter_server_config:
        C:\Users\tonny\Venvs\jupyter_server_config.json
[D 2022-05-08 00:01:18.423 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2022-05-08 00:01:18.439 ServerApp] jupyterlab | extension was successfully linked.
[D 2022-05-08 00:01:18.445 NotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2022-05-08 00:01:18.445 ServerApp] nbclassic | extension was successfully linked.
[D 2022-05-08 00:01:18.994 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\tonny\.jupyter\jupyter_notebook_config.json
[D 2022-05-08 00:01:18.994 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\ProgramData\jupyter\jupyter_notebook_config.json
[D 2022-05-08 00:01:18.994 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\jupyter_notebook_config.d\jupyterlab.json
        C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\jupyter_notebook_config.json
[D 2022-05-08 00:01:18.994 ServerApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\tonny\.jupyter\jupyter_notebook_config.json
[I 2022-05-08 00:01:18.994 ServerApp] notebook_shim | extension was successfully linked.
[D 2022-05-08 00:01:18.994 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }}
[D 2022-05-08 00:01:18.994 ServerApp] Ignoring min_open_files_limit because the limit cannot be adjusted (for example, on Windows)
[I 2022-05-08 00:01:19.047 ServerApp] notebook_shim | extension was successfully loaded.
[I 2022-05-08 00:01:19.047 LabApp] JupyterLab extension loaded from C:\Users\tonny\Venvs\jupyter-async-bug\lib\site-packages\jupyterlab
[I 2022-05-08 00:01:19.047 LabApp] JupyterLab application directory is C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\lab
[I 2022-05-08 00:01:19.047 ServerApp] jupyterlab | extension was successfully loaded.
[I 2022-05-08 00:01:19.063 ServerApp] nbclassic | extension was successfully loaded.
[I 2022-05-08 00:01:19.063 ServerApp] Serving notebooks from local directory: C:\Users\tonny\Venvs
[I 2022-05-08 00:01:19.063 ServerApp] Jupyter Server 1.17.0 is running at:
[I 2022-05-08 00:01:19.063 ServerApp] http://localhost:8888/lab?token=83242055dd6446678734ab66ad505f39c9ab0164d362907e
[I 2022-05-08 00:01:19.063 ServerApp]  or http://127.0.0.1:8888/lab?token=83242055dd6446678734ab66ad505f39c9ab0164d362907e
[I 2022-05-08 00:01:19.063 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2022-05-08 00:01:19.141 ServerApp]
To access the server, open this file in a browser:
    file:///C:/Users/tonny/AppData/Roaming/jupyter/runtime/jpserver-19824-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/lab?token=83242055dd6446678734ab66ad505f39c9ab0164d362907e
 or http://127.0.0.1:8888/lab?token=83242055dd6446678734ab66ad505f39c9ab0164d362907e

[D 2022-05-08 00:01:20.984 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:20.984 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2022-05-08 00:01:20.984 ServerApp] Paths used for configuration of page_config:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\page_config.json
[D 2022-05-08 00:01:20.984 ServerApp] Paths used for configuration of page_config:
C:\Users\tonny.jupyter\labconfig\page_config.json
[D 2022-05-08 00:01:20.984 LabApp] Using contents: services/contents
[D 2022-05-08 00:01:21.000 LabApp] 200 GET /lab?token=83242055dd6446678734ab66ad505f39c9ab0164d362907e (127.0.0.1) 15.66ms
[D 2022-05-08 00:01:21.100 ServerApp] Path jupyterlab_pygments\static\remoteEntry.aa1060b2d1221f8e5688.js served from C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\labextensions\jupyterlab_pygments\static\remoteEntry.aa1060b2d1221f8e5688.js
[D 2022-05-08 00:01:21.100 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/remoteEntry.aa1060b2d1221f8e5688.js (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:21.532 ServerApp] Path jupyterlab_pygments\static\568.1e2faa2ba0bbe59c4780.js served from C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\labextensions\jupyterlab_pygments\static\568.1e2faa2ba0bbe59c4780.js
[D 2022-05-08 00:01:21.532 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js?v=1e2faa2ba0bbe59c4780 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:21.532 ServerApp] Path jupyterlab_pygments\static\747.8eb3ddccc7ec4987bff9.js served from C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\labextensions\jupyterlab_pygments\static\747.8eb3ddccc7ec4987bff9.js
[D 2022-05-08 00:01:21.548 ServerApp] 304 GET /lab/extensions/jupyterlab_pygments/static/747.8eb3ddccc7ec4987bff9.js?v=8eb3ddccc7ec4987bff9 (127.0.0.1) 15.63ms
[D 2022-05-08 00:01:21.601 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:21.601 ServerApp] Found kernel python3 in C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\kernels
[D 2022-05-08 00:01:21.771 ServerApp] 200 GET /api/kernelspecs?1651964481595 (127.0.0.1) 169.37ms
[D 2022-05-08 00:01:21.771 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:21.786 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:21.786 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:21.786 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:21.786 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:21.786 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:21.786 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:21.786 ServerApp] 200 GET /api/kernels?1651964481608 (127.0.0.1) 15.63ms
[D 2022-05-08 00:01:21.786 ServerApp] 200 GET /api/sessions?1651964481608 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:21.786 ServerApp] 200 GET /api/terminals?1651964481610 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:21.871 LabApp] 200 GET /lab/api/settings?1651964481603 (127.0.0.1) 84.78ms
[D 2022-05-08 00:01:21.871 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:21.887 ServerApp] Found kernel python3 in C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\kernels
[D 2022-05-08 00:01:21.887 ServerApp] 200 GET /api/kernelspecs?1651964481801 (127.0.0.1) 15.61ms
[D 2022-05-08 00:01:22.989 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:22.989 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:22.989 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:22.989 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.020 ServerApp] 200 GET /lab/api/translations/en?1651964482990 (127.0.0.1) 31.11ms
[D 2022-05-08 00:01:23.036 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.051 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.051 ServerApp] 200 GET /lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1651964483046 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:23.051 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.058 ServerApp] 200 GET /api/contents?content=1&1651964483050 (127.0.0.1) 6.51ms
[W 2022-05-08 00:01:23.058 LabApp] Could not determine jupyterlab build status without nodejs
[D 2022-05-08 00:01:23.058 LabApp] 200 GET /lab/api/build?1651964483035 (127.0.0.1) 22.14ms
[D 2022-05-08 00:01:23.089 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.089 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.089 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.089 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.089 LabApp] 200 GET /lab/api/settings/@jupyterlab/cell-toolbar-extension:plugin?1651964483079 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:23.105 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.105 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.120 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.120 LabApp] 200 GET /lab/api/settings/@jupyterlab/notebook-extension:panel?1651964483082 (127.0.0.1) 15.65ms
[D 2022-05-08 00:01:23.136 LabApp] 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1651964483080 (127.0.0.1) 31.25ms
[D 2022-05-08 00:01:23.136 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1651964483079 (127.0.0.1) 31.25ms
[D 2022-05-08 00:01:23.152 LabApp] 200 GET /lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1651964483080 (127.0.0.1) 46.88ms
[D 2022-05-08 00:01:23.158 LabApp] 200 GET /lab/api/settings/@jupyterlab/htmlviewer-extension:plugin?1651964483081 (127.0.0.1) 37.74ms
[D 2022-05-08 00:01:23.158 ServerApp] Path @jupyterlab\theme-light-extension\index.css served from C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\lab\themes@jupyterlab\theme-light-extension\index.css
[D 2022-05-08 00:01:23.158 ServerApp] 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:23.158 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.158 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.158 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.158 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.174 LabApp] 200 GET /lab/api/settings/@jupyterlab/filebrowser-extension:widget?1651964483134 (127.0.0.1) 15.65ms
[D 2022-05-08 00:01:23.236 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.236 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.236 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.236 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.374 ServerApp] 200 GET /lab/api/translations/?1651964483230 (127.0.0.1) 138.06ms
[D 2022-05-08 00:01:23.374 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.374 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.374 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.374 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.374 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.390 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.390 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.622 LabApp] 200 GET /lab/api/workspaces/default?1651964483333 (127.0.0.1) 247.45ms
[D 2022-05-08 00:01:23.622 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1651964483337 (127.0.0.1) 247.45ms
[D 2022-05-08 00:01:23.622 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.638 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.638 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.638 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.638 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.638 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.638 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.638 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.660 LabApp] 200 GET /lab/api/settings/@jupyterlab/csvviewer-extension:tsv?1651964483399 (127.0.0.1) 37.81ms
[D 2022-05-08 00:01:23.660 LabApp] 200 GET /lab/api/settings/@jupyterlab/fileeditor-extension:plugin?1651964483400 (127.0.0.1) 22.18ms
[D 2022-05-08 00:01:23.660 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.675 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.675 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.675 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.675 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.691 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.691 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.691 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.707 LabApp] 200 GET /lab/api/settings/@jupyterlab/csvviewer-extension:csv?1651964483398 (127.0.0.1) 46.89ms
[D 2022-05-08 00:01:23.707 LabApp] 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1651964483398 (127.0.0.1) 31.25ms
[D 2022-05-08 00:01:23.707 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.722 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.722 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.722 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.722 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.722 LabApp] 200 GET /lab/api/settings/@jupyterlab/application-extension:context-menu?1651964483407 (127.0.0.1) 15.63ms
[D 2022-05-08 00:01:23.738 ServerApp] 200 GET /api/contents/Untitled.ipynb?content=0&1651964483628 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:23.738 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.738 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.738 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.738 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.753 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1651964483687 (127.0.0.1) 15.62ms
[D 2022-05-08 00:01:23.838 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:23.838 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.838 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny\Venvs\jupyter-async-bug\etc\jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:23.838 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\tonny.jupyter\labconfig\default_setting_overrides.json
[D 2022-05-08 00:01:24.092 LabApp] 200 GET /lab/api/settings?1651964483831 (127.0.0.1) 253.96ms
[D 2022-05-08 00:01:24.092 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.092 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.092 ServerApp] 200 GET /api/contents?content=1&1651964483880 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.161 ServerApp] 200 GET /api/contents/Untitled.ipynb?type=notebook&content=1&1651964483846 (127.0.0.1) 69.01ms
[D 2022-05-08 00:01:24.239 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.239 ServerApp] 200 GET /api/contents/Untitled.ipynb/checkpoints?1651964484235 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.239 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.239 ServerApp] 200 GET /api/contents/Untitled.ipynb/checkpoints?1651964484236 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.261 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.277 ServerApp] 200 GET /api/contents/Untitled.ipynb/checkpoints?1651964484270 (127.0.0.1) 15.64ms
[D 2022-05-08 00:01:24.362 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.377 ServerApp] 200 GET /api/sessions?1651964484368 (127.0.0.1) 15.65ms
[D 2022-05-08 00:01:24.393 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.409 ServerApp] Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisioner
[D 2022-05-08 00:01:24.455 ServerApp] Starting kernel: ['C:\Users\tonny\Venvs\jupyter-async-bug\Scripts\python.exe', '-m', 'ipykernel_launcher', '-f', 'C:\Users\tonny\AppData\Roaming\jupyter\runtime\kernel-2d065f47-6868-4d53-9046-5ac37924a842.json']
[D 2022-05-08 00:01:24.462 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:24.478 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.478 LabApp] 204 PUT /lab/api/workspaces/default?1651964484412 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.478 ServerApp] Connecting to: tcp://127.0.0.1:64126
[I 2022-05-08 00:01:24.478 ServerApp] Kernel started: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:24.493 ServerApp] Kernel args: {'kernel_name': 'python3', 'cwd': 'C:\Users\tonny\Venvs'}
[D 2022-05-08 00:01:24.524 ServerApp] 201 POST /api/sessions?1651964484387 (127.0.0.1) 131.54ms
[D 2022-05-08 00:01:24.524 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.540 ServerApp] 200 GET /api/contents?content=1&1651964484502 (127.0.0.1) 15.62ms
[D 2022-05-08 00:01:24.556 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.562 ServerApp] 200 GET /api/sessions?1651964484536 (127.0.0.1) 6.52ms
[D 2022-05-08 00:01:24.594 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.594 ServerApp] 200 GET /api/kernels?1651964484588 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.594 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.594 ServerApp] Initializing websocket connection /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels
[D 2022-05-08 00:01:24.594 ServerApp] 200 PATCH /api/sessions/6a28cdca-5230-475c-8832-2de9dc6d9c65?1651964484577 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.594 ServerApp] Requesting kernel info from 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:24.594 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:24.609 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.625 ServerApp] 200 PATCH /api/sessions/6a28cdca-5230-475c-8832-2de9dc6d9c65?1651964484610 (127.0.0.1) 15.63ms
[D 2022-05-08 00:01:24.625 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.625 ServerApp] 200 GET /api/sessions?1651964484616 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:24.640 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:24.640 ServerApp] Found kernel python3 in C:\Users\tonny\Venvs\jupyter-async-bug\share\jupyter\kernels
[D 2022-05-08 00:01:24.640 ServerApp] 200 GET /api/kernelspecs?1651964484629 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:25.195 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:25.195 LabApp] 204 PUT /lab/api/workspaces/default?1651964485197 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:25.211 ServerApp] 200 GET /api/nbconvert?1651964483256 (127.0.0.1) 1836.54ms
[D 2022-05-08 00:01:25.264 ServerApp] 200 GET /api/nbconvert?1651964483252 (127.0.0.1) 1889.95ms
[D 2022-05-08 00:01:26.129 ServerApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '8.3.0', 'language_info': {'name': 'python', 'version': '3.10.4', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)]\nType 'copyright', 'credits' or 'license' for more information\nIPython 8.3.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 2022-05-08 00:01:26.129 ServerApp] 101 GET /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels?session_id=e065b281-b6b6-4239-80ed-01c147083e67 (127.0.0.1) 1535.94ms
[D 2022-05-08 00:01:26.129 ServerApp] Opening websocket /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels
[D 2022-05-08 00:01:26.129 ServerApp] Getting buffer for 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.145 ServerApp] Connecting to: tcp://127.0.0.1:64126
[D 2022-05-08 00:01:26.145 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:26.145 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:26.145 ServerApp] Connecting to: tcp://127.0.0.1:64127
[D 2022-05-08 00:01:26.145 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:26.145 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:26.145 ServerApp] Nudge: attempt 1 on kernel 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.161 ServerApp] Initializing websocket connection /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels
[D 2022-05-08 00:01:26.161 ServerApp] 101 GET /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels?session_id=f7f664a6-47d7-45c4-88ab-ebbf5380999f (127.0.0.1) 15.62ms
[D 2022-05-08 00:01:26.161 ServerApp] Opening websocket /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels
[D 2022-05-08 00:01:26.161 ServerApp] Getting buffer for 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.161 ServerApp] Connecting to: tcp://127.0.0.1:64126
[D 2022-05-08 00:01:26.161 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:26.167 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:26.167 ServerApp] Connecting to: tcp://127.0.0.1:64127
[D 2022-05-08 00:01:26.167 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:26.167 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:26.167 ServerApp] Nudge: IOPub received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.167 ServerApp] Nudge: resolving iopub future: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.167 ServerApp] Nudge: shell info reply received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Nudge: resolving shell future: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Nudge: control info reply received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Nudge: IOPub received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Nudge: resolving iopub future: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Nudge: attempt 1 on kernel 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Initializing websocket connection /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels
[D 2022-05-08 00:01:26.183 ServerApp] 101 GET /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels?session_id=26911290-9b95-46cc-9e71-4ab7d3a9aaa6 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:26.183 ServerApp] Opening websocket /api/kernels/2d065f47-6868-4d53-9046-5ac37924a842/channels
[D 2022-05-08 00:01:26.183 ServerApp] Getting buffer for 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.183 ServerApp] Connecting to: tcp://127.0.0.1:64126
[D 2022-05-08 00:01:26.183 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:26.183 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:26.198 ServerApp] Connecting to: tcp://127.0.0.1:64127
[D 2022-05-08 00:01:26.198 ServerApp] Connecting to: tcp://127.0.0.1:64125
[D 2022-05-08 00:01:26.198 ServerApp] Connecting to: tcp://127.0.0.1:64129
[D 2022-05-08 00:01:26.198 ServerApp] Nudge: control info reply received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.198 ServerApp] Nudge: resolving control future: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.198 ServerApp] Nudge: shell info reply received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.198 ServerApp] Nudge: attempt 1 on kernel 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.214 ServerApp] Nudge: IOPub received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.214 ServerApp] Nudge: resolving iopub future: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.214 ServerApp] Nudge: control info reply received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.214 ServerApp] Nudge: resolving control future: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.214 ServerApp] Nudge: shell info reply received: 2d065f47-6868-4d53-9046-5ac37924a842
[D 2022-05-08 00:01:26.230 ServerApp] Websocket closed 2d065f47-6868-4d53-9046-5ac37924a842:e065b281-b6b6-4239-80ed-01c147083e67
[W 2022-05-08 00:01:26.230 ServerApp] Got events for closed stream <zmq.eventloop.zmqstream.ZMQStream object at 0x000001B4DCC159F0>
[D 2022-05-08 00:01:26.245 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:26.245 ServerApp] 200 GET /api/sessions?1651964486249 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:26.245 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:26.261 ServerApp] 200 GET /api/kernels?1651964486250 (127.0.0.1) 15.61ms
[D 2022-05-08 00:01:27.569 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: status (busy)
[D 2022-05-08 00:01:27.569 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:27.585 ServerApp] 200 GET /api/contents?content=1&1651964487574 (127.0.0.1) 15.64ms
[D 2022-05-08 00:01:27.585 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: execute_input
[D 2022-05-08 00:01:27.585 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: execute_result
[D 2022-05-08 00:01:27.601 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: status (idle)
[D 2022-05-08 00:01:31.643 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:31.643 ServerApp] 200 GET /api/contents?content=1&1651964491637 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:31.811 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:31.811 ServerApp] 200 GET /api/terminals?1651964491812 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:32.227 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: status (busy)
[D 2022-05-08 00:01:32.227 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: execute_input
[D 2022-05-08 00:01:32.242 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:32.242 ServerApp] 200 GET /api/contents?content=1&1651964492246 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:32.459 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: stream
[D 2022-05-08 00:01:33.006 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: error
[D 2022-05-08 00:01:33.014 ServerApp] activity on 2d065f47-6868-4d53-9046-5ac37924a842: status (idle)
[D 2022-05-08 00:01:36.325 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:36.325 ServerApp] 200 GET /api/sessions?1651964496272 (127.0.0.1) 0.00ms
[D 2022-05-08 00:01:36.325 ServerApp] Accepting token-authenticated connection from 127.0.0.1
[D 2022-05-08 00:01:36.325 ServerApp] 200 GET /api/kernels?1651964496272 (127.0.0.1) 0.00ms
[I 2022-05-08 00:01:39.152 ServerApp] Interrupted...
[IPKernelApp] WARNING | Parent appears to have exited, shutting down.

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label May 7, 2022
@welcome
Copy link

welcome bot commented May 7, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@dan-blanchard
Copy link

Everything works as expected on IPython on the terminal, however

I'm running into this issue even with IPython on the terminal, so I'd love to know how you made that work.

@krassowski
Copy link
Member

@tonnydourado @dan-blanchard I think that your issue is with ipykernel, rather than with JupyterLab. ipykernel 6.28.0 released 3 weeks ago includes ipython/ipykernel#1184 which enabled ProactorEventLoop on Windows. Does upgrading ipykernel fix the issue for you?

@krassowski krassowski added the status:Needs Triage Applied to new issues that need triage label Jan 14, 2024
@JasonWeill
Copy link
Contributor

Closing this because it seems to be an ipykernel issue that was recently resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug os:windows Issues related to Windows operating system use status:Needs Triage Applied to new issues that need triage
Projects
None yet
Development

No branches or pull requests

4 participants