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

Slow to open a notebook and run cells kernels #8274

Closed
DonJayamanne opened this issue Nov 16, 2021 · 14 comments
Closed

Slow to open a notebook and run cells kernels #8274

DonJayamanne opened this issue Nov 16, 2021 · 14 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug perf Performance issues

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Nov 16, 2021

Originally Reported here #7069

Environment data

  • OS - Windows 11 Evaluation Copy. Build 22499.rs_prerelease.211105-1550
  • Python Version - 3.9.4
  • Python extension - v2021.11.1422169775
  • Jupyter extensions - v2021.10.1101450599
  • Vscode - 1.62.2

Expected behaviour

Fast to open and run cells.

Actual behaviour

  • Slow to open notebooks
  • Slow to get list of kernels
@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Nov 16, 2021
@DonJayamanne DonJayamanne self-assigned this Nov 16, 2021
@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented Nov 16, 2021

@NomeChomsky

Description:
It takes a long time to 'discover python interpreters' - I am using poetry, my python poetry envs are located at ~/.cache/pypoetry/virtualenvs' I've added that location to vscode to look for interpreters there. I am also using pyenv.

The cells are below. I can run cell one, and it takes 1.9 seconds to complete (a little slow) then the next cell simply doesn't run. The 'play' button does nothing.

OS - Windows 11 Evaluation Copy. Build 22499.rs_prerelease.211105-1550
Python Version - 3.9.4
Python extension - v2021.11.1422169775
Jupyter extensions - v2021.10.1101450599
Vscode - 1.62.2

Sample notebook:

#CELL 1

%env DJANGO_SETTINGS_MODULE = dask.settings
%env DJANGO_CONFIG = dev
import os
os.environ["DJANGO_ALLOW_ASYNC_UNSAFE"] = "true"
import django
django.setup()
from apps.scraping.ethparser import parse_transfers
from apps.ethscan.models import Transaction, Address, TokenInfo, Balance
from apps.core.models import SignallyUser
from apps.scraping import ethplorer, ethparser
from django.utils.timezone import make_aware
from datetime import datetime, timedelta
import requests
from django.core.cache import cache
from django.db.models import F, Count, Sum, Subquery, Q, ExpressionWrapper, When, OuterRef, Max, Avg
import re
import arrow
from apps import scraping
from statistics import mean
import arrow
from collections import Counter
import operator
from pprint import pprint
from loguru import logger
import requests
from itertools import groupby`
# CELL 2
`ROUTERS
SUSHI_SWAP_ROUTER = '0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f'
UNISWAP_ROUTER_V3 = '0xe592427a0aece92de3edee1f18e0157c05861564' # MOST ACTIVE
UNISWAP_ROUTER_V2 = '0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc'
UNISWAP_ROUTER_2_V2 = '0x7a250d5630b4cf539739df2c5dacb4c659f2488d'
TOKEN_UNISWAP_V2 = '0x21C5918CcB42d20A2368bdCA8feDA0399EbfD2f6'

OUTPUT:

Logs
Info 2021-11-12 12:20:43: Experimentation service retrieved: [object Object]
User belongs to experiment group 'jupyterTestcf'
User belongs to experiment group 'jupyterEnhancedDataViewer'
Info 2021-11-12 12:20:43: ZMQ install verified.
Info 2021-11-12 12:20:43: Pre-warming kernel daemon for file:///home/phillyharper/dask
Info 2021-11-12 12:20:43: Experiment status for python is {"enabled":true,"optInto":[],"optOutFrom":[]}
Info 2021-11-12 12:20:43: Find preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb with metadata {"interpreter":{"hash":"5b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6"},"kernelspec":{"display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.4"},"orig_nbformat":4} & preferred interpreter {"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"}
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.6.8 64-bit ('3.6.8': pyenv) is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.6.8 64-bit ('3.6.8': pyenv) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.6.8 64-bit ('3.6.8': pyenv) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.8.5 64-bit is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.8.5 64-bit is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.8.5 64-bit is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.8.5 64-bit is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.8.5 64-bit is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.8.5 64-bit is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.8.9 64-bit ('3.8.9': pyenv) is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.8.9 64-bit ('3.8.9': pyenv) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.8.9 64-bit ('3.8.9': pyenv) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.9.4 64-bit ('3.9.4': pyenv) is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.9.4 64-bit ('3.9.4': pyenv) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.9.4 64-bit ('3.9.4': pyenv) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv) is 116
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv) is 116
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.9.7 64-bit is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.9.7 64-bit is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.9.7 64-bit is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for speclanguage=python, Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is -1
Info 2021-11-12 12:20:43: findPreferredKernel score for Python3, Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is 2
Info 2021-11-12 12:20:43: findPreferredKernel score for Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is 2
Info 2021-11-12 12:20:43: findKernel found Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)
Info 2021-11-12 12:20:43: Find kernel spec, Class name = k, completed in 368ms, has a truthy return value, Arg 1: <Uri:/home/phillyharper/dask/CodePlayground.ipynb>, Arg 2: {"interpreter":{"hash":"5b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6"},"kernelspec":{"display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.4"},"orig_nbformat":4}, Arg 3: {"_isCancelled":false,"_emitter":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python394jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","name":"python394jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"}},"env":{}},"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"},"id":".jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher"}
Info 2021-11-12 12:20:43: PreferredConnection: .jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher found for NotebookDocument: file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:43: Creating controller for jupyter-notebook with interpreter /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:43: Setting setActiveController for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:43: KernelProvider switched kernel to id = .jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher
Info 2021-11-12 12:20:43: Starting Notebook in kernel.ts id = .jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher
Info 2021-11-12 12:20:43: Creating raw notebook for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:43: Getting preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:43: Computing working directory file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:44: Connecting to raw session for file:///home/phillyharper/dask/CodePlayground.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python394jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","name":"python394jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"}},"env":{}},"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"},"id":".jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher"}
Info 2021-11-12 12:20:44: Starting raw kernel Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)
Info 2021-11-12 12:20:44: installMissingDependencies /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:44: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -c "import ipykernel"
Info 2021-11-12 12:20:44: Loading kernelspec from /home/phillyharper/.local/share/jupyter/kernels/python3/kernel.json for undefined
Info 2021-11-12 12:20:44: Loading kernelspec from /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/share/jupyter/kernels/python3/kernel.json for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-12 12:20:44: Loading kernelspec from /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/share/jupyter/kernels/python3/kernel.json for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:45: Registering dummy command feature
Info 2021-11-12 12:20:45: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m pip list
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m pip list
Info 2021-11-12 12:20:45: TargetController found ID: .jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher for document file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:45: Setting controller affinity for file:///home/phillyharper/dask/CodePlayground.ipynb .jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/python.-m#ipykernel_launcher
Info 2021-11-12 12:20:45: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -c "import ipykernel"
Info 2021-11-12 12:20:45: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-12 12:20:45: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-12 12:20:45: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-12 12:20:46: Install Missing Dependencies, Class name = S, completed in 2219ms, has a falsy return value, Return Value: undefined
Info 2021-11-12 12:20:46: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-11-12 12:20:46: Pre-warming kernel daemon for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-12 12:20:46: Launching kernel daemon for Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv) # /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:46: No custom variables for Kernel as interpreter is not conda, but is Venv
Info 2021-11-12 12:20:46: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -c "import ipykernel"
Info 2021-11-12 12:20:46: Creating daemon process for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python with env variables count 76
Info 2021-11-12 12:20:46: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-12 12:20:46: Creating daemon process for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python with env variables count 76
Info 2021-11-12 12:20:46: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Execute rpc method prewarm_kernel from /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Exec in DS Kernel Launcher Daemon (observable) ['/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python', '/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Kernel launched, with PID 1432
Warn 2021-11-12 12:20:46: Python Daemon (pid: 1430): Waiting for Kernel to die 1432
Info 2021-11-12 12:20:46: Python Daemon (pid: 1430): Kernel launched, with PID as a daemon 1432
Info 2021-11-12 12:20:47: Using prewarmed kernel ...
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Execute rpc method prewarm_kernel in DS Daemon
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Execute rpc method prewarm_kernel from /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Exec in DS Kernel Launcher Daemon (observable) ['/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python', '/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Kernel launched, with PID 1436
Warn 2021-11-12 12:20:47: Python Daemon (pid: 1431): Waiting for Kernel to die 1436
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Kernel launched, with PID as a daemon 1436
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Execute rpc method start_prewarmed_kernel in DS Daemon
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Execute rpc method start_prewarmed_kernel from /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): Start pre-warmed Kernel in DS Kernel Launcher Daemon 1436 with args ['ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"feb201c9-b8c1-4776-a973-82d1c321a72b"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-1028g39vaCIBDmCR.json']
Info 2021-11-12 12:20:47: Launching kernel daemon, Class name = p, completed in 799ms, has a truthy return value, Arg 1: <Uri:/home/phillyharper/dask/CodePlayground.ipynb>, Arg 2: "/home/phillyharper/dask", Arg 3: {"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python394jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","name":"python394jvsc74a57bd05b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"feb201c9-b8c1-4776-a973-82d1c321a72b\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/tmp/tmp-1028g39vaCIBDmCR.json"],"language":"python","path":"python","display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"}},"env":{}}, Arg 4: {"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","envType":"Venv","envName":"django_signally-xNHOe2Gk-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","architecture":3,"sysVersion":"3.9.4 (default, Sep 28 2021, 14:52:58) \n[GCC 9.3.0]","version":{"raw":"3.9.4","major":3,"minor":9,"patch":4,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-11-12 12:20:47: Launching kernel in kernelProcess.ts, Class name = y, completed in 801ms, has a truthy return value, Arg 1: "/home/phillyharper/dask", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","_handle":{"pid":1431},"spawnargs":["/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":1431,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-11-12 12:20:47: KernelProcess output: Content-Length: 413
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"log","params":{"level":"INFO","msg":"write to stderr: \/home\/phillyharper\/.cache\/pypoetry\/virtualenvs\/django_signally-xNHOe2Gk-py3.9\/lib\/python3.9\/site-packages\/traitlets\/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '\"hmac-sha256\"' if you require traitlets >=5.\n","pid":1431}}Content-Length: 391
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"output","params":{"source":"stderr","out":"\/home\/phillyharper\/.cache\/pypoetry\/virtualenvs\/django_signally-xNHOe2Gk-py3.9\/lib\/python3.9\/site-packages\/traitlets\/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '\"hmac-sha256\"' if you require traitlets >=5.\n"}}
Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): write to stderr: /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.

Info 2021-11-12 12:20:47: KernelProcess output: Content-Length: 104
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"log","params":{"level":"INFO","msg":"write to stderr:   warn(\n","pid":1431}}Content-Length: 82
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"output","params":{"source":"stderr","out":"  warn(\n"}}Content-Length: 425
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"log","params":{"level":"INFO","msg":"write to stderr: \/home\/phillyharper\/.cache\/pypoetry\/virtualenvs\/django_signally-xNHOe2Gk-py3.9\/lib\/python3.9\/site-packages\/traitlets\/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'feb201c9-b8c1-4776-a973-82d1c321a72b' instead of 'b\"feb201c9-b8c1-4776-a973-82d1c321a72b\"'.\n","pid":1431}}Content-Length: 403
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"output","params":{"source":"stderr","out":"\/home\/phillyharper\/.cache\/pypoetry\/virtualenvs\/django_signally-xNHOe2Gk-py3.9\/lib\/python3.9\/site-packages\/traitlets\/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'feb201c9-b8c1-4776-a973-82d1c321a72b' instead of 'b\"feb201c9-b8c1-4776-a973-82d1c321a72b\"'.\n"}}Content-Length: 104
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"log","params":{"level":"INFO","msg":"write to stderr:   warn(\n","pid":1431}}Content-Length: 82
Content-Type: application/vscode-jsonrpc; charset=utf8

{"jsonrpc":"2.0","method":"output","params":{"source":"stderr","out":"  warn(\n"}}
Warn 2021-11-12 12:20:47: Kernel 1431 as possibly died, StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.

Warn 2021-11-12 12:20:47: StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.

Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): write to stderr:   warn(

Warn 2021-11-12 12:20:47: Kernel 1431 as possibly died, StdErr from Kernel Process   warn(

Warn 2021-11-12 12:20:47: StdErr from Kernel Process   warn(

Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): write to stderr: /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'feb201c9-b8c1-4776-a973-82d1c321a72b' instead of 'b"feb201c9-b8c1-4776-a973-82d1c321a72b"'.

Warn 2021-11-12 12:20:47: Kernel 1431 as possibly died, StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'feb201c9-b8c1-4776-a973-82d1c321a72b' instead of 'b"feb201c9-b8c1-4776-a973-82d1c321a72b"'.

Warn 2021-11-12 12:20:47: StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'feb201c9-b8c1-4776-a973-82d1c321a72b' instead of 'b"feb201c9-b8c1-4776-a973-82d1c321a72b"'.

Info 2021-11-12 12:20:47: Python Daemon (pid: 1431): write to stderr:   warn(

Warn 2021-11-12 12:20:47: Kernel 1431 as possibly died, StdErr from Kernel Process   warn(

Warn 2021-11-12 12:20:47: StdErr from Kernel Process   warn(

Warn 2021-11-12 12:20:47: Didn't get response for requestKernelInfo
Info 2021-11-12 12:20:47: Raw session started and connected
Started kernel Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)
Info 2021-11-12 12:20:47: Finished connecting 212327d7-5c5f-4b6b-b844-27e099ef7c50
Info 2021-11-12 12:20:47: UpdateWorkingDirectoryAndPath in Kernel
Info 2021-11-12 12:20:47: changeDirectoryIfPossible
Info 2021-11-12 12:20:47: Executing (status Idle) silently Code = import os\nimport sys\n%cd "/home/phillyharper/dask"\nif os.getcwd() not in sys.path:\nsys.path.inse
Info 2021-11-12 12:20:47: Executing silently Code (completed) = import os\nimport sys\n%cd "/home/phillyharper/dask"\nif os.getcwd() not in sys.path:\nsys.path.inse
Info 2021-11-12 12:20:47: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-12 12:20:47: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-12 12:20:47: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-12 12:20:47: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-12 12:20:47: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-12 12:20:47: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-12 12:20:47: Waiting for idle on (kernel): 85221b4e-b3a0-4ec8-b1a6-7a6fa3de91b6 -> idle
Info 2021-11-12 12:20:47: Finished waiting for idle on (kernel): 85221b4e-b3a0-4ec8-b1a6-7a6fa3de91b6 -> idle
Info 2021-11-12 12:20:47: IPyWidgetScriptSource.initialize
Info 2021-11-12 12:20:47: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m pip list
> ~/.cache/pypoetry/virtualenvs/django_signally-xNHOe2Gk-py3.9/bin/python -m pip list

@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented Nov 16, 2021

@NomeChomsky

The first cell above took 54.5 seconds to run. The next cell didn't work at all.

@DonJayamanne
Copy link
Contributor Author

@DonJayamanne

Thanks for providing the logs, however I don't think this is all of the logs or something isn't right.

It starts at 12:20:43 and ends at 12:20:47. I guess that's what your mean by first cell runs in 1.9 and second did nothing.
Then later you say that the first cell took 54 second!. That contradicts you're first statement of it running in 1.9s. the logs don't line up with that.

Please could you

  • provide a screen recording, so I can tell what's going on,
  • please do provide all of the logs when trying this again and
  • Part provide the output from the console tab (User the commands Toggle developer tools`.

@DonJayamanne
Copy link
Contributor Author

@NomeChomsky

This is the output from the console window as it tries to start the notebook:

 INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
localProcessExtensionHost.ts:332 Extension Host
localProcessExtensionHost.ts:333 Debugger attached.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:301   ERR Cannot call write after a stream was destroyed: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at afterWrite (internal/streams/writable.js:470:24)
	at onwrite (internal/streams/writable.js:446:7)
	at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:89:12)
log.ts:301   ERR [Extension Host] Completed
console.ts:137 [Extension Host] Completed
E @ console.ts:137
log.ts:301   ERR Invalid uri, not a notebook: /home/phillyharper/dask/CodePlayground.ipynb: Error: Invalid uri, not a notebook: /home/phillyharper/dask/CodePlayground.ipynb
	at getTextDocumentWrapper (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:102:643852)
	at g.toIncomingSemanticTokens (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:102:639982)
	at /home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:102:653772
	at async z.provideDocumentSemanticTokens (/home/phillyharper/.vscode-server/bin/3a6960b964327f0e3882ce18fcebd07ed191b316/out/vs/server/remoteExtensionHostProcess.js:94:178315)
log.ts:301   ERR Cannot call write after a stream was destroyed: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at afterWrite (internal/streams/writable.js:470:24)
	at onwrite (internal/streams/writable.js:446:7)
	at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:89:12)
log.ts:301   ERR Invalid uri, not a notebook: /home/phillyharper/dask/CodePlayground.ipynb: Error: Invalid uri, not a notebook: /home/phillyharper/dask/CodePlayground.ipynb
	at getTextDocumentWrapper (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:102:643852)
	at g.toIncomingSemanticTokens (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:102:639982)
	at runNextTicks (internal/process/task_queues.js:58:5)
	at processImmediate (internal/timers.js:434:9)
	at async U.provideDocumentRangeSemanticTokens (/home/phillyharper/.vscode-server/bin/3a6960b964327f0e3882ce18fcebd07ed191b316/out/vs/server/remoteExtensionHostProcess.js:94:180425)
log.ts:301   ERR request cancelled: Error: request cancelled
	at /home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:66:467180
	at /home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:66:467474
	at Immediate.<anonymous> (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:66:467837)
	at processImmediate (internal/timers.js:461:21)
localProcessExtensionHost.ts:332 Extension Host
localProcessExtensionHost.ts:333 Debugger attached.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
localProcessExtensionHost.ts:332 Extension Host
localProcessExtensionHost.ts:333 Debugger attached.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:301   ERR Notebook not found: vscode-remote://wsl%2Bubuntu-20.04/home/phillyharper/dask/CodePlayground.ipynb: Error: Notebook not found: vscode-remote://wsl%2Bubuntu-20.04/home/phillyharper/dask/CodePlayground.ipynb
    at new E (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1216:30811)
    at M.createNotebookCellExecution (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1216:29626)
    at m.$addExecution (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1518:27172)
    at f._doInvokeHandler (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1525:13095)
    at f._invokeHandler (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1525:12779)
    at f._receiveRequest (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1525:11441)
    at f._receiveOneMessage (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1525:10119)
    at vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1525:8215
    at l.fire (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:69:1712)
    at o.fire (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:85:16680)
    at d._receiveMessage (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:85:21950)
    at vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:85:21048
    at l.fire (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:69:1712)
    at m.acceptChunk (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:85:14041)
    at vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:85:13389
    at vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:610:40536
    at l.fire (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:69:1712)
    at FileReader._fileReader.onload (vscode-file://vscode-app/c:/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:610:39096)
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
localProcessExtensionHost.ts:332 Extension Host
localProcessExtensionHost.ts:333 Debugger attached.
main.js:836 GET https://file+.vscode-resource.vscode-webview.net/c%3A/Users/phill/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/loader.js net::ERR_ABORTED 404
(anonymous) @ main.js:836
setTimeout (async)
v @ main.js:834
(anonymous) @ main.js:865
VM13:14 Registering custom require.js for Jupyter Kernel
eval @ VM13:14
a @ notebookWebviewPreloads.js:3
u @ notebookWebviewPreloads.js:3
async function (async)
u @ notebookWebviewPreloads.js:3
load @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ main.js:964
(anonymous) @ main.js:280
VM13:2151 Window.require = function
VM13:2152 Window.requirejs = function
DevTools failed to load source map: Could not parse content for vscode-webview://311079c1-fc17-4313-97e4-d00d57944d65/ipywidgetsKernel.js.map: Unexpected end of JSON input
notebookWebviewPreloads.js:3 TypeError: (intermediate value).activate is not a function
    at u (notebookWebviewPreloads.js:3)
    at async Promise.all (vscode-webview://311079c1-fc17-4313-97e4-d00d57944d65/index 0)
u @ notebookWebviewPreloads.js:3
async function (async)
u @ notebookWebviewPreloads.js:3
load @ notebookWebviewPreloads.js:3
(anonymous) @ notebookWebviewPreloads.js:3
postMessage (async)
(anonymous) @ main.js:964
(anonymous) @ main.js:280
DevTools failed to load source map: Could not load content for https://vscode-remote+wsl-002bubuntu-002d20-002e04.vscode-resource.vscode-webview.net/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/ipywidgets/dist/ipywidgets.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
VM15:33 IPyWidget kernel initializing...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
log.ts:301   ERR Cannot call write after a stream was destroyed: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at afterWrite (internal/streams/writable.js:470:24)
	at onwrite (internal/streams/writable.js:446:7)
	at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:89:12)
VM15:33 Received IPyWidgetMessages.IPyWidgets_IsReadyRequest
localProcessExtensionHost.ts:332 Extension Host
localProcessExtensionHost.ts:333 Debugger attached.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!
VM15:33 Received IPyWidgets_kernelOptions in ScriptManager
VM15:33 Received IPyWidgetMessages.IPyWidgets_kernelOptions
log.ts:301   ERR request cancelled: Error: request cancelled
	at /home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:66:467180
	at /home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:66:467474
	at Immediate.<anonymous> (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:66:467837)
	at processImmediate (internal/timers.js:461:21)
localProcessExtensionHost.ts:332 Extension Host
localProcessExtensionHost.ts:333 Debugger attached.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] resolving connection...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] connecting to 172.19.95.160:33733...
log.ts:289  INFO [remote-connection][ExtensionHost][babcc…][reconnect] reconnected!


This is the output of the Jupyer Output terminal (which goes unstable the same way Jupyter does)


Info 2021-11-15 12:09:29: Experimentation service retrieved: [object Object]
User belongs to experiment group 'jupyterTestcf'
User belongs to experiment group 'jupyterEnhancedDataViewer'
Info 2021-11-15 12:09:29: ZMQ install verified.
Info 2021-11-15 12:09:29: Pre-warming kernel daemon for file:///home/phillyharper/dask
Info 2021-11-15 12:09:29: Experiment status for python is {"enabled":true,"optInto":[],"optOutFrom":[]}
Info 2021-11-15 12:09:29: Find preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb with metadata {"interpreter":{"hash":"5b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6"},"kernelspec":{"display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.7"},"orig_nbformat":4} & preferred interpreter {"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}
Info 2021-11-15 12:09:29: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-11-15 12:09:29: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-11-15 12:09:29: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-11-15 12:09:29: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-11-15 12:09:29: findPreferredKernel score for speclanguage=python, Python 3.8.5 64-bit is -1
Info 2021-11-15 12:09:29: findPreferredKernel score for Python3, Python 3.8.5 64-bit is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for Python 3.8.5 64-bit is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for speclanguage=python, Python 3.8.5 64-bit is -1
Info 2021-11-15 12:09:29: findPreferredKernel score for Python3, Python 3.8.5 64-bit is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for Python 3.8.5 64-bit is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for speclanguage=python, Python 3.9.7 64-bit is -1
Info 2021-11-15 12:09:29: findPreferredKernel score for Python3, Python 3.9.7 64-bit is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for Python 3.9.7 64-bit is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for speclanguage=python, Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is -1
Info 2021-11-15 12:09:29: findPreferredKernel score for Python3, Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is 2
Info 2021-11-15 12:09:29: findPreferredKernel score for Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is 2
Info 2021-11-15 12:09:29: findKernel found Python 3.8.5 64-bit
Info 2021-11-15 12:09:29: Find kernel spec, Class name = k, completed in 185ms, has a truthy return value, Arg 1: <Uri:/home/phillyharper/dask/CodePlayground.ipynb>, Arg 2: {"interpreter":{"hash":"5b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6"},"kernelspec":{"display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.7"},"orig_nbformat":4}, Arg 3: {"_isCancelled":false,"_emitter":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python385jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1/kernel.json","interpreterPath":"/bin/python3","name":"python385jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.8.5 64-bit","metadata":{"interpreter":{"sysPrefix":"/usr","envType":"Global","envName":"","envPath":"","path":"/bin/python3","architecture":3,"sysVersion":"3.8.5 (default, Jan 27 2021, 15:41:15) \n[GCC 9.3.0]","version":{"raw":"3.8.5","major":3,"minor":8,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.8.5 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"/usr","envType":"Global","envName":"","envPath":"","path":"/bin/python3","architecture":3,"sysVersion":"3.8.5 (default, Jan 27 2021, 15:41:15) \n[GCC 9.3.0]","version":{"raw":"3.8.5","major":3,"minor":8,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.8.5 64-bit"},"id":".jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher"}
Info 2021-11-15 12:09:29: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:29: Creating controller for jupyter-notebook with interpreter /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:09:29: Setting setActiveController for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:29: KernelProvider switched kernel to id = .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher
Info 2021-11-15 12:09:29: Starting Notebook in kernel.ts id = .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher
Info 2021-11-15 12:09:29: Creating raw notebook for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:29: Getting preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:29: Computing working directory file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:29: Connecting to raw session for file:///home/phillyharper/dask/CodePlayground.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","name":"python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}},"env":{}},"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"},"id":".jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher"}
Info 2021-11-15 12:09:29: Starting raw kernel Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)
Info 2021-11-15 12:09:29: installMissingDependencies /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:09:29: Loading kernelspec from /home/phillyharper/.local/share/jupyter/kernels/python3/kernel.json for undefined
Info 2021-11-15 12:09:29: Loading kernelspec from /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/share/jupyter/kernels/python3/kernel.json for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:09:29: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
Info 2021-11-15 12:09:29: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
Info 2021-11-15 12:09:29: TargetController found ID: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher for document file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:29: Setting controller affinity for file:///home/phillyharper/dask/CodePlayground.ipynb .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher
Info 2021-11-15 12:09:29: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
Info 2021-11-15 12:09:29: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-15 12:09:29: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-15 12:09:29: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-15 12:09:29: Registering dummy command feature
Info 2021-11-15 12:09:29: Install Missing Dependencies, Class name = S, completed in 435ms, has a falsy return value, Return Value: undefined
Info 2021-11-15 12:09:29: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-11-15 12:09:30: Pre-warming kernel daemon for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:09:30: Launching kernel daemon for Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) # /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:09:30: No custom variables for Kernel as interpreter is not conda, but is Poetry
Info 2021-11-15 12:09:30: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
Info 2021-11-15 12:09:30: Creating daemon process for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python with env variables count 75
Info 2021-11-15 12:09:30: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-15 12:09:30: Creating daemon process for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python with env variables count 75
Info 2021-11-15 12:09:30: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Error 2021-11-15 12:09:35: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_launcher_daemon.py", line 22, in <module>
    from vscode_datascience_helpers.kernel_launcher import launch_kernel
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_launcher.py", line 14, in <module>
    from ipython_genutils.encoding import getdefaultencoding
ModuleNotFoundError: No module named 'ipython_genutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 137, in <module>
    main()
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-11-15 12:09:35: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Pinging Daemon Failed, Class name = d, completed in 5001ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Failed to create daemon, Class name = d, completed in 5036ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Info 2021-11-15 12:09:35: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936" --shell=9002 --transport="tcp" --iopub=9004 --f=/tmp/tmp-1111xljrhHXlTghy.json
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936" --shell=9002 --transport="tcp" --iopub=9004 --f=/tmp/tmp-1111xljrhHXlTghy.json
Info 2021-11-15 12:09:35: Process Execution: cwd: ~/dask
cwd: ~/dask
Info 2021-11-15 12:09:35: Launching kernel daemon, Class name = p, completed in 5091ms, has a truthy return value, Arg 1: <Uri:/home/phillyharper/dask/CodePlayground.ipynb>, Arg 2: "/home/phillyharper/dask", Arg 3: {"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","name":"python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-1111xljrhHXlTghy.json"],"language":"python","path":"python","display_name":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}},"env":{}}, Arg 4: {"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}, Return Value: {"observableOutput":{"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","_handle":{"pid":1467},"spawnargs":["/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-1111xljrhHXlTghy.json"],"pid":1467,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false}}}
Info 2021-11-15 12:09:35: Launching kernel in kernelProcess.ts, Class name = y, completed in 5092ms, has a truthy return value, Arg 1: "/home/phillyharper/dask", Return Value: {"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","_handle":{"pid":1467},"spawnargs":["/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-1111xljrhHXlTghy.json"],"pid":1467,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false}}
Info 2021-11-15 12:09:35: Execute Cells request 1 0
Info 2021-11-15 12:09:35: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Error 2021-11-15 12:09:35: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_launcher_daemon.py", line 22, in <module>
    from vscode_datascience_helpers.kernel_launcher import launch_kernel
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_launcher.py", line 14, in <module>
    from ipython_genutils.encoding import getdefaultencoding
ModuleNotFoundError: No module named 'ipython_genutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 137, in <module>
    main()
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-11-15 12:09:35: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Pinging Daemon Failed, Class name = d, completed in 5001ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Failed to create daemon, Class name = d, completed in 5026ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:09:35: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Info 2021-11-15 12:09:35: KernelProcess error: /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(

Warn 2021-11-15 12:09:35: StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(

Info 2021-11-15 12:09:35: KernelProcess error: /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'fe3af3aa-7d0e-4cc7-957c-7e9fe628a936' instead of 'b"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936"'.
  warn(

Warn 2021-11-15 12:09:35: StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'fe3af3aa-7d0e-4cc7-957c-7e9fe628a936' instead of 'b"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936"'.
  warn(

Info 2021-11-15 12:09:35: KernelProcess output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing /tmp/tmp-1111xljrhHXlTghy.json

Info 2021-11-15 12:09:35: Kernel Output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing /tmp/tmp-1111xljrhHXlTghy.json

Warn 2021-11-15 12:09:35: Didn't get response for requestKernelInfo
Info 2021-11-15 12:09:35: Raw session started and connected
Started kernel Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)
Info 2021-11-15 12:09:35: Finished connecting f8970795-1fd9-4e89-a268-8be5510efb4f
Info 2021-11-15 12:09:35: Updating preferred kernel for remote notebook 3dafbf1d-ddf2-45c4-a4b1-1d84bba110db
Info 2021-11-15 12:09:35: Preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb is 3dafbf1d-ddf2-45c4-a4b1-1d84bba110db
Info 2021-11-15 12:09:35: UpdateWorkingDirectoryAndPath in Kernel
Info 2021-11-15 12:09:35: changeDirectoryIfPossible
Info 2021-11-15 12:09:35: Executing (status Idle) silently Code = import os\nimport sys\n%cd "/home/phillyharper/dask"\nif os.getcwd() not in sys.path:\nsys.path.inse
Info 2021-11-15 12:09:35: Executing silently Code (completed) = import os\nimport sys\n%cd "/home/phillyharper/dask"\nif os.getcwd() not in sys.path:\nsys.path.inse
Info 2021-11-15 12:09:35: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-15 12:09:35: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-15 12:09:35: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-15 12:09:35: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-15 12:09:35: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-15 12:09:35: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-15 12:09:35: Waiting for idle on (kernel): 3dafbf1d-ddf2-45c4-a4b1-1d84bba110db -> idle
Info 2021-11-15 12:09:35: Finished waiting for idle on (kernel): 3dafbf1d-ddf2-45c4-a4b1-1d84bba110db -> idle
Info 2021-11-15 12:09:35: IPyWidgetScriptSource.initialize
Info 2021-11-15 12:09:36: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 1
Info 2021-11-15 12:11:24: Execute Cell 1 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Loading webview. View is notset
Info 2021-11-15 12:11:24: Execute Cells request 1 0
Info 2021-11-15 12:11:24: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 0
Info 2021-11-15 12:11:24: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 0
Info 2021-11-15 12:11:24: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 0
Info 2021-11-15 12:11:24: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Execute Cells request 1 0
Info 2021-11-15 12:11:24: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Dispose kernel file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Kernel got disposed as a result of notebook.onDisposed file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Kernel got disposed, hence there is no longer a kernel associated with file:///home/phillyharper/dask/CodePlayground.ipynb file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Shutting down session file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Shutdown session - current session
Info 2021-11-15 12:11:24: shutdownSession 3dafbf1d-ddf2-45c4-a4b1-1d84bba110db, .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher - start
Info 2021-11-15 12:11:24: Session can be shutdown .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher
Info 2021-11-15 12:11:24: Dispose Kernel process
Info 2021-11-15 12:11:24: Notebook Closed file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:11:24: Loading web view...
Info 2021-11-15 12:11:24: Dispose Kernel process
Info 2021-11-15 12:11:24: Webview panel created.
Info 2021-11-15 12:11:24: shutdownSession 3dafbf1d-ddf2-45c4-a4b1-1d84bba110db, .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher - shutdown complete
Info 2021-11-15 12:11:24: Dispose Kernel process
Info 2021-11-15 12:11:24: Shutdown session - get restart session
Info 2021-11-15 12:11:24: Shutdown session -- complete
Info 2021-11-15 12:11:24: KernelProcess Exit Exit - undefined /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(
/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'fe3af3aa-7d0e-4cc7-957c-7e9fe628a936' instead of 'b"fe3af3aa-7d0e-4cc7-957c-7e9fe628a936"'.
  warn(

Info 2021-11-15 12:13:49: Setting setActiveController for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:13:49: KernelProvider switched kernel to id = .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher
Info 2021-11-15 12:13:49: Starting Notebook in kernel.ts id = .jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher
Info 2021-11-15 12:13:49: Creating raw notebook for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:13:49: Getting preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:13:49: Computing working directory file:///home/phillyharper/dask/CodePlayground.ipynb
Error 2021-11-15 12:13:49: Error Loading WebviewPanel: Error: Webview is disposed
Info 2021-11-15 12:13:49: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
Info 2021-11-15 12:13:49: Connecting to raw session for file:///home/phillyharper/dask/CodePlayground.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","name":"python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}},"env":{}},"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"},"id":".jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python./home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/python.-m#ipykernel_launcher"}
Info 2021-11-15 12:13:49: Starting raw kernel Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)
Info 2021-11-15 12:13:49: installMissingDependencies /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:13:49: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
Info 2021-11-15 12:13:49: Creating controller for jupyter-notebook with interpreter /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:13:49: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import jupyter"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import jupyter"
Info 2021-11-15 12:13:49: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import notebook"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import notebook"
Info 2021-11-15 12:13:49: Install Missing Dependencies, Class name = S, completed in 524ms, has a falsy return value, Return Value: undefined
Info 2021-11-15 12:13:49: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-11-15 12:13:49: Pre-warming kernel daemon for file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:13:49: Launching kernel daemon for Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) # /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python
Info 2021-11-15 12:13:49: No custom variables for Kernel as interpreter is not conda, but is Poetry
Info 2021-11-15 12:13:49: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -c "import ipykernel"
Info 2021-11-15 12:13:50: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"49123d73-40be-41b8-aa24-d5d8f7004460" --shell=9002 --transport="tcp" --iopub=9004 --f=/tmp/tmp-1111kQGTEQ886W2A.json
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"49123d73-40be-41b8-aa24-d5d8f7004460" --shell=9002 --transport="tcp" --iopub=9004 --f=/tmp/tmp-1111kQGTEQ886W2A.json
Info 2021-11-15 12:13:50: Process Execution: cwd: ~/dask
cwd: ~/dask
Info 2021-11-15 12:13:50: Launching kernel daemon, Class name = p, completed in 150ms, has a truthy return value, Arg 1: <Uri:/home/phillyharper/dask/CodePlayground.ipynb>, Arg 2: "/home/phillyharper/dask", Arg 3: {"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326/kernel.json","interpreterPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","name":"python397jvsc74a57bd034c480824bb179360aae7373a7c3e141a2f7282a20b18bcbc17b1390ccc45326","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"49123d73-40be-41b8-aa24-d5d8f7004460\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-1111kQGTEQ886W2A.json"],"language":"python","path":"python","display_name":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)","metadata":{"interpreter":{"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}},"env":{}}, Arg 4: {"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}, Return Value: {"observableOutput":{"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","_handle":{"pid":1535},"spawnargs":["/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"49123d73-40be-41b8-aa24-d5d8f7004460\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-1111kQGTEQ886W2A.json"],"pid":1535,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false}}}
Info 2021-11-15 12:13:50: Launching kernel in kernelProcess.ts, Class name = y, completed in 151ms, has a truthy return value, Arg 1: "/home/phillyharper/dask", Return Value: {"proc":{"_events":{},"_eventsCount":0,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","_handle":{"pid":1535},"spawnargs":["/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"49123d73-40be-41b8-aa24-d5d8f7004460\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-1111kQGTEQ886W2A.json"],"pid":1535,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":1,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":2,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false}}
Info 2021-11-15 12:13:50: Creating daemon process for /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python with env variables count 75
Info 2021-11-15 12:13:50: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-11-15 12:13:50: KernelProcess error: /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(
/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '49123d73-40be-41b8-aa24-d5d8f7004460' instead of 'b"49123d73-40be-41b8-aa24-d5d8f7004460"'.
  warn(

Warn 2021-11-15 12:13:50: StdErr from Kernel Process /home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(
/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '49123d73-40be-41b8-aa24-d5d8f7004460' instead of 'b"49123d73-40be-41b8-aa24-d5d8f7004460"'.
  warn(

Info 2021-11-15 12:13:50: KernelProcess output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing /tmp/tmp-1111kQGTEQ886W2A.json

Info 2021-11-15 12:13:50: Kernel Output: NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing /tmp/tmp-1111kQGTEQ886W2A.json

Warn 2021-11-15 12:13:50: Didn't get response for requestKernelInfo
Info 2021-11-15 12:13:50: Raw session started and connected
Started kernel Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)
Info 2021-11-15 12:13:50: Finished connecting f8970795-1fd9-4e89-a268-8be5510efb4f
Info 2021-11-15 12:13:50: UpdateWorkingDirectoryAndPath in Kernel
Error 2021-11-15 12:13:55: Failed to start the Daemon, StdErr:  Traceback (most recent call last):
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 126, in main
    daemon_module = importlib.import_module(args.daemon_module)
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_launcher_daemon.py", line 22, in <module>
    from vscode_datascience_helpers.kernel_launcher import launch_kernel
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/kernel_launcher.py", line 14, in <module>
    from ipython_genutils.encoding import getdefaultencoding
ModuleNotFoundError: No module named 'ipython_genutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 137, in <module>
    main()
  File "/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/pythonFiles/vscode_datascience_helpers/daemon/__main__.py", line 133, in main
    raise Exception("Failed to start daemon")
Exception: Failed to start daemon

Error 2021-11-15 12:13:55: Failed to start the Daemon, ProcEndEx [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:13:55: Failed  to start the Daemon, Ex [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:13:55: Pinging Daemon Failed, Class name = d, completed in 5002ms, has a falsy return value, Arg 1: {}, Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:13:55: Failed to create daemon, Class name = d, completed in 5086ms, has a falsy return value, , Return Value: undefined [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Error 2021-11-15 12:13:55: Failed to create the daemon service, defaulting to activated environment [Error: Timeout waiting for daemon to start
	at Timeout._onTimeout (/home/phillyharper/.vscode-server/extensions/ms-toolsai.jupyter-2021.10.1101450599/out/client/extension.js:51:203061)
	at listOnTimeout (internal/timers.js:554:17)
	at processTimers (internal/timers.js:497:7)]
Info 2021-11-15 12:14:08: Execute Cells request 1 0
Info 2021-11-15 12:14:08: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:14:08: Execute Cells request 1 0
Info 2021-11-15 12:14:08: Execute Cell 0 file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:14:08: Find preferred kernel for file:///home/phillyharper/dask/CodePlayground.ipynb with metadata {"interpreter":{"hash":"5b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6"},"kernelspec":{"display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.7"},"orig_nbformat":4} & preferred interpreter {"sysPrefix":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","envType":"Poetry","envName":"django_signally-JCl81_Vu-py3.9","envPath":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9","path":"/home/phillyharper/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python","architecture":3,"sysVersion":"3.9.7 (default, Aug 30 2021, 19:19:13) \n[GCC 5.4.0 20160609]","version":{"raw":"3.9.7","major":3,"minor":9,"patch":7,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry)"}
Info 2021-11-15 12:14:08: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-11-15 12:14:08: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-11-15 12:14:08: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-11-15 12:14:08: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-11-15 12:14:08: findPreferredKernel score for speclanguage=python, Python 3.8.5 64-bit is -1
Info 2021-11-15 12:14:08: findPreferredKernel score for Python3, Python 3.8.5 64-bit is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for Python 3.8.5 64-bit is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for speclanguage=python, Python 3.8.5 64-bit is -1
Info 2021-11-15 12:14:08: findPreferredKernel score for Python3, Python 3.8.5 64-bit is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for Python 3.8.5 64-bit is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for speclanguage=python, Python 3.9.7 64-bit is -1
Info 2021-11-15 12:14:08: findPreferredKernel score for Python3, Python 3.9.7 64-bit is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for Python 3.9.7 64-bit is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for speclanguage=python, Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is -1
Info 2021-11-15 12:14:08: findPreferredKernel score for Python3, Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is 2
Info 2021-11-15 12:14:08: findPreferredKernel score for Python 3.9.7 64-bit ('django_signally-JCl81_Vu-py3.9': poetry) is 2
Info 2021-11-15 12:14:08: findKernel found Python 3.8.5 64-bit
Info 2021-11-15 12:14:08: Find kernel spec, Class name = k, completed in 19549ms, has a truthy return value, Arg 1: <Uri:/home/phillyharper/dask/CodePlayground.ipynb>, Arg 2: {"interpreter":{"hash":"5b1a47c965d223810fc2bf448e115648abee55f36e887c0ea3b282d7979de7a6"},"kernelspec":{"display_name":"Python 3.9.4 64-bit ('django_signally-xNHOe2Gk-py3.9': venv)","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.9.7"},"orig_nbformat":4}, Arg 3: {"_isCancelled":false,"_emitter":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/phillyharper/.local/share/jupyter/kernels/python385jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1/kernel.json","interpreterPath":"/bin/python3","name":"python385jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.8.5 64-bit","metadata":{"interpreter":{"sysPrefix":"/usr","envType":"Global","envName":"","envPath":"","path":"/bin/python3","architecture":3,"sysVersion":"3.8.5 (default, Jan 27 2021, 15:41:15) \n[GCC 9.3.0]","version":{"raw":"3.8.5","major":3,"minor":8,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.8.5 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"/usr","envType":"Global","envName":"","envPath":"","path":"/bin/python3","architecture":3,"sysVersion":"3.8.5 (default, Jan 27 2021, 15:41:15) \n[GCC 9.3.0]","version":{"raw":"3.8.5","major":3,"minor":8,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.8.5 64-bit"},"id":".jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher"}
Info 2021-11-15 12:14:08: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:14:08: TargetController found ID: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher for document file:///home/phillyharper/dask/CodePlayground.ipynb
Info 2021-11-15 12:14:08: Setting controller affinity for file:///home/phillyharper/dask/CodePlayground.ipynb .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher
Info 2021-11-15 12:14:08: Hiding default kernel spec Python 3 (ipykernel), python
Info 2021-11-15 12:14:08: changeDirectoryIfPossible
Info 2021-11-15 12:14:08: Executing (status Idle) silently Code = import os\nimport sys\n%cd "/home/phillyharper/dask"\nif os.getcwd() not in sys.path:\nsys.path.inse
Info 2021-11-15 12:14:08: Executing silently Code (completed) = import os\nimport sys\n%cd "/home/phillyharper/dask"\nif os.getcwd() not in sys.path:\nsys.path.inse
Info 2021-11-15 12:14:08: Executing (status Idle) silently Code = %config Completer.use_jedi = False
Info 2021-11-15 12:14:08: Executing silently Code (completed) = %config Completer.use_jedi = False
Info 2021-11-15 12:14:08: Executing (status Idle) silently Code = %config InlineBackend.figure_formats = ['png']
Info 2021-11-15 12:14:08: Executing silently Code (completed) = %config InlineBackend.figure_formats = ['png']
Info 2021-11-15 12:14:08: Executing (status Idle) silently Code = import sys\nprint(sys.executable)
Info 2021-11-15 12:14:08: Executing silently Code (completed) = import sys\nprint(sys.executable)
Info 2021-11-15 12:14:08: Waiting for idle on (kernel): 53c69345-c5db-4ac0-ac4c-3d51d93a04a8 -> idle
Info 2021-11-15 12:14:08: Finished waiting for idle on (kernel): 53c69345-c5db-4ac0-ac4c-3d51d93a04a8 -> idle
Info 2021-11-15 12:14:08: IPyWidgetScriptSource.initialize
Info 2021-11-15 12:14:08: Process Execution: > ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list
> ~/.cache/pypoetry/virtualenvs/django_signally-JCl81_Vu-py3.9/bin/python -m pip list

@DonJayamanne
Copy link
Contributor Author

@NomeChomsky

Here is a screen recording of the issue:
https://user-images.githubusercontent.com/46587871/141781413-34b26852-0c9c-4c3c-b537-46981512b6fc.mp4

The issue persists. I tried to downgrade versions of Vscode but it still persisted then vscode automatically updated me anyway. I also tried to get down a version on the dev/beta insider release, but the problem remains.

@DonJayamanne
Copy link
Contributor Author

@NomeChomsky

I totally re-installed windows 11, and with it WSL2 (Ubuntu 20.04). I re-installed the poetry environment, (lots of dependencies) and I installed code-insiders. Even on a fresh install the problem remains - it can take up to a minute for a cell to run, the same cells I shared above. I thought it might have been a problem with python versions, or pyenv, but I even installed a new version of python for the poetry env to use (3.10) and the problem persists.

The notebooks often won't save, the cells take a very long time to run or do not run at all, and the notebooks take a long time to open and become ready to run cells. Vscode seems to take a long while to open python interpreters also - it gives the spinning wheel for probably 90 seconds to two minutes.

@DonJayamanne
Copy link
Contributor Author

@DonJayamanne

@NomeChomsky
Ok, having had a look at the recoding, I can tell its a completely separate issue.
You are not experiencing delays in execution nor delays in the new version (from what you're telling me its slow even in other versions).
When looking at the recording, the cell runs in 2 seconds, but it takes a long time to open the notebook & a long time for the run button to appear.
I'm going to create a separate issue so we can track this and discuss this separately.

@DonJayamanne DonJayamanne added the perf Performance issues label Nov 16, 2021
@DonJayamanne
Copy link
Contributor Author

@NomeChomsky

I've created this new issue so we can track the problem you are facing.
Once again, I'm sorry for the trouble you are experiencing & I'm certain we can get this fixed, thanks for your patience.

Finally I'll create a new VSIX with some additional changes today and provide it to you so you can test that out.

@DonJayamanne DonJayamanne changed the title Slow to open a notebook and get list of kernels Slow to open a notebook and run cells kernels Nov 16, 2021
@philmade
Copy link

Thanks - very helpful. So more info - it responds well enough when switching inter[reters in the top right. If I choose my global python 3.10 version it asks me to install ipykernel (as its not installed globally)

So I thought I'd try removing ipykernel from my poetry env, and reinstalling it. This sort of worked, the first cell ran much faster the first time round,. But on reporting an exception (in the first cell) I was right back at square one, the notebook became unstable again.

@DonJayamanne
Copy link
Contributor Author

This sort of worked, the first cell ran much faster the

Thats great news. Do you have any idea what version was installed.
If you do manage to repro this same issue again, please do let me know, I'd like to get to the bottom of that. Basically find a way so the extension can notify you (& other users) and suggest to install a later version of ipykernel or the like.

Again, thanks for the feedback.

But on reporting an exception (in the first cell) I was right back at square one, the notebook became unstable again.

What do you mean by reporting an exception?
Please could you do me a favor, please could you try the following:

  • Take a screen recording (fyi you can use gifcap.dev if you prefer that's an easy way, zero install experience)
  • Repro the bug you mentioned above (`reporting an exception in the first cell)
  • Provide the logs from Jupyter output panel

The screen recordings & logs help a great deals, & thanks again.

@philmade
Copy link

Ok so right now it is working a bit better. Interestingly, reinstalling the ipykernel did seem to do something but the version didn't change. This is the poetry readout on my env:

 Removing debugpy (1.5.1)
  • Removing entrypoints (0.3)
  • Removing ipykernel (6.5.0)
  • Removing jupyter-client (7.0.6)
  • Removing jupyter-core (4.9.1)
  • Removing nest-asyncio (1.5.1)
  • Removing pyzmq (22.3.0)
• Installing entrypoints (0.3)
  • Installing jupyter-core (4.9.1)
  • Installing nest-asyncio (1.5.1)
  • Installing pyzmq (22.3.0)
  • Installing debugpy (1.5.1)
  • Installing jupyter-client (7.0.6)
  • Installing ipykernel (6.5.0)

@DonJayamanne
Copy link
Contributor Author

Thanks, possible some other dependency was updated/re-installed (re-compiled).
E.g. we have found that re-installing pyzmq & other packages seems to fix a few issues.

Thats great news.
FYI - Please do use VS Code insiders, I'm certain you'll notice a few improvements there.
Also, please do let me know if you are still running into any issues or not, i.e. whether we can close this issue.

@philmade
Copy link

Ok great - I will keep an eye on it (obviously - what else can I do!?) for a few days and then report back here.
I'll continue to use code-insiders.

@DonJayamanne
Copy link
Contributor Author

I'm going to close this for now, but please feel free to re-open this or create a new issue when u run into this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug perf Performance issues
Projects
None yet
Development

No branches or pull requests

2 participants