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

First time initialization never ends loading #86

Closed
mofeing opened this issue Sep 23, 2020 · 3 comments
Closed

First time initialization never ends loading #86

mofeing opened this issue Sep 23, 2020 · 3 comments

Comments

@mofeing
Copy link

mofeing commented Sep 23, 2020

Description

It is already warned that the first time the extension is used, the extension lasts a long time initializing. But in my case, I let it running for 2h and it didn't finish yet. I suspect something is going wrong after noticing some errors in the console.

Reproduce

I am using the "jupyter/minimal-notebook" Docker image.

  1. Create the Docker container:
docker run -d \
    -p 80:8888 \
    -e JUPYTER_ENABLE_LAB=yes \
    --name jupyter \
    jupyter/minimal-notebook \
    start.sh jupyter lab --LabApp.token='' --debug
  1. Install jupyter_conda python package:
docker exec jupyter conda install -c conda-forge jupyter_conda
  1. Install JupyterLab extension:
docker exec jupyter jupyter labextension install jupyterlab_conda
  1. Open JupyterLab in browser. It should located in http://localhost/. After some seconds, loading pop-ups appear:

screenshot

Expected behavior

Context

  • Python package version:
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
jupyter_conda             3.4.1              pyh9f0ad1d_0    conda-forge
  • Extension version:
JupyterLab v2.2.5
Known labextensions:
   app dir: /opt/conda/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        @jupyterlab/commenting-extension v0.3.0 disabled OK
        @jupyterlab/debugger v0.3.2 disabled OK
        @jupyterlab/geojson-extension v2.0.1 disabled OK
        @jupyterlab/git v0.21.1 disabled OK
        @jupyterlab/hdf5 v0.4.1 disabled OK
        @jupyterlab/latex v2.0.1 disabled OK
        @jupyterlab/shortcutui v0.5.0-beta.2 disabled OK
        @krassowski/jupyterlab-lsp v2.0.7 disabled OK
        bqplot v0.5.17 disabled OK
        dask-labextension v3.0.0 disabled OK
        jupyterlab-chart-editor v4.10.0 disabled OK
        jupyterlab-dash v0.3.0 disabled OK
        jupyterlab-drawio v0.7.0 disabled OK
        jupyterlab-spreadsheet v0.3.2 disabled OK
        jupyterlab_conda v2.2.4  enabled  OK
        nbdime-jupyterlab v2.0.0 disabled OK
  • General information:
     active environment : None
       user config file : /home/jovyan/.condarc
 populated config files : /opt/conda/.condarc
          conda version : 4.8.3
    conda-build version : not installed
         python version : 3.8.5.final.0
       virtual packages : __glibc=2.31
       base environment : /opt/conda  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /opt/conda/pkgs
                          /home/jovyan/.conda/pkgs
       envs directories : /opt/conda/envs
                          /home/jovyan/.conda/envs
               platform : linux-64
             user-agent : conda/4.8.3 requests/2.24.0 CPython/3.8.5 Linux/4.19.76-linuxkit ubuntu/20.04 glibc/2.31
                UID:GID : 1000:100
             netrc file : None
           offline mode : False
Command Line Output
...
[D 08:22:22.379 LabApp] Found kernel python3 in /opt/conda/share/jupyter/kernels
[D 08:22:22.380 LabApp] [nb_conda_kernels] refreshing conda info
[D 08:22:22.712 LabApp] 200 GET /api/kernelspecs?1600849342376 (192.168.48.2) 333.13ms
[D 08:22:22.718 LabApp] 202 GET /conda/tasks/1?1600849342580 (192.168.48.2) 2.69ms
[D 08:22:23.725 LabApp] 202 GET /conda/tasks/1?1600849343721 (192.168.48.2) 0.65ms
[D 08:22:24.732 LabApp] 202 GET /conda/tasks/1?1600849344729 (192.168.48.2) 0.78ms
[D 08:22:25.620 LabApp] 200 GET /api/sessions?1600849345616 (192.168.48.2) 1.12ms
[D 08:22:25.623 LabApp] 200 GET /api/kernels?1600849345619 (192.168.48.2) 1.29ms
[D 08:22:25.739 LabApp] 202 GET /conda/tasks/1?1600849345736 (192.168.48.2) 0.61ms
[D 08:22:26.745 LabApp] 202 GET /conda/tasks/1?1600849346742 (192.168.48.2) 0.54ms
[D 08:22:27.752 LabApp] 202 GET /conda/tasks/1?1600849347749 (192.168.48.2) 0.57ms
[D 08:22:28.071 LabApp] 200 GET /api/contents/work?content=1&1600849347951 (192.168.48.2) 116.48ms
[D 08:22:28.760 LabApp] 202 GET /conda/tasks/1?1600849348756 (192.168.48.2) 0.60ms
[D 08:22:29.769 LabApp] 202 GET /conda/tasks/1?1600849349766 (192.168.48.2) 0.56ms
[D 08:22:30.536 LabApp] 200 GET /api/terminals?1600849350532 (192.168.48.2) 0.62ms
[D 08:22:30.776 LabApp] 202 GET /conda/tasks/1?1600849350773 (192.168.48.2) 0.73ms
[D 08:22:31.783 LabApp] 202 GET /conda/tasks/1?1600849351780 (192.168.48.2) 0.87ms
[D 08:22:32.790 LabApp] 202 GET /conda/tasks/1?1600849352785 (192.168.48.2) 1.26m
...
Browser Output
Failed to load resource: the server responded with a status of 404 (Not Found) -- /conda/packages?1600813681244:1
Fail to read JSON response for request "Object" SyntaxError: Unexpected token < in JSON at position 0 -- services.js:623 
@mofeing
Copy link
Author

mofeing commented Sep 23, 2020

It solved by wizardry. I replicated the steps several times but the last one only installing the jupyterlab_conda extension.

Anyway, I am closing this issue. I will report here again if this issue happens again.

@mofeing mofeing closed this as completed Sep 23, 2020
@fcollonval
Copy link
Member

fcollonval commented Sep 24, 2020

@mofeing If you encounter the problem again, could you run JupyterLab in debug mode (jupyter lab --debug) and report here the error for jupyter_conda?

In debug mode, the executed conda commands and the raw output will be printed. This often helps a lot to figure out what happened.

Note : you could use mamba instead of conda for faster operations.

@hackeye
Copy link

hackeye commented Mar 24, 2021

@fcollonval

image

# packages in environment at D:\anaconda3:
#
# Name                    Version                   Build  Channel
jupyterlab                3.0.11             pyhd3eb1b0_0
jupyterlab_pygments       0.1.2                      py_0
jupyterlab_server         2.3.0              pyhd3eb1b0_0
jupyterlab_widgets        1.0.0              pyhd3eb1b0_1
[D 2021-03-24 17:32:13.212 ServerApp] 200 GET /api/sessions?1616578333203 (::1) 2.99ms
[D 2021-03-24 17:32:15.056 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:15.057 ServerApp] Found kernel python3 in D:\anaconda3\share\jupyter\kernels
[D 2021-03-24 17:32:15.059 ServerApp] 200 GET /api/kernelspecs?1616578335050 (::1) 2.99ms
[D 2021-03-24 17:32:19.930 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:19.933 ServerApp] 200 GET /api/contents?content=1&1616578339923 (::1) 2.99ms
[D 2021-03-24 17:32:23.190 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:23.192 ServerApp] 200 GET /api/kernels?1616578343183 (::1) 2.01ms
[D 2021-03-24 17:32:23.215 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:23.216 ServerApp] 200 GET /api/terminals?1616578343209 (::1) 1.99ms
[D 2021-03-24 17:32:23.225 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:23.227 ServerApp] 200 GET /api/sessions?1616578343216 (::1) 2.03ms
[D 2021-03-24 17:32:29.945 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:29.947 ServerApp] 200 GET /api/contents?content=1&1616578349937 (::1) 2.01ms
[D 2021-03-24 17:32:33.203 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:33.204 ServerApp] 200 GET /api/kernels?1616578353197 (::1) 1.02ms
[D 2021-03-24 17:32:33.232 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:33.233 ServerApp] 200 GET /api/terminals?1616578353223 (::1) 1.97ms
[D 2021-03-24 17:32:33.238 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:33.240 ServerApp] 200 GET /api/sessions?1616578353231 (::1) 2.00ms
[D 2021-03-24 17:32:39.961 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:39.963 ServerApp] 200 GET /api/contents?content=1&1616578359951 (::1) 3.03ms
[D 2021-03-24 17:32:43.215 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:43.216 ServerApp] 200 GET /api/kernels?1616578363207 (::1) 1.00ms
[D 2021-03-24 17:32:43.245 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:43.247 ServerApp] 200 GET /api/terminals?1616578363237 (::1) 2.00ms
[D 2021-03-24 17:32:43.251 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:43.252 ServerApp] 200 GET /api/sessions?1616578363243 (::1) 1.00ms
[D 2021-03-24 17:32:49.973 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:49.975 ServerApp] 200 GET /api/contents?content=1&1616578369966 (::1) 2.00ms
[D 2021-03-24 17:32:53.226 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:53.227 ServerApp] 200 GET /api/kernels?1616578373220 (::1) 1.00ms
[D 2021-03-24 17:32:53.259 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:53.260 ServerApp] 200 GET /api/terminals?1616578373252 (::1) 1.99ms
[D 2021-03-24 17:32:53.267 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:32:53.268 ServerApp] 200 GET /api/sessions?1616578373258 (::1) 0.99ms
[D 2021-03-24 17:33:00.191 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:00.193 ServerApp] 200 GET /api/contents?content=1&1616578379979 (::1) 2.99ms
[D 2021-03-24 17:33:03.239 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:03.240 ServerApp] 200 GET /api/kernels?1616578383232 (::1) 1.00ms
[D 2021-03-24 17:33:03.272 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:03.274 ServerApp] 200 GET /api/terminals?1616578383266 (::1) 1.97ms
[D 2021-03-24 17:33:03.281 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:03.282 ServerApp] 200 GET /api/sessions?1616578383271 (::1) 1.99ms
[D 2021-03-24 17:33:10.205 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:10.207 ServerApp] 200 GET /api/contents?content=1&1616578390197 (::1) 2.00ms
[D 2021-03-24 17:33:13.254 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:13.255 ServerApp] 200 GET /api/kernels?1616578393245 (::1) 0.83ms
[D 2021-03-24 17:33:13.288 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:13.290 ServerApp] 200 GET /api/terminals?1616578393280 (::1) 2.02ms
[D 2021-03-24 17:33:13.293 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:13.294 ServerApp] 200 GET /api/sessions?1616578393285 (::1) 1.01ms
[D 2021-03-24 17:33:16.073 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:16.075 ServerApp] Found kernel python3 in D:\anaconda3\share\jupyter\kernels
[D 2021-03-24 17:33:16.077 ServerApp] 200 GET /api/kernelspecs?1616578396065 (::1) 4.98ms
[D 2021-03-24 17:33:20.217 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:20.219 ServerApp] 200 GET /api/contents?content=1&1616578400210 (::1) 1.99ms
[D 2021-03-24 17:33:23.266 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:23.267 ServerApp] 200 GET /api/kernels?1616578403258 (::1) 1.03ms
[D 2021-03-24 17:33:23.303 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:23.304 ServerApp] 200 GET /api/terminals?1616578403293 (::1) 1.00ms
[D 2021-03-24 17:33:23.306 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:23.307 ServerApp] 200 GET /api/sessions?1616578403298 (::1) 2.00ms
[D 2021-03-24 17:33:30.231 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:30.233 ServerApp] 200 GET /api/contents?content=1&1616578410224 (::1) 2.04ms
[D 2021-03-24 17:33:33.279 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:33.280 ServerApp] 200 GET /api/kernels?1616578413272 (::1) 2.00ms
[D 2021-03-24 17:33:33.314 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:33.315 ServerApp] 200 GET /api/terminals?1616578413308 (::1) 1.00ms
[D 2021-03-24 17:33:33.317 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:33:33.319 ServerApp] 200 GET /api/sessions?1616578413309 (::1) 2.00ms
[D 2021-03-24 17:35:42.748 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:42.750 ServerApp] 200 GET /api/kernels?1616578542707 (::1) 2.99ms
[D 2021-03-24 17:35:42.751 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:42.753 ServerApp] 200 GET /api/sessions?1616578542710 (::1) 2.00ms
[D 2021-03-24 17:35:42.754 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:42.756 ServerApp] 200 GET /api/terminals?1616578542709 (::1) 2.99ms
[D 2021-03-24 17:35:49.692 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:49.695 ServerApp] 200 GET /api/contents?content=1&1616578549685 (::1) 3.99ms
[D 2021-03-24 17:35:52.771 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:52.772 ServerApp] 200 GET /api/kernels?1616578552763 (::1) 2.04ms
[D 2021-03-24 17:35:52.776 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:52.780 ServerApp] 200 GET /api/sessions?1616578552764 (::1) 4.33ms
[D 2021-03-24 17:35:52.780 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:52.781 ServerApp] 200 GET /api/terminals?1616578552766 (::1) 1.01ms
[D 2021-03-24 17:35:59.708 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:35:59.710 ServerApp] 200 GET /api/contents?content=1&1616578559700 (::1) 2.00ms
[D 2021-03-24 17:36:02.789 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:02.790 ServerApp] 200 GET /api/kernels?1616578562781 (::1) 1.99ms
[D 2021-03-24 17:36:02.792 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:02.793 ServerApp] 200 GET /api/sessions?1616578562783 (::1) 1.00ms
[D 2021-03-24 17:36:02.795 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:02.796 ServerApp] 200 GET /api/terminals?1616578562785 (::1) 1.00ms
[D 2021-03-24 17:36:10.165 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:10.167 ServerApp] 200 GET /api/contents?content=1&1616578570125 (::1) 2.99ms
[D 2021-03-24 17:36:12.807 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:12.808 ServerApp] 200 GET /api/kernels?1616578572797 (::1) 1.99ms
[D 2021-03-24 17:36:12.810 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:12.811 ServerApp] 200 GET /api/sessions?1616578572800 (::1) 2.15ms
[D 2021-03-24 17:36:12.812 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:12.813 ServerApp] 200 GET /api/terminals?1616578572802 (::1) 1.01ms
[D 2021-03-24 17:36:22.818 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:22.820 ServerApp] 200 GET /api/kernels?1616578582812 (::1) 1.99ms
[D 2021-03-24 17:36:22.822 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:22.823 ServerApp] 200 GET /api/sessions?1616578582815 (::1) 2.00ms
[D 2021-03-24 17:36:22.829 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:22.831 ServerApp] 200 GET /api/terminals?1616578582820 (::1) 1.00ms
[D 2021-03-24 17:36:30.691 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:30.694 ServerApp] 200 GET /api/contents?content=1&1616578590685 (::1) 2.99ms
[D 2021-03-24 17:36:32.833 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:32.834 ServerApp] 200 GET /api/kernels?1616578592826 (::1) 1.99ms
[D 2021-03-24 17:36:32.840 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:32.841 ServerApp] 200 GET /api/sessions?1616578592830 (::1) 1.00ms
[D 2021-03-24 17:36:32.843 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:32.846 ServerApp] 200 GET /api/terminals?1616578592834 (::1) 1.99ms
[D 2021-03-24 17:36:51.705 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:51.709 ServerApp] 200 GET /api/contents?content=1&1616578611697 (::1) 3.97ms
[D 2021-03-24 17:36:53.750 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:53.752 ServerApp] 200 GET /api/kernels?1616578613738 (::1) 1.99ms
[D 2021-03-24 17:36:53.753 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:53.757 ServerApp] 200 GET /api/sessions?1616578613741 (::1) 3.99ms
[D 2021-03-24 17:36:53.759 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:36:53.762 ServerApp] 200 GET /api/terminals?1616578613744 (::1) 2.99ms
[D 2021-03-24 17:37:01.903 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:01.906 ServerApp] 200 GET /api/contents?content=1&1616578621892 (::1) 3.00ms
[D 2021-03-24 17:37:03.987 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:03.989 ServerApp] 200 GET /api/kernels?1616578623977 (::1) 3.00ms
[D 2021-03-24 17:37:04.102 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:04.106 ServerApp] 200 GET /api/sessions?1616578624093 (::1) 4.00ms
[D 2021-03-24 17:37:04.108 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:04.109 ServerApp] 200 GET /api/terminals?1616578624094 (::1) 2.01ms
[D 2021-03-24 17:37:12.065 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:12.067 ServerApp] 200 GET /api/contents?content=1&1616578632057 (::1) 1.99ms
[D 2021-03-24 17:37:14.103 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:14.105 ServerApp] 200 GET /api/kernels?1616578634096 (::1) 1.98ms
[D 2021-03-24 17:37:14.118 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:14.119 ServerApp] 200 GET /api/sessions?1616578634111 (::1) 1.99ms
[D 2021-03-24 17:37:14.121 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:14.123 ServerApp] 200 GET /api/terminals?1616578634113 (::1) 1.00ms
[D 2021-03-24 17:37:21.701 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:21.703 ServerApp] Found kernel python3 in D:\anaconda3\share\jupyter\kernels
[D 2021-03-24 17:37:21.705 ServerApp] 200 GET /api/kernelspecs?1616578641694 (::1) 6.01ms
[D 2021-03-24 17:37:22.079 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:22.081 ServerApp] 200 GET /api/contents?content=1&1616578642074 (::1) 1.99ms
[D 2021-03-24 17:37:24.122 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:24.123 ServerApp] 200 GET /api/kernels?1616578644114 (::1) 1.99ms
[D 2021-03-24 17:37:24.132 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:24.134 ServerApp] 200 GET /api/sessions?1616578644126 (::1) 2.97ms
[D 2021-03-24 17:37:24.139 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:24.140 ServerApp] 200 GET /api/terminals?1616578644131 (::1) 0.99ms
[D 2021-03-24 17:37:32.095 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:32.097 ServerApp] 200 GET /api/contents?content=1&1616578652087 (::1) 2.29ms
[D 2021-03-24 17:37:34.138 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:34.140 ServerApp] 200 GET /api/kernels?1616578654128 (::1) 1.98ms
[D 2021-03-24 17:37:34.159 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:34.160 ServerApp] 200 GET /api/sessions?1616578654141 (::1) 1.98ms
[D 2021-03-24 17:37:34.161 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:34.164 ServerApp] 200 GET /api/terminals?1616578654145 (::1) 3.01ms
[D 2021-03-24 17:37:42.111 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:42.114 ServerApp] 200 GET /api/contents?content=1&1616578662103 (::1) 3.00ms
[D 2021-03-24 17:37:44.186 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:44.187 ServerApp] 200 GET /api/kernels?1616578664158 (::1) 1.99ms
[D 2021-03-24 17:37:44.191 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:44.194 ServerApp] 200 GET /api/sessions?1616578664173 (::1) 2.99ms
[D 2021-03-24 17:37:44.196 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:44.201 ServerApp] 200 GET /api/terminals?1616578664175 (::1) 5.99ms
[D 2021-03-24 17:37:52.126 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:52.128 ServerApp] 200 GET /api/contents?content=1&1616578672120 (::1) 1.98ms
[D 2021-03-24 17:37:54.209 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:54.211 ServerApp] 200 GET /api/kernels?1616578674203 (::1) 1.98ms
[D 2021-03-24 17:37:54.227 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:54.229 ServerApp] 200 GET /api/sessions?1616578674217 (::1) 1.99ms
[D 2021-03-24 17:37:54.230 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:37:54.285 ServerApp] 200 GET /api/terminals?1616578674219 (::1) 54.85ms
[D 2021-03-24 17:38:02.140 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:02.144 ServerApp] 200 GET /api/contents?content=1&1616578682133 (::1) 4.99ms
[D 2021-03-24 17:38:04.232 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:04.234 ServerApp] 200 GET /api/kernels?1616578684222 (::1) 0.99ms
[D 2021-03-24 17:38:04.293 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:04.296 ServerApp] 200 GET /api/sessions?1616578684286 (::1) 3.99ms
[D 2021-03-24 17:38:04.299 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:04.300 ServerApp] 200 GET /api/terminals?1616578684290 (::1) 2.00ms
[D 2021-03-24 17:38:12.157 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:12.159 ServerApp] 200 GET /api/contents?content=1&1616578692150 (::1) 2.98ms
[D 2021-03-24 17:38:14.245 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:14.246 ServerApp] 200 GET /api/kernels?1616578694239 (::1) 1.00ms
[D 2021-03-24 17:38:14.307 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:14.309 ServerApp] 200 GET /api/sessions?1616578694300 (::1) 1.99ms
[D 2021-03-24 17:38:14.311 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:14.312 ServerApp] 200 GET /api/terminals?1616578694305 (::1) 1.99ms
[D 2021-03-24 17:38:22.171 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:22.174 ServerApp] 200 GET /api/contents?content=1&1616578702165 (::1) 3.01ms
[D 2021-03-24 17:38:22.717 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:22.718 ServerApp] Found kernel python3 in D:\anaconda3\share\jupyter\kernels
[D 2021-03-24 17:38:22.720 ServerApp] 200 GET /api/kernelspecs?1616578702710 (::1) 4.01ms
[D 2021-03-24 17:38:24.257 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:24.258 ServerApp] 200 GET /api/kernels?1616578704251 (::1) 0.98ms
[D 2021-03-24 17:38:24.321 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:24.323 ServerApp] 200 GET /api/sessions?1616578704315 (::1) 1.99ms
[D 2021-03-24 17:38:24.324 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:24.325 ServerApp] 200 GET /api/terminals?1616578704317 (::1) 1.99ms
[D 2021-03-24 17:38:32.190 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:32.192 ServerApp] 200 GET /api/contents?content=1&1616578712182 (::1) 3.01ms
[D 2021-03-24 17:38:34.271 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:34.274 ServerApp] 200 GET /api/kernels?1616578714264 (::1) 2.99ms
[D 2021-03-24 17:38:34.334 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:34.336 ServerApp] 200 GET /api/sessions?1616578714328 (::1) 1.99ms
[D 2021-03-24 17:38:34.341 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:34.342 ServerApp] 200 GET /api/terminals?1616578714333 (::1) 0.99ms
[D 2021-03-24 17:38:42.204 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:42.206 ServerApp] 200 GET /api/contents?content=1&1616578722197 (::1) 2.00ms
[D 2021-03-24 17:38:44.286 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:44.287 ServerApp] 200 GET /api/kernels?1616578724279 (::1) 1.02ms
[D 2021-03-24 17:38:44.351 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:44.352 ServerApp] 200 GET /api/sessions?1616578724344 (::1) 1.98ms
[D 2021-03-24 17:38:44.354 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:44.356 ServerApp] 200 GET /api/terminals?1616578724347 (::1) 2.01ms
[D 2021-03-24 17:38:52.218 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:52.220 ServerApp] 200 GET /api/contents?content=1&1616578732212 (::1) 2.97ms
[D 2021-03-24 17:38:54.300 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:54.301 ServerApp] 200 GET /api/kernels?1616578734294 (::1) 1.10ms
[D 2021-03-24 17:38:54.365 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:54.367 ServerApp] 200 GET /api/sessions?1616578734359 (::1) 1.99ms
[D 2021-03-24 17:38:54.369 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:38:54.370 ServerApp] 200 GET /api/terminals?1616578734361 (::1) 2.00ms
[D 2021-03-24 17:39:02.236 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:02.238 ServerApp] 200 GET /api/contents?content=1&1616578742228 (::1) 2.32ms
[D 2021-03-24 17:39:04.312 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:04.313 ServerApp] 200 GET /api/kernels?1616578744307 (::1) 0.98ms
[D 2021-03-24 17:39:04.378 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:04.380 ServerApp] 200 GET /api/sessions?1616578744372 (::1) 1.99ms
[D 2021-03-24 17:39:04.382 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:04.383 ServerApp] 200 GET /api/terminals?1616578744374 (::1) 2.01ms
[D 2021-03-24 17:39:12.249 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:12.252 ServerApp] 200 GET /api/contents?content=1&1616578752242 (::1) 2.99ms
[D 2021-03-24 17:39:14.325 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:14.326 ServerApp] 200 GET /api/kernels?1616578754319 (::1) 1.00ms
[D 2021-03-24 17:39:14.391 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:14.392 ServerApp] 200 GET /api/sessions?1616578754385 (::1) 0.98ms
[D 2021-03-24 17:39:14.394 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:14.398 ServerApp] 200 GET /api/terminals?1616578754389 (::1) 3.99ms
[D 2021-03-24 17:39:22.264 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:22.266 ServerApp] 200 GET /api/contents?content=1&1616578762257 (::1) 3.03ms
[D 2021-03-24 17:39:23.733 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:23.734 ServerApp] Found kernel python3 in D:\anaconda3\share\jupyter\kernels
[D 2021-03-24 17:39:23.736 ServerApp] 200 GET /api/kernelspecs?1616578763727 (::1) 3.99ms
[D 2021-03-24 17:39:24.340 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:24.342 ServerApp] 200 GET /api/kernels?1616578764333 (::1) 2.98ms
[D 2021-03-24 17:39:24.406 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:24.408 ServerApp] 200 GET /api/sessions?1616578764399 (::1) 3.00ms
[D 2021-03-24 17:39:24.413 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:24.415 ServerApp] 200 GET /api/terminals?1616578764404 (::1) 3.41ms
[D 2021-03-24 17:39:32.276 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:32.279 ServerApp] 200 GET /api/contents?content=1&1616578772270 (::1) 3.00ms
[D 2021-03-24 17:39:34.354 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:34.355 ServerApp] 200 GET /api/kernels?1616578774346 (::1) 0.99ms
[D 2021-03-24 17:39:34.425 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:34.427 ServerApp] 200 GET /api/sessions?1616578774419 (::1) 1.99ms
[D 2021-03-24 17:39:34.430 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:34.433 ServerApp] 200 GET /api/terminals?1616578774421 (::1) 2.98ms
[D 2021-03-24 17:39:42.293 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:42.295 ServerApp] 200 GET /api/contents?content=1&1616578782285 (::1) 2.00ms
[D 2021-03-24 17:39:44.366 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:44.367 ServerApp] 200 GET /api/kernels?1616578784360 (::1) 2.00ms
[D 2021-03-24 17:39:44.442 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:44.444 ServerApp] 200 GET /api/sessions?1616578784435 (::1) 2.99ms
[D 2021-03-24 17:39:44.446 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:44.448 ServerApp] 200 GET /api/terminals?1616578784438 (::1) 2.00ms
[D 2021-03-24 17:39:52.306 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:52.309 ServerApp] 200 GET /api/contents?content=1&1616578792299 (::1) 2.99ms
[D 2021-03-24 17:39:54.378 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:54.379 ServerApp] 200 GET /api/kernels?1616578794373 (::1) 2.05ms
[D 2021-03-24 17:39:54.458 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:54.460 ServerApp] 200 GET /api/sessions?1616578794450 (::1) 3.01ms
[D 2021-03-24 17:39:54.461 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:39:54.462 ServerApp] 200 GET /api/terminals?1616578794452 (::1) 1.00ms
[D 2021-03-24 17:40:02.321 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:40:02.323 ServerApp] 200 GET /api/contents?content=1&1616578802314 (::1) 3.01ms
[D 2021-03-24 17:40:04.391 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:40:04.392 ServerApp] 200 GET /api/kernels?1616578804385 (::1) 1.00ms
[D 2021-03-24 17:40:04.471 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:40:04.473 ServerApp] 200 GET /api/sessions?1616578804465 (::1) 2.00ms
[D 2021-03-24 17:40:04.474 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:40:04.476 ServerApp] 200 GET /api/terminals?1616578804466 (::1) 1.99ms
[D 2021-03-24 17:40:12.338 ServerApp] Accepting token-authenticated connection from ::1
[D 2021-03-24 17:40:12.343 ServerApp] 200 GET /api/contents?content=1&1616578812330 (::1) 5.97ms

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

No branches or pull requests

3 participants