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

Kite is not running on Jupyter lab #752

Closed
TroddenSpade opened this issue May 13, 2021 · 13 comments
Closed

Kite is not running on Jupyter lab #752

TroddenSpade opened this issue May 13, 2021 · 13 comments

Comments

@TroddenSpade
Copy link

TroddenSpade commented May 13, 2021

Required Information

OS: macOS BigSur 11.3.1

$ pip list
...
jupyter-client      6.1.12
jupyter-core        4.7.1
jupyter-kite        2.0.2
jupyter-server      1.7.0
jupyterlab          3.0.15
jupyterlab-kite     2.0.2
jupyterlab-pygments 0.1.2
jupyterlab-server   2.5.1
jupyterlab-widgets  1.0.0
$ jupyter server extension list      
Config dir: /Users/parsasam/.jupyter

Config dir: /Library/Frameworks/Python.framework/Versions/3.8/etc/jupyter
    jupyter_kite enabled
    - Validating jupyter_kite...
      jupyter_kite 2.0.2 OK
    jupyterlab enabled
    - Validating jupyterlab...
      jupyterlab 3.0.15 OK
    nbclassic enabled
    - Validating nbclassic...
      nbclassic  OK

Config dir: /usr/local/etc/jupyter
$ jupyter lab extension list
Config dir: /Users/parsasam/.jupyter

Config dir: /Library/Frameworks/Python.framework/Versions/3.8/etc/jupyter
    jupyter_kite enabled
    - Validating jupyter_kite...
      jupyter_kite 2.0.2 OK
    jupyterlab enabled
    - Validating jupyterlab...
      jupyterlab 3.0.15 OK
    nbclassic enabled
    - Validating nbclassic...
      nbclassic  OK

Config dir: /usr/local/etc/jupyter

Describe the bug
Kite is running perfectly on VSCode. But on Jupyter lab the status is Kite:not running, and also encounters the following in the terminal:

[I 2021-05-13 18:11:39.058 LabApp] Build is up to date
[region= release=] 2021/05/13 18:11:40.422297 main.go:14: Kite-LSP Starting...
[W 2021-05-13 18:11:43.250 ServerApp] Notebook kite_tutorial.ipynb is not trusted
[I 2021-05-13 18:11:43.895 ServerApp] Kernel started: c740871c-ea0a-4d00-b3ae-e5df288b2b1d
[W 2021-05-13 18:11:48.531 ServerApp] Got events for closed stream None
[region= release=] 2021/05/13 18:11:48.592402 server.go:103: "file URL specifies non-local host"
[region= release=] 2021/05/13 18:11:48.648455 server.go:115: "file URL specifies non-local host"
[region= release=] 2021/05/13 18:11:48.753538 server.go:115: "file URL specifies non-local host"
[region= release=] 2021/05/13 18:11:48.753552 server.go:115: "file URL specifies non-local host"
[region= release=] 2021/05/13 18:11:48.760788 jsonrpc2.go:57: file URL specifies non-local host
github.com/kiteco/kiteco/kite-go/lsp/jsonrpc2.(*Request).Reply
	/Users/kite/build_repos/release/src/github.com/kiteco/kiteco/kite-go/lsp/jsonrpc2/jsonrpc2.go:57
github.com/kiteco/kiteco/kite-go/lsp.Server.Handle
	/Users/kite/build_repos/release/src/github.com/kiteco/kiteco/kite-go/lsp/server.go:182
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1374
[region= release=] 2021/05/13 18:11:48.766974 jsonrpc2.go:57: file URL specifies non-local host
github.com/kiteco/kiteco/kite-go/lsp/jsonrpc2.(*Request).Reply
	/Users/kite/build_repos/release/src/github.com/kiteco/kiteco/kite-go/lsp/jsonrpc2/jsonrpc2.go:57
github.com/kiteco/kiteco/kite-go/lsp.Server.Handle
	/Users/kite/build_repos/release/src/github.com/kiteco/kiteco/kite-go/lsp/server.go:182
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1374
[region= release=] 2021/05/13 18:11:48.767024 jsonrpc2.go:57: file URL specifies non-local host
github.com/kiteco/kiteco/kite-go/lsp/jsonrpc2.(*Request).Reply
	/Users/kite/build_repos/release/src/github.com/kiteco/kiteco/kite-go/lsp/jsonrpc2/jsonrpc2.go:57
github.com/kiteco/kiteco/kite-go/lsp.Server.Handle
	/Users/kite/build_repos/release/src/github.com/kiteco/kiteco/kite-go/lsp/server.go:182
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1374
@sehejjain
Copy link

Same

@Jordan20190913
Copy link

OS: win10, ver20H2 19042.985

pip list
anyio 3.0.1
argon2-cffi 20.1.0
async-generator 1.10
attrs 21.2.0
Babel 2.9.1
backcall 0.2.0
bash-kernel 0.7.2
bleach 3.3.0
certifi 2020.12.5
cffi 1.14.5
chardet 4.0.0
colorama 0.4.4
decorator 5.0.7
defusedxml 0.7.1
entrypoints 0.3
idna 2.10
ipykernel 5.5.4
ipython 7.23.1
ipython-genutils 0.2.0
jedi 0.18.0
Jinja2 3.0.0
json5 0.9.5
jsonschema 3.2.0
jupyter-client 6.2.0
jupyter-core 4.7.1
jupyter-kite 2.0.2
jupyter-server 1.7.0
jupyterlab 3.0.15
jupyterlab-kite 2.0.2
jupyterlab-language-pack-zh-CN 0.0.1.dev0
jupyterlab-pygments 0.1.2
jupyterlab-server 2.5.1
MarkupSafe 2.0.0
matplotlib-inline 0.1.2
mistune 0.8.4
nbclassic 0.2.8
nbclient 0.5.3
nbconvert 6.0.7
nbformat 5.1.3
nest-asyncio 1.5.1
notebook 6.3.0
packaging 20.9
pandocfilters 1.4.3
parso 0.8.2
pexpect 4.8.0
pickleshare 0.7.5
pip 21.1.1
prometheus-client 0.10.1
prompt-toolkit 3.0.18
ptyprocess 0.7.0
pycparser 2.20
Pygments 2.9.0
pyparsing 2.4.7
pyrsistent 0.17.3
python-dateutil 2.8.1
pytz 2021.1
pywin32 300
pywinpty 0.5.7
pyzmq 22.0.3
requests 2.25.1
Send2Trash 1.5.0
setuptools 56.0.0
six 1.16.0
sniffio 1.2.0
terminado 0.9.5
testpath 0.4.4
tornado 6.1
traitlets 5.0.5
urllib3 1.26.4
wcwidth 0.2.5
webencodings 0.5.1
websocket-client 0.59.0

jupyter server extension list
Config dir: C:\Users\LZZ.jupyter

Config dir: d:\jupyterlab\etc\jupyter
jupyter_kite enabled
- Validating jupyter_kite...
jupyter_kite 2.0.2 ok
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.0.15 ok
nbclassic enabled
- Validating nbclassic...
nbclassic ok

Config dir: C:\ProgramData\jupyter

jupyter lab extension list
Config dir: C:\Users\LZZ.jupyter

Config dir: d:\jupyterlab\etc\jupyter
jupyter_kite enabled
- Validating jupyter_kite...
jupyter_kite 2.0.2 ok
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.0.15 ok
nbclassic enabled
- Validating nbclassic...
nbclassic ok

Config dir: C:\ProgramData\jupyter

Describe the bug
Kite is running perfectly on Pycharm. But on Jupyter lab the status is Kite:not running, and encounters nothing wrong in the terminal:

[D 2021-05-15 09:41:22.915 ServerApp] Searching ['D:\JupyterLab', 'C:\Users\LZZ\.jupyter', 'd:\jupyterlab\etc\jupyter', 'C:\ProgramData\jupyter'] for config files
[D 2021-05-15 09:41:22.916 ServerApp] Looking for jupyter_config in C:\ProgramData\jupyter
[D 2021-05-15 09:41:22.917 ServerApp] Looking for jupyter_config in d:\jupyterlab\etc\jupyter
[D 2021-05-15 09:41:22.917 ServerApp] Looking for jupyter_config in C:\Users\LZZ.jupyter
[D 2021-05-15 09:41:22.918 ServerApp] Looking for jupyter_config in D:\JupyterLab
[D 2021-05-15 09:41:22.919 ServerApp] Looking for jupyter_server_config in C:\ProgramData\jupyter
[D 2021-05-15 09:41:22.920 ServerApp] Looking for jupyter_server_config in d:\jupyterlab\etc\jupyter
[D 2021-05-15 09:41:22.920 ServerApp] Looking for jupyter_server_config in C:\Users\LZZ.jupyter
[D 2021-05-15 09:41:22.920 ServerApp] Looking for jupyter_server_config in D:\JupyterLab
[D 2021-05-15 09:41:22.923 ServerApp] Paths used for configuration of jupyter_server_config:
C:\ProgramData\jupyter\jupyter_server_config.json
[D 2021-05-15 09:41:22.924 ServerApp] Paths used for configuration of jupyter_server_config:
d:\jupyterlab\etc\jupyter\jupyter_server_config.d\jupyter-kite-serverextension.json
d:\jupyterlab\etc\jupyter\jupyter_server_config.d\jupyterlab.json
d:\jupyterlab\etc\jupyter\jupyter_server_config.d\nbclassic.json
d:\jupyterlab\etc\jupyter\jupyter_server_config.json
[D 2021-05-15 09:41:22.926 ServerApp] Paths used for configuration of jupyter_server_config:
C:\Users\LZZ.jupyter\jupyter_server_config.json
[I 2021-05-15 09:41:22.957 ServerApp] jupyter_kite | extension was successfully linked.
[D 2021-05-15 09:41:22.977 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'min_open_files_limit': 0, 'password_required': False, 'port_retries': 0, 'root_dir': 'E:/GIT/NoteBook_Work', 'shutdown_no_activity_timeout': 900, 'token': '', 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue {'update': {'jupyter_kite': True, 'nbclassic': True}}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2021-05-15 09:41:22.980 ServerApp] jupyterlab | extension was successfully linked.
[D 2021-05-15 09:41:22.997 NotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'min_open_files_limit': 0, 'password_required': False, 'port_retries': 0, 'root_dir': 'E:/GIT/NoteBook_Work', 'shutdown_no_activity_timeout': 900, 'token': '', 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterlab': True, 'jupyter_kite': True, 'nbclassic': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2021-05-15 09:41:23.396 ServerApp] Paths used for configuration of jupyter_notebook_config:
C:\Users\LZZ.jupyter\jupyter_notebook_config.json
[D 2021-05-15 09:41:23.397 ServerApp] Paths used for configuration of jupyter_notebook_config:
C:\ProgramData\jupyter\jupyter_notebook_config.json
[D 2021-05-15 09:41:23.399 ServerApp] Paths used for configuration of jupyter_notebook_config:
d:\jupyterlab\etc\jupyter\jupyter_notebook_config.d\jupyterlab.json
d:\jupyterlab\etc\jupyter\jupyter_notebook_config.json
[D 2021-05-15 09:41:23.401 ServerApp] Paths used for configuration of jupyter_notebook_config:
C:\Users\LZZ.jupyter\jupyter_notebook_config.json
[I 2021-05-15 09:41:23.401 ServerApp] nbclassic | extension was successfully linked.
[D 2021-05-15 09:41:23.403 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'NotebookApp': {}, 'ServerApp': {'min_open_files_limit': 0, 'password_required': False, 'port_retries': 0, 'root_dir': 'E:/GIT/NoteBook_Work', 'shutdown_no_activity_timeout': 900, 'token': '', 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterlab': True, 'jupyter_kite': True, 'nbclassic': True}>}}
[D 2021-05-15 09:41:23.405 ServerApp] Ignoring min_open_files_limit because the limit cannot be adjusted (for example, on Windows)
[W 2021-05-15 09:41:23.542 ServerApp] All authentication is disabled. Anyone who can connect to this server will be able to run code.
[D 2021-05-15 09:41:23.611 ServerApp] [lsp] rootUri will be file:///e:/GIT/NoteBook_Work
[D 2021-05-15 09:41:23.612 ServerApp] [lsp] virtualDocumentsUri will be file:///e:/GIT/NoteBook_Work/.virtual_documents
[D 2021-05-15 09:41:23.613 ServerApp] [lsp] The following Language Servers will be available: {
"kitels": {
"argv": [
"C:\Program Files\Kite\kite-lsp.exe"
],
"display_name": "kite",
"languages": [
"python"
],
"mime_types": [
"text/python",
"text/x-ipython"
],
"version": 2
}
}
[I 2021-05-15 09:41:23.616 ServerApp] jupyter_kite | extension was successfully loaded.
[I 2021-05-15 09:41:23.620 LabApp] JupyterLab extension loaded from d:\jupyterlab\lib\site-packages\jupyterlab
[I 2021-05-15 09:41:23.621 LabApp] JupyterLab application directory is D:\JupyterLab\share\jupyter\lab
[I 2021-05-15 09:41:23.630 ServerApp] jupyterlab | extension was successfully loaded.
[I 2021-05-15 09:41:23.644 ServerApp] nbclassic | extension was successfully loaded.
[I 2021-05-15 09:41:23.892 ServerApp] Will shut down after 900 seconds with no kernels or terminals.
[I 2021-05-15 09:41:23.892 ServerApp] Serving notebooks from local directory: E:/GIT/NoteBook_Work
[I 2021-05-15 09:41:23.893 ServerApp] Jupyter Server 1.7.0 is running at:
[I 2021-05-15 09:41:23.893 ServerApp] http://localhost:8888/lab
[I 2021-05-15 09:41:23.893 ServerApp] http://127.0.0.1:8888/lab
[I 2021-05-15 09:41:23.894 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2021-05-15 09:41:23.991 ServerApp] 200 GET /api/terminals?1621042881444 (::1) 1.00ms
[D 2021-05-15 09:41:23.996 ServerApp] 200 GET /api/contents?content=1&1621042883043 (::1) 7.00ms
[D 2021-05-15 09:41:25.446 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:25.449 ServerApp] Paths used for configuration of page_config:
d:\jupyterlab\etc\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:25.451 ServerApp] Paths used for configuration of page_config:
C:\Users\LZZ.jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:25.542 LabApp] Using contents: services/contents
[D 2021-05-15 09:41:25.549 LabApp] 304 GET /lab (::1) 109.99ms
[D 2021-05-15 09:41:25.610 ServerApp] Path @kiteco\jupyterlab-kite\static\remoteEntry.89de933cbecc57badb36.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\remoteEntry.89de933cbecc57badb36.js
[D 2021-05-15 09:41:25.611 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/remoteEntry.89de933cbecc57badb36.js (::1) 2.99ms
[D 2021-05-15 09:41:25.681 ServerApp] Initializing websocket connection /api/kernels/268fdcbd-f6de-40f2-bb90-635cc5d8e2aa/channels
[W 2021-05-15 09:41:25.686 ServerApp] 404 GET /api/kernels/268fdcbd-f6de-40f2-bb90-635cc5d8e2aa/channels?session_id=58cf96e4-1b73-41db-a4cf-ebf1860c7515 (::1): Kernel does not exist: 268fdcbd-f6de-40f2-bb90-635cc5d8e2aa
[D 2021-05-15 09:41:25.688 ServerApp] Using contents: services/contents
[D 2021-05-15 09:41:25.723 ServerApp] Path favicon.ico served from d:\jupyterlab\lib\site-packages\jupyter_server\static\favicon.ico
[D 2021-05-15 09:41:25.726 ServerApp] Path style/bootstrap.min.css served from d:\jupyterlab\lib\site-packages\jupyter_server\static\style\bootstrap.min.css
[D 2021-05-15 09:41:25.729 ServerApp] Path style/bootstrap-theme.min.css served from d:\jupyterlab\lib\site-packages\jupyter_server\static\style\bootstrap-theme.min.css
[D 2021-05-15 09:41:25.730 ServerApp] Path style/index.css served from d:\jupyterlab\lib\site-packages\jupyter_server\static\style\index.css
[D 2021-05-15 09:41:25.732 ServerApp] Path logo/logo.png served from d:\jupyterlab\lib\site-packages\jupyter_server\static\logo\logo.png
[W 2021-05-15 09:41:25.734 ServerApp] 404 GET /api/kernels/268fdcbd-f6de-40f2-bb90-635cc5d8e2aa/channels?session_id=58cf96e4-1b73-41db-a4cf-ebf1860c7515 (::1) 54.00ms referer=None
[D 2021-05-15 09:41:26.559 ServerApp] Path @kiteco\jupyterlab-kite\static\158.d8e73706d03668b124b2.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\158.d8e73706d03668b124b2.js
[D 2021-05-15 09:41:26.561 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/158.d8e73706d03668b124b2.js (::1) 3.00ms
[D 2021-05-15 09:41:26.564 ServerApp] Path @kiteco\jupyterlab-kite\static\290.43cc148a860c782f623b.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\290.43cc148a860c782f623b.js
[D 2021-05-15 09:41:26.566 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/290.43cc148a860c782f623b.js (127.0.0.1) 3.00ms
[D 2021-05-15 09:41:26.567 ServerApp] Path @kiteco\jupyterlab-kite\static\249.a2fcc30aeb33da4c9ace.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\249.a2fcc30aeb33da4c9ace.js
[D 2021-05-15 09:41:26.570 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/249.a2fcc30aeb33da4c9ace.js (::1) 7.00ms
[D 2021-05-15 09:41:26.688 ServerApp] Path @kiteco\jupyterlab-kite\static\219.77a6986458cd6e02bec5.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\219.77a6986458cd6e02bec5.js
[D 2021-05-15 09:41:26.690 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/219.77a6986458cd6e02bec5.js (::1) 3.00ms
[D 2021-05-15 09:41:26.693 ServerApp] Path @kiteco\jupyterlab-kite\static\736.46132cbc0a7e8a7a9ad7.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\736.46132cbc0a7e8a7a9ad7.js
[D 2021-05-15 09:41:26.694 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/736.46132cbc0a7e8a7a9ad7.js (::1) 2.01ms
[D 2021-05-15 09:41:26.779 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:26.779 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:26.780 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:41:26.790 ServerApp] 200 GET /api/kernelspecs?1621042886772 (::1) 14.02ms
[D 2021-05-15 09:41:26.795 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:26.796 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:26.798 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:26.857 LabApp] 200 GET /lab/api/settings?1621042886777 (127.0.0.1) 64.99ms
[D 2021-05-15 09:41:27.102 ServerApp] 200 GET /api/kernels?1621042887080 (127.0.0.1) 1.00ms
[D 2021-05-15 09:41:27.108 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:27.109 ServerApp] Paths used for configuration of page_config:
d:\jupyterlab\etc\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:27.110 ServerApp] Paths used for configuration of page_config:
C:\Users\LZZ.jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:27.112 LabApp] Using contents: services/contents
[D 2021-05-15 09:41:27.113 LabApp] 200 GET /lab/workspaces/auto-D?reset (127.0.0.1) 8.00ms
[D 2021-05-15 09:41:27.115 ServerApp] 200 GET /api/terminals?1621042887083 (::1) 2.01ms
[D 2021-05-15 09:41:27.116 ServerApp] 200 GET /api/sessions?1621042887081 (::1) 2.00ms
[D 2021-05-15 09:41:27.119 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:27.119 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:27.120 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:41:27.124 ServerApp] 200 GET /api/kernelspecs?1621042887085 (::1) 7.00ms
[D 2021-05-15 09:41:27.136 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/remoteEntry.89de933cbecc57badb36.js (::1) 1.00ms
[D 2021-05-15 09:41:27.868 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/158.d8e73706d03668b124b2.js (::1) 0.99ms
[D 2021-05-15 09:41:27.874 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/249.a2fcc30aeb33da4c9ace.js (::1) 2.01ms
[D 2021-05-15 09:41:27.877 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/290.43cc148a860c782f623b.js (::1) 2.00ms
[D 2021-05-15 09:41:27.879 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/219.77a6986458cd6e02bec5.js (127.0.0.1) 1.00ms
[D 2021-05-15 09:41:27.882 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/736.46132cbc0a7e8a7a9ad7.js (::1) 2.00ms
[D 2021-05-15 09:41:28.000 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:28.000 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:28.000 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:41:28.004 ServerApp] 200 GET /api/kernelspecs?1621042887996 (::1) 5.00ms
[D 2021-05-15 09:41:28.006 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:28.007 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:28.008 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:28.055 LabApp] 200 GET /lab/api/settings?1621042888002 (127.0.0.1) 50.00ms
[D 2021-05-15 09:41:28.058 ServerApp] 200 GET /api/terminals?1621042888012 (::1) 1.00ms
[D 2021-05-15 09:41:28.059 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:28.059 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:28.060 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:41:28.062 ServerApp] 200 GET /api/kernelspecs?1621042888020 (::1) 5.00ms
[D 2021-05-15 09:41:28.064 ServerApp] 200 GET /api/sessions?1621042888010 (::1) 1.00ms
[D 2021-05-15 09:41:28.065 ServerApp] 200 GET /api/kernels?1621042888009 (::1) 2.00ms
[D 2021-05-15 09:41:30.031 ServerApp] 200 GET /lab/api/translations/en?1621042889143 (::1) 883.61ms
[D 2021-05-15 09:41:30.065 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.067 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.069 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.205 LabApp] Node v16.1.0

[D 2021-05-15 09:41:30.697 ServerApp] 200 GET /lab/api/translations/?1621042890058 (::1) 634.99ms
[D 2021-05-15 09:41:30.702 ServerApp] Path @jupyterlab\theme-light-extension\index.css served from D:\JupyterLab\share\jupyter\lab\themes@jupyterlab\theme-light-extension\index.css
[D 2021-05-15 09:41:30.703 ServerApp] 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (::1) 4.01ms
[D 2021-05-15 09:41:30.705 ServerApp] 200 GET /lsp/status?1621042890173 (::1) 4.00ms
[D 2021-05-15 09:41:30.714 LabApp] Yarn configuration loaded.
[D 2021-05-15 09:41:30.791 ServerApp] 200 GET /lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1621042890079 (::1) 85.02ms
[D 2021-05-15 09:41:30.796 ServerApp] 200 GET /lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1621042890176 (::1) 2.99ms
[D 2021-05-15 09:41:30.798 ServerApp] 200 GET /lsp/status?1621042890178 (::1) 4.00ms
[I 2021-05-15 09:41:30.798 LabApp] Build is up to date
[D 2021-05-15 09:41:30.803 LabApp] 200 GET /lab/api/build?1621042890050 (::1) 748.99ms
[D 2021-05-15 09:41:30.806 ServerApp] 200 GET /lsp/status?1621042890180 (::1) 4.99ms
[D 2021-05-15 09:41:30.812 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.814 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.815 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.819 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.821 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.823 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:30.830 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1621042890306 (::1) 23.00ms
[D 2021-05-15 09:41:30.836 LabApp] 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1621042890307 (::1) 19.99ms
[D 2021-05-15 09:41:31.343 LabApp] Yarn configuration loaded.
[D 2021-05-15 09:41:31.351 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.356 ServerApp] Paths used for configuration of page_config:
d:\jupyterlab\etc\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.357 ServerApp] Paths used for configuration of page_config:
C:\Users\LZZ.jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.379 LabApp] 200 GET /lab/api/extensions?1621042890793 (::1) 539.99ms
[D 2021-05-15 09:41:31.392 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.393 ServerApp] Paths used for configuration of page_config:
d:\jupyterlab\etc\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.394 ServerApp] Paths used for configuration of page_config:
C:\Users\LZZ.jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.419 LabApp] 200 GET /lab/api/extensions?1621042890798 (::1) 578.98ms
[D 2021-05-15 09:41:31.422 ServerApp] 200 GET /lsp/kite_installed?1621042890801 (::1) 2.01ms
[D 2021-05-15 09:41:31.425 ServerApp] 200 GET /lsp/kite_installed?1621042890808 (::1) 4.00ms
[D 2021-05-15 09:41:31.428 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:31.429 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:31.435 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:31.438 ServerApp] Paths used for configuration of default_setting_overrides:
C:\ProgramData\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:31.439 ServerApp] Paths used for configuration of default_setting_overrides:
d:\jupyterlab\etc\jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:31.441 ServerApp] Paths used for configuration of default_setting_overrides:
C:\Users\LZZ.jupyter\labconfig\default_setting_overrides.json
[D 2021-05-15 09:41:31.585 LabApp] 200 GET /lab/api/settings?1621042890961 (::1) 159.01ms
[D 2021-05-15 09:41:31.590 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1621042891029 (::1) 154.00ms
[D 2021-05-15 09:41:31.595 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042891502 (::1) 3.99ms
[D 2021-05-15 09:41:31.608 ServerApp] Paths used for configuration of page_config:
C:\ProgramData\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.610 ServerApp] Paths used for configuration of page_config:
d:\jupyterlab\etc\jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.612 ServerApp] Paths used for configuration of page_config:
C:\Users\LZZ.jupyter\labconfig\page_config.json
[D 2021-05-15 09:41:31.643 LabApp] 200 GET /lab/api/extensions?1621042891424 (::1) 51.00ms
[D 2021-05-15 09:41:31.761 ServerApp] Serving kernel resource from: d:\jupyterlab\share\jupyter\kernels\python3
[D 2021-05-15 09:41:31.773 ServerApp] 200 GET /kernelspecs/python3/logo-64x64.png (::1) 15.00ms
[D 2021-05-15 09:41:31.778 ServerApp] Serving kernel resource from: C:\Users\LZZ\AppData\Roaming\jupyter\kernels\javascript
[D 2021-05-15 09:41:31.783 ServerApp] 200 GET /kernelspecs/javascript/logo-64x64.png (::1) 9.00ms
[D 2021-05-15 09:41:31.810 ServerApp] 200 GET /api/contents?content=1&1621042891795 (::1) 11.00ms
[D 2021-05-15 09:41:32.217 ServerApp] 200 GET /api/nbconvert?1621042890150 (127.0.0.1) 1511.01ms
[D 2021-05-15 09:41:32.254 ServerApp] 200 GET /api/nbconvert?1621042890117 (::1) 1548.00ms
[D 2021-05-15 09:41:32.353 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042892342 (::1) 1.00ms
[D 2021-05-15 09:41:33.842 ServerApp] Path @kiteco\jupyterlab-kite\static\732.d2b5e17c1a5bdff76f2f.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\732.d2b5e17c1a5bdff76f2f.js
[D 2021-05-15 09:41:33.846 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/732.d2b5e17c1a5bdff76f2f.js (::1) 8.00ms
[D 2021-05-15 09:41:33.853 ServerApp] Path @kiteco\jupyterlab-kite\static\jupyter-lsp-connection.0d2c4858e20e8454ae0e.js served from d:\jupyterlab\share\jupyter\labextensions@kiteco\jupyterlab-kite\static\jupyter-lsp-connection.0d2c4858e20e8454ae0e.js
[D 2021-05-15 09:41:33.856 ServerApp] 304 GET /lab/extensions/@kiteco/jupyterlab-kite/static/jupyter-lsp-connection.0d2c4858e20e8454ae0e.js (127.0.0.1) 5.00ms
[D 2021-05-15 09:41:33.971 ServerApp] 101 GET /lsp/ws/kitels (::1) 2.01ms
[D 2021-05-15 09:41:34.118 ServerApp] <LspStdIoWriter(parent=<LanguageServerSession(language_server=kitels, argv=['C:\Program Files\Kite\kite-lsp.exe'])>)> initialized
[D 2021-05-15 09:41:34.123 ServerApp] <LspStdIoReader(parent=<LanguageServerSession(language_server=kitels, argv=['C:\Program Files\Kite\kite-lsp.exe'])>)> initialized
[D 2021-05-15 09:41:34.125 ServerApp] [kitels] Opened a handler
[D 2021-05-15 09:41:34.128 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:34.342 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042894334 (127.0.0.1) 1.99ms
[D 2021-05-15 09:41:34.861 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:34.862 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:34.988 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:38.014 ServerApp] 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (127.0.0.1) 5.00ms
[D 2021-05-15 09:41:38.232 ServerApp] 200 GET /api/terminals?1621042898225 (127.0.0.1) 1.00ms
[D 2021-05-15 09:41:38.241 ServerApp] 200 GET /api/sessions?1621042898229 (127.0.0.1) 2.01ms
[D 2021-05-15 09:41:38.246 ServerApp] 200 GET /api/kernels?1621042898238 (::1) 2.00ms
[W 2021-05-15 09:41:39.383 ServerApp] Notebook E:\GIT\NoteBook_Work\kite_tutorial.ipynb is not trusted
[D 2021-05-15 09:41:39.389 ServerApp] 200 GET /api/contents/E%3A%5CGIT%5CNoteBook_Work%5Ckite_tutorial.ipynb?type=notebook&content=1&1621042899366 (::1) 17.99ms
[D 2021-05-15 09:41:39.496 ServerApp] 200 GET /api/contents?content=1&1621042899484 (::1) 6.00ms
[D 2021-05-15 09:41:39.564 ServerApp] Path components\MathJax\MathJax.js served from d:\jupyterlab\lib\site-packages\notebook\static\components\MathJax\MathJax.js
[D 2021-05-15 09:41:39.566 ServerApp] 304 GET /static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (::1) 2.01ms
[D 2021-05-15 09:41:39.689 ServerApp] 200 GET /api/contents/E%3A%5CGIT%5CNoteBook_Work%5Ckite_tutorial.ipynb/checkpoints?1621042899681 (::1) 3.99ms
[D 2021-05-15 09:41:39.693 ServerApp] 200 GET /api/contents/E%3A%5CGIT%5CNoteBook_Work%5Ckite_tutorial.ipynb/checkpoints?1621042899683 (127.0.0.1) 2.00ms
[D 2021-05-15 09:41:39.834 ServerApp] 200 GET /api/contents/E%3A%5CGIT%5CNoteBook_Work%5Ckite_tutorial.ipynb/checkpoints?1621042899825 (127.0.0.1) 3.01ms
[D 2021-05-15 09:41:39.978 ServerApp] Path components\MathJax\config\TeX-AMS-MML_HTMLorMML-full.js served from d:\jupyterlab\lib\site-packages\notebook\static\components\MathJax\config\TeX-AMS-MML_HTMLorMML-full.js
[D 2021-05-15 09:41:39.980 ServerApp] 304 GET /static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (127.0.0.1) 3.01ms
[D 2021-05-15 09:41:40.013 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042900002 (127.0.0.1) 4.00ms
[D 2021-05-15 09:41:40.016 ServerApp] 200 GET /api/sessions?1621042900007 (::1) 2.01ms
[D 2021-05-15 09:41:40.074 ServerApp] Starting kernel: ['d:\jupyterlab\scripts\python.exe', '-m', 'ipykernel_launcher', '-f', 'C:\Users\LZZ\AppData\Roaming\jupyter\runtime\kernel-5be6e462-4a06-4cfc-9e7d-3af7f100633c.json']
[D 2021-05-15 09:41:40.082 ServerApp] Connecting to: tcp://127.0.0.1:11224
[D 2021-05-15 09:41:40.094 ServerApp] Connecting to: tcp://127.0.0.1:11221
[I 2021-05-15 09:41:40.099 ServerApp] Kernel started: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:40.100 ServerApp] Kernel args: {'kernel_name': 'python3', 'cwd': 'E:/GIT/NoteBook_Work'}
[D 2021-05-15 09:41:40.101 ServerApp] 201 POST /api/sessions?1621042900021 (::1) 75.00ms
[D 2021-05-15 09:41:40.103 ServerApp] Path components\MathJax\config\Safe.js served from d:\jupyterlab\lib\site-packages\notebook\static\components\MathJax\config\Safe.js
[D 2021-05-15 09:41:40.105 ServerApp] 304 GET /static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (127.0.0.1) 3.00ms
[D 2021-05-15 09:41:40.126 ServerApp] 200 GET /api/sessions?1621042900122 (127.0.0.1) 1.01ms
[D 2021-05-15 09:41:40.134 ServerApp] Initializing websocket connection /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels
[D 2021-05-15 09:41:40.136 ServerApp] Requesting kernel info from 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:40.137 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:40.145 ServerApp] 200 PATCH /api/sessions/e1923f60-eac5-4d2b-bc60-8b28b8109cf5?1621042900137 (127.0.0.1) 1.01ms
[D 2021-05-15 09:41:40.150 ServerApp] 200 GET /api/kernels?1621042900146 (127.0.0.1) 1.00ms
[D 2021-05-15 09:41:40.202 ServerApp] Path components\MathJax\extensions\Safe.js served from d:\jupyterlab\lib\site-packages\notebook\static\components\MathJax\extensions\Safe.js
[D 2021-05-15 09:41:40.204 ServerApp] 304 GET /static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (127.0.0.1) 2.00ms
[D 2021-05-15 09:41:40.213 ServerApp] 200 PATCH /api/sessions/e1923f60-eac5-4d2b-bc60-8b28b8109cf5?1621042900206 (127.0.0.1) 2.01ms
[D 2021-05-15 09:41:40.217 ServerApp] 200 GET /api/sessions?1621042900210 (127.0.0.1) 1.99ms
[D 2021-05-15 09:41:40.229 ServerApp] Path components\MathJax\jax\output\HTML-CSS\fonts\STIX-Web\fontdata.js served from d:\jupyterlab\lib\site-packages\notebook\static\components\MathJax\jax\output\HTML-CSS\fonts\STIX-Web\fontdata.js
[D 2021-05-15 09:41:40.230 ServerApp] 304 GET /static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (127.0.0.1) 2.00ms
[D 2021-05-15 09:41:40.233 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:40.234 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:41:40.234 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:41:40.239 ServerApp] 200 GET /api/kernelspecs?1621042900228 (127.0.0.1) 6.99ms
[D 2021-05-15 09:41:40.441 ServerApp] Initializing websocket connection /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels
[D 2021-05-15 09:41:40.443 ServerApp] Waiting for pending kernel_info request
[D 2021-05-15 09:41:41.156 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (starting)
[D 2021-05-15 09:41:41.167 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:41.168 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:41.169 ServerApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '7.23.1', 'language_info': {'name': 'python', 'version': '3.9.5', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]\nType 'copyright', 'credits' or 'license' for more information\nIPython 7.23.1 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.9'}, {'text': 'IPython Reference', 'url': 'https://ipython.org/documentation.html'}, {'text': 'NumPy Reference', 'url': 'https://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy Reference', 'url': 'https://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib Reference', 'url': 'https://matplotlib.org/contents.html'}, {'text': 'SymPy Reference', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas Reference', 'url': 'https://pandas.pydata.org/pandas-docs/stable/'}]}
[D 2021-05-15 09:41:41.170 ServerApp] 101 GET /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels?session_id=7b927a72-c4c9-47b3-898d-538770b18bce (::1) 1036.00ms
[D 2021-05-15 09:41:41.171 ServerApp] Opening websocket /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels
[D 2021-05-15 09:41:41.171 ServerApp] Getting buffer for 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.172 ServerApp] Connecting to: tcp://127.0.0.1:11221
[D 2021-05-15 09:41:41.175 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:41.180 ServerApp] Connecting to: tcp://127.0.0.1:11224
[D 2021-05-15 09:41:41.184 ServerApp] Connecting to: tcp://127.0.0.1:11222
[D 2021-05-15 09:41:41.189 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:41.193 ServerApp] 101 GET /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels?session_id=af878ed1-3e33-4abc-abc5-6de73a7f0608 (127.0.0.1) 752.00ms
[D 2021-05-15 09:41:41.194 ServerApp] Opening websocket /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels
[D 2021-05-15 09:41:41.194 ServerApp] Getting buffer for 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.194 ServerApp] Connecting to: tcp://127.0.0.1:11221
[D 2021-05-15 09:41:41.198 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:41.202 ServerApp] Connecting to: tcp://127.0.0.1:11224
[D 2021-05-15 09:41:41.206 ServerApp] Connecting to: tcp://127.0.0.1:11222
[D 2021-05-15 09:41:41.210 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:41.213 ServerApp] Nudge: attempt 1 on kernel 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.215 ServerApp] Initializing websocket connection /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels
[D 2021-05-15 09:41:41.216 ServerApp] Nudge: attempt 1 on kernel 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.218 ServerApp] 101 GET /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels?session_id=121f2333-8948-4d25-9e32-db3eb5bd7de5 (::1) 4.00ms
[D 2021-05-15 09:41:41.219 ServerApp] Opening websocket /api/kernels/5be6e462-4a06-4cfc-9e7d-3af7f100633c/channels
[D 2021-05-15 09:41:41.219 ServerApp] Getting buffer for 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.219 ServerApp] Connecting to: tcp://127.0.0.1:11221
[D 2021-05-15 09:41:41.224 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:41.227 ServerApp] Connecting to: tcp://127.0.0.1:11224
[D 2021-05-15 09:41:41.231 ServerApp] Connecting to: tcp://127.0.0.1:11222
[D 2021-05-15 09:41:41.235 ServerApp] Connecting to: tcp://127.0.0.1:11220
[D 2021-05-15 09:41:41.240 ServerApp] Nudge: IOPub received: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.240 ServerApp] Nudge: resolving iopub future: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.241 ServerApp] Nudge: IOPub received: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.241 ServerApp] Nudge: resolving iopub future: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.242 ServerApp] Nudge: shell info reply received: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.242 ServerApp] Nudge: resolving shell future: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.242 ServerApp] Nudge: shell info reply received: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.242 ServerApp] Nudge: resolving shell future: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.243 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:41.244 ServerApp] Nudge: attempt 1 on kernel 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.245 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:41.247 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:41.248 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:41.251 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:41.252 ServerApp] Nudge: IOPub received: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.252 ServerApp] Nudge: resolving iopub future: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.255 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:41.256 ServerApp] Nudge: shell info reply received: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.256 ServerApp] Nudge: resolving shell future: 5be6e462-4a06-4cfc-9e7d-3af7f100633c
[D 2021-05-15 09:41:41.267 ServerApp] Path favicons\favicon-busy-1.ico served from d:\jupyterlab\lib\site-packages\jupyter_server\static\favicons\favicon-busy-1.ico
[D 2021-05-15 09:41:41.268 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (127.0.0.1) 2.00ms
[D 2021-05-15 09:41:41.270 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (127.0.0.1) 1.00ms
[D 2021-05-15 09:41:44.191 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:44.197 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:44.209 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:44.220 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:44.226 ServerApp] Websocket closed 5be6e462-4a06-4cfc-9e7d-3af7f100633c:7b927a72-c4c9-47b3-898d-538770b18bce
[D 2021-05-15 09:41:44.232 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (127.0.0.1) 3.01ms
[D 2021-05-15 09:41:44.240 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:44.247 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:44.260 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:44.266 ServerApp] 200 GET /api/sessions?1621042904240 (127.0.0.1) 15.00ms
[D 2021-05-15 09:41:44.274 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:44.281 ServerApp] 200 GET /api/kernels?1621042904244 (::1) 3.00ms
[D 2021-05-15 09:41:44.287 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 5.00ms
[D 2021-05-15 09:41:44.308 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:44.314 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:44.317 ServerApp] 200 GET /lsp/status?1621042904296 (::1) 8.00ms
[D 2021-05-15 09:41:44.324 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (busy)
[D 2021-05-15 09:41:44.325 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:44.332 ServerApp] activity on 5be6e462-4a06-4cfc-9e7d-3af7f100633c: status (idle)
[D 2021-05-15 09:41:44.337 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 3.00ms
[D 2021-05-15 09:41:44.342 ServerApp] 200 GET /lsp/status?1621042904311 (::1) 7.00ms
[D 2021-05-15 09:41:44.346 ServerApp] 200 GET /lsp/status?1621042904314 (127.0.0.1) 2.00ms
[D 2021-05-15 09:41:44.347 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:44.351 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 3.00ms
[D 2021-05-15 09:41:44.354 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:44.357 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:44.365 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 2.00ms
[D 2021-05-15 09:41:44.369 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 2.00ms
[D 2021-05-15 09:41:44.374 ServerApp] 200 GET /lsp/kite_installed?1621042904367 (::1) 2.00ms
[D 2021-05-15 09:41:44.378 ServerApp] 200 GET /lsp/kite_installed?1621042904369 (127.0.0.1) 2.00ms
[D 2021-05-15 09:41:44.382 ServerApp] 200 GET /lsp/kite_installed?1621042904373 (::1) 2.00ms
[D 2021-05-15 09:41:44.386 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:44.388 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:44.390 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:41:48.267 ServerApp] 200 GET /api/terminals?1621042908261 (::1) 1.01ms
[D 2021-05-15 09:41:49.989 ServerApp] 200 GET /api/contents?content=1&1621042909978 (::1) 6.00ms
[D 2021-05-15 09:41:54.386 ServerApp] 200 GET /api/sessions?1621042914365 (::1) 2.01ms
[D 2021-05-15 09:41:54.408 ServerApp] 200 GET /api/kernels?1621042914381 (::1) 2.01ms
[D 2021-05-15 09:41:58.283 ServerApp] 200 GET /api/terminals?1621042918275 (::1) 2.02ms
[D 2021-05-15 09:42:00.031 ServerApp] 200 GET /api/contents?content=1&1621042920012 (::1) 12.01ms
[D 2021-05-15 09:42:04.422 ServerApp] 200 GET /api/sessions?1621042924413 (::1) 2.00ms
[D 2021-05-15 09:42:04.452 ServerApp] 200 GET /api/kernels?1621042924417 (::1) 5.00ms
[D 2021-05-15 09:42:08.300 ServerApp] 200 GET /api/terminals?1621042928291 (::1) 2.01ms
[D 2021-05-15 09:42:10.071 ServerApp] 200 GET /api/contents?content=1&1621042930056 (::1) 9.00ms
[D 2021-05-15 09:42:14.452 ServerApp] 200 GET /api/sessions?1621042934444 (::1) 3.00ms
[D 2021-05-15 09:42:14.481 ServerApp] 200 GET /api/kernels?1621042934459 (::1) 2.00ms
[D 2021-05-15 09:42:18.322 ServerApp] 200 GET /api/terminals?1621042938315 (::1) 2.01ms
[D 2021-05-15 09:42:20.090 ServerApp] 200 GET /api/contents?content=1&1621042940078 (::1) 6.00ms
[D 2021-05-15 09:42:24.492 ServerApp] 200 GET /api/sessions?1621042944471 (::1) 2.02ms
[D 2021-05-15 09:42:24.502 ServerApp] 200 GET /api/kernels?1621042944489 (::1) 2.00ms
[D 2021-05-15 09:42:28.337 ServerApp] 200 GET /api/terminals?1621042948330 (::1) 2.00ms
[D 2021-05-15 09:42:29.173 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:42:29.174 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:42:29.175 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:42:29.181 ServerApp] 200 GET /api/kernelspecs?1621042949165 (::1) 10.00ms
[D 2021-05-15 09:42:30.111 ServerApp] 200 GET /api/contents?content=1&1621042950099 (::1) 7.01ms
[D 2021-05-15 09:42:34.511 ServerApp] 200 GET /api/sessions?1621042954503 (::1) 3.00ms
[D 2021-05-15 09:42:34.519 ServerApp] 200 GET /api/kernels?1621042954509 (::1) 2.00ms
[D 2021-05-15 09:42:38.355 ServerApp] 200 GET /api/terminals?1621042958349 (::1) 0.99ms
[D 2021-05-15 09:42:40.152 ServerApp] 200 GET /api/contents?content=1&1621042960134 (::1) 10.00ms
[D 2021-05-15 09:42:44.539 ServerApp] 200 GET /api/sessions?1621042964531 (::1) 3.00ms
[D 2021-05-15 09:42:44.545 ServerApp] 200 GET /api/kernels?1621042964534 (127.0.0.1) 2.00ms
[D 2021-05-15 09:42:48.371 ServerApp] 200 GET /api/terminals?1621042968364 (127.0.0.1) 3.01ms
[D 2021-05-15 09:42:50.175 ServerApp] 200 GET /api/contents?content=1&1621042970160 (127.0.0.1) 10.00ms
[D 2021-05-15 09:42:54.564 ServerApp] 200 GET /api/sessions?1621042974550 (127.0.0.1) 2.00ms
[D 2021-05-15 09:42:54.571 ServerApp] 200 GET /api/kernels?1621042974560 (::1) 1.00ms
[D 2021-05-15 09:42:58.387 ServerApp] 200 GET /api/terminals?1621042978380 (::1) 2.01ms
[D 2021-05-15 09:43:00.197 ServerApp] 200 GET /api/contents?content=1&1621042980185 (::1) 6.03ms
[D 2021-05-15 09:43:02.217 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042982208 (::1) 3.00ms
[D 2021-05-15 09:43:04.581 ServerApp] 200 GET /api/sessions?1621042984570 (::1) 2.01ms
[D 2021-05-15 09:43:04.589 ServerApp] 200 GET /api/kernels?1621042984575 (127.0.0.1) 3.00ms
[D 2021-05-15 09:43:08.415 ServerApp] 200 GET /api/terminals?1621042988409 (127.0.0.1) 1.01ms
[D 2021-05-15 09:43:10.229 ServerApp] 200 GET /api/contents?content=1&1621042990212 (127.0.0.1) 10.01ms
[D 2021-05-15 09:43:14.604 ServerApp] 200 GET /api/sessions?1621042994597 (127.0.0.1) 2.00ms
[D 2021-05-15 09:43:14.610 ServerApp] 200 GET /api/kernels?1621042994600 (::1) 2.01ms
[D 2021-05-15 09:43:14.681 ServerApp] Websocket closed 5be6e462-4a06-4cfc-9e7d-3af7f100633c:af878ed1-3e33-4abc-abc5-6de73a7f0608
[D 2021-05-15 09:43:14.760 ServerApp] 200 GET /api/sessions?1621042994755 (::1) 2.00ms
[D 2021-05-15 09:43:14.763 ServerApp] 200 GET /api/kernels?1621042994756 (127.0.0.1) 1.98ms
[D 2021-05-15 09:43:15.281 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042995272 (127.0.0.1) 3.99ms
[D 2021-05-15 09:43:16.527 ServerApp] 200 GET /api/contents/TEST-Python.ipynb?type=notebook&content=1&1621042996501 (127.0.0.1) 22.00ms
[D 2021-05-15 09:43:16.603 ServerApp] 200 GET /api/contents?content=1&1621042996595 (127.0.0.1) 4.01ms
[D 2021-05-15 09:43:16.735 ServerApp] 200 GET /api/contents/TEST-Python.ipynb/checkpoints?1621042996728 (127.0.0.1) 3.01ms
[D 2021-05-15 09:43:16.738 ServerApp] 200 GET /api/contents/TEST-Python.ipynb/checkpoints?1621042996730 (::1) 2.00ms
[D 2021-05-15 09:43:16.789 ServerApp] 200 GET /api/contents/TEST-Python.ipynb/checkpoints?1621042996784 (::1) 1.00ms
[D 2021-05-15 09:43:16.862 ServerApp] 200 GET /api/sessions?1621042996857 (::1) 1.00ms
[D 2021-05-15 09:43:16.884 ServerApp] Starting kernel: ['d:\jupyterlab\scripts\python.exe', '-m', 'ipykernel_launcher', '-f', 'C:\Users\LZZ\AppData\Roaming\jupyter\runtime\kernel-7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06.json']
[D 2021-05-15 09:43:16.893 ServerApp] Connecting to: tcp://127.0.0.1:11474
[D 2021-05-15 09:43:16.898 ServerApp] Connecting to: tcp://127.0.0.1:11471
[I 2021-05-15 09:43:16.904 ServerApp] Kernel started: 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:16.905 ServerApp] Kernel args: {'kernel_name': 'python3', 'cwd': 'E:/GIT/NoteBook_Work'}
[D 2021-05-15 09:43:16.907 ServerApp] 201 POST /api/sessions?1621042996867 (::1) 36.01ms
[D 2021-05-15 09:43:16.929 ServerApp] 200 GET /api/sessions?1621042996924 (::1) 2.00ms
[D 2021-05-15 09:43:16.938 ServerApp] Initializing websocket connection /api/kernels/7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06/channels
[D 2021-05-15 09:43:16.940 ServerApp] Requesting kernel info from 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:16.941 ServerApp] Connecting to: tcp://127.0.0.1:11470
[D 2021-05-15 09:43:16.951 ServerApp] 200 PATCH /api/sessions/9c4318fe-b6b2-4b4f-bfa5-d40562c5a08d?1621042996936 (::1) 2.00ms
[D 2021-05-15 09:43:16.955 ServerApp] 200 GET /api/kernels?1621042996951 (::1) 1.00ms
[D 2021-05-15 09:43:16.967 ServerApp] 200 PATCH /api/sessions/9c4318fe-b6b2-4b4f-bfa5-d40562c5a08d?1621042996962 (::1) 2.00ms
[D 2021-05-15 09:43:16.975 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:43:16.975 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:43:16.976 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:43:16.980 ServerApp] 200 GET /api/kernelspecs?1621042996969 (::1) 6.00ms
[D 2021-05-15 09:43:16.984 ServerApp] 200 GET /api/sessions?1621042996975 (127.0.0.1) 2.00ms
[D 2021-05-15 09:43:17.115 LabApp] 204 PUT /lab/api/workspaces/auto-D?1621042997109 (127.0.0.1) 2.00ms
[D 2021-05-15 09:43:18.098 ServerApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '7.23.1', 'language_info': {'name': 'python', 'version': '3.9.5', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]\nType 'copyright', 'credits' or 'license' for more information\nIPython 7.23.1 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.9'}, {'text': 'IPython Reference', 'url': 'https://ipython.org/documentation.html'}, {'text': 'NumPy Reference', 'url': 'https://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy Reference', 'url': 'https://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib Reference', 'url': 'https://matplotlib.org/contents.html'}, {'text': 'SymPy Reference', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas Reference', 'url': 'https://pandas.pydata.org/pandas-docs/stable/'}]}
[D 2021-05-15 09:43:18.100 ServerApp] 101 GET /api/kernels/7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06/channels?session_id=06293b9f-2134-432e-8d04-8eb9e6c847c1 (::1) 1163.52ms
[D 2021-05-15 09:43:18.100 ServerApp] Opening websocket /api/kernels/7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06/channels
[D 2021-05-15 09:43:18.101 ServerApp] Getting buffer for 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:18.101 ServerApp] Connecting to: tcp://127.0.0.1:11471
[D 2021-05-15 09:43:18.106 ServerApp] Connecting to: tcp://127.0.0.1:11470
[D 2021-05-15 09:43:18.111 ServerApp] Connecting to: tcp://127.0.0.1:11474
[D 2021-05-15 09:43:18.115 ServerApp] Connecting to: tcp://127.0.0.1:11472
[D 2021-05-15 09:43:18.119 ServerApp] Connecting to: tcp://127.0.0.1:11470
[D 2021-05-15 09:43:18.124 ServerApp] Nudge: attempt 1 on kernel 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:18.128 ServerApp] Nudge: IOPub received: 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:18.128 ServerApp] Nudge: resolving iopub future: 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:18.131 ServerApp] Nudge: shell info reply received: 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:18.131 ServerApp] Nudge: resolving shell future: 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06
[D 2021-05-15 09:43:18.433 ServerApp] 200 GET /api/terminals?1621042998426 (127.0.0.1) 1.01ms
[D 2021-05-15 09:43:21.120 ServerApp] activity on 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06: status (busy)
[D 2021-05-15 09:43:21.127 ServerApp] activity on 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06: status (idle)
[D 2021-05-15 09:43:21.135 ServerApp] activity on 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06: status (busy)
[D 2021-05-15 09:43:21.140 ServerApp] activity on 7fa06bb6-425e-4cb6-b1c4-6ff5d3979d06: status (idle)
[D 2021-05-15 09:43:21.145 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (127.0.0.1) 2.02ms
[D 2021-05-15 09:43:21.156 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:21.158 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:21.162 ServerApp] 200 GET /lsp/status?1621043001156 (127.0.0.1) 2.01ms
[D 2021-05-15 09:43:21.169 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:21.175 ServerApp] 200 GET /lsp/status?1621043001168 (127.0.0.1) 3.00ms
[D 2021-05-15 09:43:21.177 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:21.180 ServerApp] 200 GET /lsp/status?1621043001171 (::1) 2.02ms
[D 2021-05-15 09:43:21.196 ServerApp] 304 GET /static/favicons/favicon-busy-1.ico (::1) 2.00ms
[D 2021-05-15 09:43:21.200 ServerApp] 200 GET /lsp/kite_installed?1621043001192 (127.0.0.1) 3.00ms
[D 2021-05-15 09:43:21.211 ServerApp] 200 GET /lsp/kite_installed?1621043001204 (127.0.0.1) 2.00ms
[D 2021-05-15 09:43:21.218 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:21.220 ServerApp] 200 GET /lsp/kite_installed?1621043001208 (::1) 3.01ms
[D 2021-05-15 09:43:21.222 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:21.225 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:43:26.856 ServerApp] 200 GET /api/contents?content=1&1621043006845 (::1) 7.00ms
[D 2021-05-15 09:43:26.969 ServerApp] 200 GET /api/kernels?1621043006964 (::1) 1.00ms
[D 2021-05-15 09:43:27.010 ServerApp] 200 GET /api/sessions?1621043007006 (::1) 1.01ms
[D 2021-05-15 09:43:28.449 ServerApp] 200 GET /api/terminals?1621043008442 (::1) 2.00ms
[D 2021-05-15 09:43:30.197 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:43:30.197 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:43:30.198 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:43:30.203 ServerApp] 200 GET /api/kernelspecs?1621043010191 (::1) 7.99ms
[D 2021-05-15 09:43:36.879 ServerApp] 200 GET /api/contents?content=1&1621043016870 (::1) 5.00ms
[D 2021-05-15 09:43:36.987 ServerApp] 200 GET /api/kernels?1621043016983 (::1) 1.00ms
[D 2021-05-15 09:43:37.033 ServerApp] 200 GET /api/sessions?1621043017028 (::1) 1.00ms
[D 2021-05-15 09:43:38.470 ServerApp] 200 GET /api/terminals?1621043018465 (::1) 1.01ms
[D 2021-05-15 09:43:46.907 ServerApp] 200 GET /api/contents?content=1&1621043026895 (::1) 6.01ms
[D 2021-05-15 09:43:47.011 ServerApp] 200 GET /api/kernels?1621043027005 (::1) 1.99ms
[D 2021-05-15 09:43:47.059 ServerApp] 200 GET /api/sessions?1621043027051 (::1) 2.00ms
[D 2021-05-15 09:43:48.480 ServerApp] 200 GET /api/terminals?1621043028475 (::1) 1.00ms
[D 2021-05-15 09:43:56.933 ServerApp] 200 GET /api/contents?content=1&1621043036918 (::1) 9.00ms
[D 2021-05-15 09:43:57.034 ServerApp] 200 GET /api/kernels?1621043037028 (::1) 2.00ms
[D 2021-05-15 09:43:57.081 ServerApp] 200 GET /api/sessions?1621043037075 (::1) 1.00ms
[D 2021-05-15 09:43:58.495 ServerApp] 200 GET /api/terminals?1621043038487 (::1) 2.01ms
[D 2021-05-15 09:44:06.966 ServerApp] 200 GET /api/contents?content=1&1621043046954 (::1) 7.00ms
[D 2021-05-15 09:44:07.052 ServerApp] 200 GET /api/kernels?1621043047045 (::1) 2.00ms
[D 2021-05-15 09:44:07.097 ServerApp] 200 GET /api/sessions?1621043047091 (::1) 1.99ms
[D 2021-05-15 09:44:08.513 ServerApp] 200 GET /api/terminals?1621043048506 (::1) 2.00ms
[D 2021-05-15 09:44:16.987 ServerApp] 200 GET /api/contents?content=1&1621043056975 (::1) 7.00ms
[D 2021-05-15 09:44:17.074 ServerApp] 200 GET /api/kernels?1621043057067 (::1) 2.00ms
[D 2021-05-15 09:44:17.122 ServerApp] 200 GET /api/sessions?1621043057115 (::1) 2.00ms
[D 2021-05-15 09:44:18.534 ServerApp] 200 GET /api/terminals?1621043058528 (::1) 1.01ms
[D 2021-05-15 09:44:27.011 ServerApp] 200 GET /api/contents?content=1&1621043066996 (::1) 8.99ms
[D 2021-05-15 09:44:27.098 ServerApp] 200 GET /api/kernels?1621043067091 (::1) 2.00ms
[D 2021-05-15 09:44:27.143 ServerApp] 200 GET /api/sessions?1621043067138 (::1) 1.00ms
[D 2021-05-15 09:44:28.550 ServerApp] 200 GET /api/terminals?1621043068543 (::1) 2.01ms
[D 2021-05-15 09:44:31.218 ServerApp] Found kernel bash in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:44:31.218 ServerApp] Found kernel javascript in C:\Users\LZZ\AppData\Roaming\jupyter\kernels
[D 2021-05-15 09:44:31.219 ServerApp] Found kernel python3 in d:\jupyterlab\share\jupyter\kernels
[D 2021-05-15 09:44:31.225 ServerApp] 200 GET /api/kernelspecs?1621043071212 (::1) 9.01ms
[D 2021-05-15 09:44:37.036 ServerApp] 200 GET /api/contents?content=1&1621043077027 (::1) 5.01ms
[D 2021-05-15 09:44:37.112 ServerApp] 200 GET /api/kernels?1621043077107 (::1) 1.01ms
[D 2021-05-15 09:44:37.160 ServerApp] 200 GET /api/sessions?1621043077154 (::1) 2.00ms
[D 2021-05-15 09:44:38.565 ServerApp] 200 GET /api/terminals?1621043078558 (::1) 2.02ms
[D 2021-05-15 09:44:47.062 ServerApp] 200 GET /api/contents?content=1&1621043087046 (::1) 9.00ms
[D 2021-05-15 09:44:47.128 ServerApp] 200 GET /api/kernels?1621043087117 (::1) 2.98ms
[D 2021-05-15 09:44:47.178 ServerApp] 200 GET /api/sessions?1621043087172 (::1) 2.00ms
[D 2021-05-15 09:44:48.583 ServerApp] 200 GET /api/terminals?1621043088575 (::1) 1.00ms
[D 2021-05-15 09:44:57.102 ServerApp] 200 GET /api/contents?content=1&1621043097087 (::1) 9.00ms
[D 2021-05-15 09:44:57.149 ServerApp] 200 GET /api/kernels?1621043097139 (::1) 1.98ms
[D 2021-05-15 09:44:57.204 ServerApp] 200 GET /api/sessions?1621043097198 (::1) 2.00ms
[D 2021-05-15 09:44:58.608 ServerApp] 200 GET /api/terminals?1621043098600 (::1) 1.00ms
[D 2021-05-15 09:45:04.164 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:04.172 ServerApp] 200 GET /lsp/status?1621043104163 (::1) 3.00ms
[D 2021-05-15 09:45:04.193 ServerApp] 200 GET /lsp/kite_installed?1621043104183 (::1) 3.99ms
[D 2021-05-15 09:45:04.199 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:05.631 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:05.641 ServerApp] 200 GET /lsp/status?1621043105629 (::1) 4.01ms
[D 2021-05-15 09:45:05.659 ServerApp] 200 GET /lsp/kite_installed?1621043105651 (::1) 3.02ms
[D 2021-05-15 09:45:05.664 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:05.808 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:05.816 ServerApp] 200 GET /lsp/status?1621043105807 (::1) 3.00ms
[D 2021-05-15 09:45:05.830 ServerApp] 200 GET /lsp/kite_installed?1621043105823 (::1) 3.01ms
[D 2021-05-15 09:45:05.835 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:05.985 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:05.993 ServerApp] 200 GET /lsp/status?1621043105984 (::1) 4.00ms
[D 2021-05-15 09:45:06.016 ServerApp] 200 GET /lsp/kite_installed?1621043106007 (::1) 3.00ms
[D 2021-05-15 09:45:06.021 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:06.812 ServerApp] [kitels] Handling a message
[D 2021-05-15 09:45:06.817 ServerApp] 200 GET /lsp/status?1621043106811 (::1) 2.01ms
[D 2021-05-15 09:45:06.836 ServerApp] [kitels] Handling a message

====================================
chrome network log:
Request URL: http://localhost:8888/lsp/kite_installed?1621043181596
Reponse: true
Request URL: http://localhost:8888/lsp/status?1621043181775
Reponse: {"version": 2, "sessions": {"kitels": {"handler_count": 1, "status": "started", "last_server_message_at": "2021-05-15T01:46:20.784733+00:00", "last_handler_message_at": "2021-05-15T01:46:21.778012+00:00", "spec": {"languages": ["python"], "version": 2, "display_name": "kite", "mime_types": ["text/python", "text/x-ipython"]}}}}

@xiaobi891292
Copy link

I also the same .I don't know how to solve it

@xiaobi891292
Copy link

Kite is running perfectly on sublime text. But on Jupyter lab the status is Kite:not running.

@shreeratn
Copy link

Try this: click here

@TroddenSpade
Copy link
Author

Try this: click here

Hi @shreeratn, thanks for suggesting your solution.
Unfortunately, It didn't solve my problem. I used to work with the same env and packages, but all of a sudden this happened and I have no clue what's affected the Kite.
It might be because of the new macOS update .... No idea!

@Jordan20190913
Copy link

Jordan20190913 commented May 17, 2021

OS: win10 & Jupyterlab:3.0.15
I tried to reinstalled pip 、 python or kite ,but Kite is still not running.
So I traced the network log and javacript in chrome and finnally find out where the bug is.

Here is my temporary solution:

  1. find out two jlab_core JS files in the pip packages where jupyterlab is installed, with the loaction and file name like Lib\site-packages\jupyterlab\static\jlab_core.d4ca3e2ff3a1a5677f23.js and share\jupyter\lab\static\jlab_core.d4ca3e2ff3a1a5677f23.js
  2. find out the code:

const n=`${t.protocol}${t.slashes?"//":""}${t.auth}${t.auth?"@":""}${t.host}`;

  1. change it to:

const slashes=`${t.protocol === "file:" ? "///" : "//"}`;const n=`${t.protocol}${t.slashes? slashes :""}${t.auth}${t.auth?"@":""}${t.host}`;

  1. clean the chrome cache and restart the jupyter-lab.

Now the kite is ready for me after a while of “Kite: not running” and “Kite: indexing”
image

PS: the bug I found is a missing of a slash for local file in the url used by the websocket, where it should be three slashes. 😠
image

@Jordan20190913
Copy link

The solution I described above solve the problem of "kite: not running" in my Ubuntu OS too~
@TroddenSpade

@TroddenSpade
Copy link
Author

@Jordan20190913, Thanks for describing your solution. Unfortunately, I'm still facing the same problem, even after resetting my macOS and reinstalling everything. Doubtless, it has a conflict with the latest version of the macOS BigSur, because I noticed the problem after upgrading my macOS to 11.3.1.

@TroddenSpade
Copy link
Author

TroddenSpade commented May 18, 2021

Finally, I found a solution. 😄

If your terminal shows something like server.go:X: "file URL specifies non-local host" or has the same output as this do the following:

  • First, uninstall all the packages related to jupyter and Kite

  • Install jupyter lab using this command
    conda install jupyterlab
    do not install jupyter lab using the -c conda-forge

  • Install jupyterlab kite package
    pip install "jupyterlab-kite>=2.0.2"

  • Open System Preferences > Security & Privacy
    change full disk access for Kite Engine, if it is unchecked then check or conversely

  • At the same time refresh the jupyter page on your browser, until the 'permission required' message shows up.

@Marie-anneMawhin
Copy link

Hi I have exactly the same error but on Linux Ubuntu 20.04. Tried your fix but it did not work out. Any other ideas?

@TroddenSpade
Copy link
Author

Hi @Marie-anneMawhin, I think Jupyter-Kite 2.0.2 has some conflicts with JupyterLab>=3.0.15.
The only solution I found for this problem was to downgrade JupyterLab to 3.0.14 (or lower) version.
Here are my specifications:

macOS BigSur 11.3.1
Python 3.7.10
jupyter-kite              2.0.2
jupyter_client            6.1.12
jupyter_core              4.7.1
jupyter_server            1.8.0
jupyterlab                3.0.14
jupyterlab-kite           2.0.2
jupyterlab_pygments       0.1.2
jupyterlab_server         2.5.2

@Marie-anneMawhin
Copy link

All good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants