<!-- Welcome! Thank you for contributing. These HTML comments will not render in… the issue.
Before creating a new issue:
* Search for relevant issues
* Follow the issue reporting guidelines:
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
-->
## Description
When the `--collaborative` flag is enabled, notebooks might to end up in a state where saving does not work anymore.
When the notebook gets to that state, clicking on the save icon or hitting CTRL/CMD+S won't have any effect and an old version of the notebook will be on disk upon refresh.
Other features also stop working, such as exporting the notebook in Markdown (Save an Export Notebook As... -> Markdown).
However, the user will most likely won't be aware that the notebook isn't actually getting saved as it would still be possible to modify the notebook normally and to run cells, making it easy to continue working and to eventually lose work.
https://user-images.githubusercontent.com/80056737/138603531-0356c7ed-aeac-4fa1-b35f-640d54df9f67.mp4
## Reproduce
1. This was only reproducible with the `--collaborative` flag on. If the flag isn't used, the problem cannot be reproduced.
2. Run jupyter lab with the `--collaborative` flag. I used the following command in a docker container `jupyter lab --ServerApp.ip='0.0.0.0' --ServerApp.base_url='/jupyter' --ServerApp.allow_root=True --ServerApp.port=8888 --ServerApp.token='' --no-browser --collaborative`
3. Create a new notebooks and run a few cells
4. Spam save either with the save button or with ctrl/cmd+s - I think this has something to do with the network because when I was running it from a docker on my local machine I had to hold the cmd+s buttons for a few seconds until I was able to reproduce it. When jupyter lab was running on k8s and accessed across network, I only had to hit the save button about 2-3 times to reproduce.
5. After that, there is no way to save the notebook. It's possible to use the all the functionality of the notebook to create, delete and run cells but these changes won't be saved and when the page will be refreshed the changes will be gone.
<!--Describe how you diagnosed the issue. See the guidelines at
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html -->
## Expected behavior
Either be able to keep saving the notebook even after spamming the save button or alert the user that there's an error while saving the notebook so the user will be aware and won't lose work.
## Context
- Operating System and version: Container - Ubuntu 18.04.6, Local - OSX Big Sur 11.6
- Browser and version: Chrome 94.0.4606.81, Firefox 93.0
- JupyterLab version: 3.1.8, 3.2.0, 3.2.1
<details><summary>Troubleshoot Output</summary>
<pre>
root@c333252ccb2c:/app# jupyter troubleshoot
$PATH:
/opt/miniconda/envs/jupyter_demo/bin
/opt/miniconda/condabin
/opt/miniconda/envs/jupyter_demo/bin
/opt/miniconda/bin
/usr/local/sbin
/usr/local/bin
/usr/sbin
/usr/bin
/sbin
/bin
sys.path:
/opt/miniconda/envs/jupyter_demo/bin
/opt/miniconda/envs/jupyter_demo/lib/python38.zip
/opt/miniconda/envs/jupyter_demo/lib/python3.8
/opt/miniconda/envs/jupyter_demo/lib/python3.8/lib-dynload
/opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages
sys.executable:
/opt/miniconda/envs/jupyter_demo/bin/python
sys.version:
3.8.4 | packaged by conda-forge | (default, Jul 17 2020, 15:16:46)
[GCC 7.5.0]
platform.platform():
Linux-5.10.47-linuxkit-x86_64-with-glibc2.10
which -a jupyter:
/opt/miniconda/envs/jupyter_demo/bin/jupyter
/opt/miniconda/envs/jupyter_demo/bin/jupyter
pip list:
Package Version
----------------------------- -----------
aiohttp 3.7.4.post0
aiohttp-cors 0.7.0
aioredis 1.3.1
anyio 3.3.4
argon2-cffi 21.1.0
async-generator 1.10
async-timeout 3.0.1
attrs 21.2.0
Babel 2.9.1
backcall 0.2.0
backports.functools-lru-cache 1.6.4
bleach 4.1.0
blessings 1.7
brotlipy 0.7.0
cachetools 4.2.4
certifi 2021.10.8
cffi 1.14.4
chardet 4.0.0
charset-normalizer 2.0.0
click 8.0.3
cloudpickle 2.0.0
colorful 0.5.4
cryptography 35.0.0
dask 2021.10.0
debugpy 1.4.1
decorator 5.1.0
defusedxml 0.7.1
entrypoints 0.3
filelock 3.3.1
fsspec 2021.10.1
gcsfs 2021.10.1
google-api-core 2.1.1
google-auth 2.3.0
google-auth-oauthlib 0.4.6
google-cloud-core 2.1.0
google-cloud-storage 1.42.3
google-crc32c 1.3.0
google-resumable-media 2.0.3
googleapis-common-protos 1.53.0
gpustat 0.6.0
grpcio 1.41.0
hiredis 2.0.0
idna 3.1
importlib-metadata 4.8.1
iniconfig 1.1.1
ipykernel 6.4.2
ipython 7.28.0
ipython-genutils 0.2.0
jedi 0.18.0
Jinja2 3.0.2
json5 0.9.5
jsonschema 4.1.2
jupyter-client 7.0.6
jupyter-core 4.8.1
jupyter-server 1.11.1
jupyterlab 3.2.1
jupyterlab-pygments 0.1.2
jupyterlab-server 2.8.2
locket 0.2.1
MarkupSafe 2.0.1
matplotlib-inline 0.1.3
mistune 0.8.4
more-itertools 8.10.0
msgpack 1.0.2
multidict 5.2.0
nbclassic 0.3.2
nbclient 0.5.4
nbconvert 6.2.0
nbformat 5.1.3
nest-asyncio 1.5.1
notebook 6.4.5
numpy 1.19.5
nvidia-ml-py3 7.352.0
oauthlib 3.1.1
opencensus 0.8.0
opencensus-context 0.1.2
packaging 21.0
pandas 1.3.4
pandocfilters 1.5.0
parso 0.8.2
partd 1.2.0
pexpect 4.8.0
pickleshare 0.7.5
pip 21.3.1
pluggy 1.0.0
prometheus-client 0.11.0
prompt-toolkit 3.0.21
protobuf 3.19.0
psutil 5.8.0
ptyprocess 0.7.0
py 1.10.0
py-spy 0.3.10
pyarrow 4.0.1
pyasn1 0.4.8
pyasn1-modules 0.2.8
pycparser 2.20
Pygments 2.10.0
pyOpenSSL 20.0.1
pyparsing 2.4.7
pyrsistent 0.17.3
PySocks 1.7.1
pytest 6.2.5
python-dateutil 2.8.2
python-json-logger 2.0.2
pytz 2021.3
PyYAML 6.0
pyzmq 22.3.0
ray 1.7.0
redis 3.5.3
requests 2.26.0
requests-oauthlib 1.3.0
requests-unixsocket 0.2.0
rsa 4.7.2
scipy 1.7.1
Send2Trash 1.8.0
setuptools 58.2.0
six 1.16.0
sniffio 1.2.0
terminado 0.12.1
testpath 0.5.0
toml 0.10.2
toolz 0.11.1
tornado 6.1
traitlets 5.1.0
typing-extensions 3.10.0.2
urllib3 1.26.7
wcwidth 0.2.5
webencodings 0.5.1
websocket-client 0.57.0
wheel 0.37.0
wrapt 1.13.2
xgboost 1.5.0
xgboost-ray 0.1.4
yarl 1.7.0
zipp 3.6.0
conda list:
# packages in environment at /opt/miniconda/envs/jupyter_demo:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 1_gnu conda-forge
aiohttp 3.7.4.post0 pypi_0 pypi
aiohttp-cors 0.7.0 pypi_0 pypi
aioredis 1.3.1 pypi_0 pypi
anyio 3.3.4 py38h578d9bd_0 conda-forge
argon2-cffi 21.1.0 py38h497a2fe_0 conda-forge
async-timeout 3.0.1 pypi_0 pypi
async_generator 1.10 py_0 conda-forge
attrs 21.2.0 pyhd8ed1ab_0 conda-forge
babel 2.9.1 pyh44b312d_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 py_2 conda-forge
backports.functools_lru_cache 1.6.4 pyhd8ed1ab_0 conda-forge
bleach 4.1.0 pyhd8ed1ab_0 conda-forge
blessings 1.7 pypi_0 pypi
brotlipy 0.7.0 py38h497a2fe_1001 conda-forge
ca-certificates 2021.10.8 ha878542_0 conda-forge
cachetools 4.2.4 pypi_0 pypi
certifi 2021.10.8 py38h578d9bd_0 conda-forge
cffi 1.14.4 py38ha312104_0 conda-forge
chardet 4.0.0 py38h578d9bd_1 conda-forge
charset-normalizer 2.0.0 pyhd8ed1ab_0 conda-forge
click 8.0.3 pypi_0 pypi
cloudpickle 2.0.0 pypi_0 pypi
colorful 0.5.4 pypi_0 pypi
cryptography 35.0.0 py38ha5dfef3_0 conda-forge
dask 2021.10.0 pypi_0 pypi
debugpy 1.4.1 py38h709712a_0 conda-forge
decorator 5.1.0 pyhd8ed1ab_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
entrypoints 0.3 py38h32f6830_1002 conda-forge
filelock 3.3.1 pypi_0 pypi
fsspec 2021.10.1 pypi_0 pypi
gcsfs 2021.10.1 pypi_0 pypi
google-api-core 2.1.1 pypi_0 pypi
google-auth 2.3.0 pypi_0 pypi
google-auth-oauthlib 0.4.6 pypi_0 pypi
google-cloud-core 2.1.0 pypi_0 pypi
google-cloud-storage 1.42.3 pypi_0 pypi
google-crc32c 1.3.0 pypi_0 pypi
google-resumable-media 2.0.3 pypi_0 pypi
googleapis-common-protos 1.53.0 pypi_0 pypi
gpustat 0.6.0 pypi_0 pypi
grpcio 1.41.0 pypi_0 pypi
hiredis 2.0.0 pypi_0 pypi
icu 68.1 h58526e2_0 conda-forge
idna 3.1 pyhd3deb0d_0 conda-forge
importlib-metadata 4.8.1 py38h578d9bd_0 conda-forge
iniconfig 1.1.1 pyh9f0ad1d_0 conda-forge
ipykernel 6.4.2 py38he5a9106_0 conda-forge
ipython 7.28.0 py38he5a9106_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
jedi 0.18.0 py38h578d9bd_2 conda-forge
jinja2 3.0.2 pyhd8ed1ab_0 conda-forge
json5 0.9.5 pyh9f0ad1d_0 conda-forge
jsonschema 4.1.2 pyhd8ed1ab_0 conda-forge
jupyter_client 7.0.6 pyhd8ed1ab_0 conda-forge
jupyter_core 4.8.1 py38h578d9bd_0 conda-forge
jupyter_server 1.11.1 pyhd8ed1ab_0 conda-forge
jupyterlab 3.2.1 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.1.2 pyh9f0ad1d_0 conda-forge
jupyterlab_server 2.8.2 pyhd8ed1ab_0 conda-forge
ld_impl_linux-64 2.36.1 hea4e1c9_2 conda-forge
libffi 3.2.1 he1b5a44_1007 conda-forge
libgcc-ng 11.2.0 h1d223b6_11 conda-forge
libgomp 11.2.0 h1d223b6_11 conda-forge
libsodium 1.0.18 h36c2ea0_1 conda-forge
libstdcxx-ng 11.2.0 he4da1e4_11 conda-forge
libuv 1.42.0 h7f98852_0 conda-forge
libzlib 1.2.11 h36c2ea0_1013 conda-forge
locket 0.2.1 pypi_0 pypi
markupsafe 2.0.1 py38h497a2fe_0 conda-forge
matplotlib-inline 0.1.3 pyhd8ed1ab_0 conda-forge
mistune 0.8.4 py38h497a2fe_1004 conda-forge
more-itertools 8.10.0 pyhd8ed1ab_0 conda-forge
msgpack 1.0.2 pypi_0 pypi
multidict 5.2.0 pypi_0 pypi
nbclassic 0.3.2 pyhd8ed1ab_0 conda-forge
nbclient 0.5.4 pyhd8ed1ab_0 conda-forge
nbconvert 6.2.0 py38h578d9bd_0 conda-forge
nbformat 5.1.3 pyhd8ed1ab_0 conda-forge
ncurses 6.2 h58526e2_4 conda-forge
nest-asyncio 1.5.1 pyhd8ed1ab_0 conda-forge
nodejs 16.10.0 h92b4a50_1 conda-forge
notebook 6.4.5 pyha770c72_0 conda-forge
numpy 1.19.5 pypi_0 pypi
nvidia-ml-py3 7.352.0 pypi_0 pypi
oauthlib 3.1.1 pypi_0 pypi
opencensus 0.8.0 pypi_0 pypi
opencensus-context 0.1.2 pypi_0 pypi
openssl 1.1.1l h7f98852_0 conda-forge
packaging 21.0 pyhd8ed1ab_0 conda-forge
pandas 1.3.4 pypi_0 pypi
pandoc 2.14.2 h7f98852_0 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
parso 0.8.2 pyhd8ed1ab_0 conda-forge
partd 1.2.0 pypi_0 pypi
pexpect 4.8.0 py38h32f6830_1 conda-forge
pickleshare 0.7.5 py38h32f6830_1002 conda-forge
pip 21.3.1 pyhd8ed1ab_0 conda-forge
pluggy 1.0.0 py38h578d9bd_1 conda-forge
prometheus_client 0.11.0 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.21 pyha770c72_0 conda-forge
protobuf 3.19.0 pypi_0 pypi
psutil 5.8.0 pypi_0 pypi
ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge
py 1.10.0 pyhd3deb0d_0 conda-forge
py-spy 0.3.10 pypi_0 pypi
pyarrow 4.0.1 pypi_0 pypi
pyasn1 0.4.8 pypi_0 pypi
pyasn1-modules 0.2.8 pypi_0 pypi
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pygments 2.10.0 pyhd8ed1ab_0 conda-forge
pyopenssl 20.0.1 pypi_0 pypi
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyrsistent 0.17.3 py38h497a2fe_2 conda-forge
pysocks 1.7.1 py38h578d9bd_3 conda-forge
pytest 6.2.5 py38h578d9bd_0 conda-forge
python 3.8.4 cpython_h425cb1d_0 conda-forge
python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge
python-json-logger 2.0.2 pypi_0 pypi
python_abi 3.8 2_cp38 conda-forge
pytz 2021.3 pyhd8ed1ab_0 conda-forge
pyyaml 6.0 pypi_0 pypi
pyzmq 22.3.0 py38h2035c66_0 conda-forge
ray 1.7.0 pypi_0 pypi
readline 8.1 h46c0cb4_0 conda-forge
redis 3.5.3 pypi_0 pypi
requests 2.26.0 pyhd8ed1ab_0 conda-forge
requests-oauthlib 1.3.0 pypi_0 pypi
requests-unixsocket 0.2.0 py_0 conda-forge
rsa 4.7.2 pypi_0 pypi
scipy 1.7.1 pypi_0 pypi
send2trash 1.8.0 pyhd8ed1ab_0 conda-forge
setuptools 58.2.0 py38h578d9bd_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
sniffio 1.2.0 py38h578d9bd_1 conda-forge
sqlite 3.36.0 h9cd32fc_2 conda-forge
terminado 0.12.1 py38h578d9bd_0 conda-forge
testpath 0.5.0 pyhd8ed1ab_0 conda-forge
tk 8.6.11 h27826a3_1 conda-forge
toml 0.10.2 pyhd8ed1ab_0 conda-forge
toolz 0.11.1 pypi_0 pypi
tornado 6.1 py38h497a2fe_1 conda-forge
traitlets 5.1.0 pyhd8ed1ab_0 conda-forge
typing-extensions 3.10.0.2 pypi_0 pypi
urllib3 1.26.7 pyhd8ed1ab_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_2 conda-forge
webencodings 0.5.1 py_1 conda-forge
websocket-client 0.57.0 py38h578d9bd_4 conda-forge
wheel 0.37.0 pyhd8ed1ab_1 conda-forge
wrapt 1.13.2 pypi_0 pypi
xgboost 1.5.0 pypi_0 pypi
xgboost-ray 0.1.4 pypi_0 pypi
xz 5.2.5 h516909a_1 conda-forge
yarl 1.7.0 pypi_0 pypi
zeromq 4.3.4 h9c3ff4c_1 conda-forge
zipp 3.6.0 pyhd8ed1ab_0 conda-forge
zlib 1.2.11 h36c2ea0_1013 conda-forge
conda env:
name: jupyter_demo
channels:
- conda-forge
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_gnu
- anyio=3.3.4=py38h578d9bd_0
- argon2-cffi=21.1.0=py38h497a2fe_0
- async_generator=1.10=py_0
- attrs=21.2.0=pyhd8ed1ab_0
- babel=2.9.1=pyh44b312d_0
- backcall=0.2.0=pyh9f0ad1d_0
- backports=1.0=py_2
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
- bleach=4.1.0=pyhd8ed1ab_0
- brotlipy=0.7.0=py38h497a2fe_1001
- ca-certificates=2021.10.8=ha878542_0
- certifi=2021.10.8=py38h578d9bd_0
- cffi=1.14.4=py38ha312104_0
- chardet=4.0.0=py38h578d9bd_1
- charset-normalizer=2.0.0=pyhd8ed1ab_0
- cryptography=35.0.0=py38ha5dfef3_0
- debugpy=1.4.1=py38h709712a_0
- decorator=5.1.0=pyhd8ed1ab_0
- defusedxml=0.7.1=pyhd8ed1ab_0
- entrypoints=0.3=py38h32f6830_1002
- icu=68.1=h58526e2_0
- idna=3.1=pyhd3deb0d_0
- importlib-metadata=4.8.1=py38h578d9bd_0
- iniconfig=1.1.1=pyh9f0ad1d_0
- ipykernel=6.4.2=py38he5a9106_0
- ipython=7.28.0=py38he5a9106_0
- ipython_genutils=0.2.0=py_1
- jedi=0.18.0=py38h578d9bd_2
- jinja2=3.0.2=pyhd8ed1ab_0
- json5=0.9.5=pyh9f0ad1d_0
- jsonschema=4.1.2=pyhd8ed1ab_0
- jupyter_client=7.0.6=pyhd8ed1ab_0
- jupyter_core=4.8.1=py38h578d9bd_0
- jupyter_server=1.11.1=pyhd8ed1ab_0
- jupyterlab=3.2.1=pyhd8ed1ab_0
- jupyterlab_pygments=0.1.2=pyh9f0ad1d_0
- jupyterlab_server=2.8.2=pyhd8ed1ab_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- libffi=3.2.1=he1b5a44_1007
- libgcc-ng=11.2.0=h1d223b6_11
- libgomp=11.2.0=h1d223b6_11
- libsodium=1.0.18=h36c2ea0_1
- libstdcxx-ng=11.2.0=he4da1e4_11
- libuv=1.42.0=h7f98852_0
- libzlib=1.2.11=h36c2ea0_1013
- markupsafe=2.0.1=py38h497a2fe_0
- matplotlib-inline=0.1.3=pyhd8ed1ab_0
- mistune=0.8.4=py38h497a2fe_1004
- more-itertools=8.10.0=pyhd8ed1ab_0
- nbclassic=0.3.2=pyhd8ed1ab_0
- nbclient=0.5.4=pyhd8ed1ab_0
- nbconvert=6.2.0=py38h578d9bd_0
- nbformat=5.1.3=pyhd8ed1ab_0
- ncurses=6.2=h58526e2_4
- nest-asyncio=1.5.1=pyhd8ed1ab_0
- nodejs=16.10.0=h92b4a50_1
- notebook=6.4.5=pyha770c72_0
- openssl=1.1.1l=h7f98852_0
- packaging=21.0=pyhd8ed1ab_0
- pandoc=2.14.2=h7f98852_0
- pandocfilters=1.5.0=pyhd8ed1ab_0
- parso=0.8.2=pyhd8ed1ab_0
- pexpect=4.8.0=py38h32f6830_1
- pickleshare=0.7.5=py38h32f6830_1002
- pip=21.3.1=pyhd8ed1ab_0
- pluggy=1.0.0=py38h578d9bd_1
- prometheus_client=0.11.0=pyhd8ed1ab_0
- prompt-toolkit=3.0.21=pyha770c72_0
- ptyprocess=0.7.0=pyhd3deb0d_0
- py=1.10.0=pyhd3deb0d_0
- pycparser=2.20=pyh9f0ad1d_2
- pygments=2.10.0=pyhd8ed1ab_0
- pyparsing=2.4.7=pyh9f0ad1d_0
- pyrsistent=0.17.3=py38h497a2fe_2
- pysocks=1.7.1=py38h578d9bd_3
- pytest=6.2.5=py38h578d9bd_0
- python=3.8.4=cpython_h425cb1d_0
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python_abi=3.8=2_cp38
- pytz=2021.3=pyhd8ed1ab_0
- pyzmq=22.3.0=py38h2035c66_0
- readline=8.1=h46c0cb4_0
- requests=2.26.0=pyhd8ed1ab_0
- requests-unixsocket=0.2.0=py_0
- send2trash=1.8.0=pyhd8ed1ab_0
- setuptools=58.2.0=py38h578d9bd_0
- six=1.16.0=pyh6c4a22f_0
- sniffio=1.2.0=py38h578d9bd_1
- sqlite=3.36.0=h9cd32fc_2
- terminado=0.12.1=py38h578d9bd_0
- testpath=0.5.0=pyhd8ed1ab_0
- tk=8.6.11=h27826a3_1
- toml=0.10.2=pyhd8ed1ab_0
- tornado=6.1=py38h497a2fe_1
- traitlets=5.1.0=pyhd8ed1ab_0
- urllib3=1.26.7=pyhd8ed1ab_0
- wcwidth=0.2.5=pyh9f0ad1d_2
- webencodings=0.5.1=py_1
- websocket-client=0.57.0=py38h578d9bd_4
- wheel=0.37.0=pyhd8ed1ab_1
- xz=5.2.5=h516909a_1
- zeromq=4.3.4=h9c3ff4c_1
- zipp=3.6.0=pyhd8ed1ab_0
- zlib=1.2.11=h36c2ea0_1013
- pip:
- aiohttp==3.7.4.post0
- aiohttp-cors==0.7.0
- aioredis==1.3.1
- async-timeout==3.0.1
- blessings==1.7
- cachetools==4.2.4
- click==8.0.3
- cloudpickle==2.0.0
- colorful==0.5.4
- dask==2021.10.0
- filelock==3.3.1
- fsspec==2021.10.1
- gcsfs==2021.10.1
- google-api-core==2.1.1
- google-auth==2.3.0
- google-auth-oauthlib==0.4.6
- google-cloud-core==2.1.0
- google-cloud-storage==1.42.3
- google-crc32c==1.3.0
- google-resumable-media==2.0.3
- googleapis-common-protos==1.53.0
- gpustat==0.6.0
- grpcio==1.41.0
- hiredis==2.0.0
- locket==0.2.1
- msgpack==1.0.2
- multidict==5.2.0
- numpy==1.19.5
- nvidia-ml-py3==7.352.0
- oauthlib==3.1.1
- opencensus==0.8.0
- opencensus-context==0.1.2
- pandas==1.3.4
- partd==1.2.0
- protobuf==3.19.0
- psutil==5.8.0
- py-spy==0.3.10
- pyarrow==4.0.1
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyopenssl==20.0.1
- python-json-logger==2.0.2
- pyyaml==6.0
- ray==1.7.0
- redis==3.5.3
- requests-oauthlib==1.3.0
- rsa==4.7.2
- scipy==1.7.1
- toolz==0.11.1
- typing-extensions==3.10.0.2
- wrapt==1.13.2
- xgboost==1.5.0
- xgboost-ray==0.1.4
- yarl==1.7.0
prefix: /opt/miniconda/envs/jupyter_demo
root@c333252ccb2c:/app#
</pre>
</details>
<details><summary>Command Line Output</summary>
<pre>
root@c333252ccb2c:/app# jupyter lab --ServerApp.ip='0.0.0.0' --ServerApp.base_url='/jupyter' --ServerApp.allow_root=True --ServerApp.port=8888 --ServerApp.token='' --no-browser --debug --collaborative
[D 2021-10-24 00:18:14.510 ServerApp] Searching ['/app', '/root/.jupyter', '/opt/miniconda/envs/jupyter_demo/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2021-10-24 00:18:14.510 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2021-10-24 00:18:14.510 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2021-10-24 00:18:14.511 ServerApp] Looking for jupyter_config in /opt/miniconda/envs/jupyter_demo/etc/jupyter
[D 2021-10-24 00:18:14.511 ServerApp] Looking for jupyter_config in /root/.jupyter
[D 2021-10-24 00:18:14.511 ServerApp] Looking for jupyter_config in /app
[D 2021-10-24 00:18:14.513 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2021-10-24 00:18:14.513 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2021-10-24 00:18:14.513 ServerApp] Looking for jupyter_server_config in /opt/miniconda/envs/jupyter_demo/etc/jupyter
[D 2021-10-24 00:18:14.513 ServerApp] Looking for jupyter_server_config in /root/.jupyter
[D 2021-10-24 00:18:14.514 ServerApp] Looking for jupyter_server_config in /app
[D 2021-10-24 00:18:14.518 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2021-10-24 00:18:14.518 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2021-10-24 00:18:14.519 ServerApp] Paths used for configuration of jupyter_server_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/opt/miniconda/envs/jupyter_demo/etc/jupyter/jupyter_server_config.d/nbclassic.json
/opt/miniconda/envs/jupyter_demo/etc/jupyter/jupyter_server_config.json
[D 2021-10-24 00:18:14.521 ServerApp] Paths used for configuration of jupyter_server_config:
/root/.jupyter/jupyter_server_config.json
[D 2021-10-24 00:18:14.541 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'ip': '0.0.0.0', 'base_url': '/jupyter', 'allow_root': True, 'port': 8888, 'token': '', 'open_browser': False, 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue {'update': {'nbclassic': True}}>}, 'ExtensionApp': {'open_browser': False, 'log_level': 'DEBUG'}, 'LabApp': {'collaborative': True}}
[I 2021-10-24 00:18:14.544 ServerApp] jupyterlab | extension was successfully linked.
[D 2021-10-24 00:18:14.557 NotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'ip': '0.0.0.0', 'base_url': '/jupyter', 'allow_root': True, 'port': 8888, 'token': '', 'open_browser': False, 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterlab': True, 'nbclassic': True}>}, 'ExtensionApp': {'open_browser': False, 'log_level': 'DEBUG'}, 'LabApp': {'collaborative': True}}
[D 2021-10-24 00:18:14.816 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.jupyter/jupyter_notebook_config.json
[D 2021-10-24 00:18:14.817 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2021-10-24 00:18:14.817 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2021-10-24 00:18:14.818 ServerApp] Paths used for configuration of jupyter_notebook_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/opt/miniconda/envs/jupyter_demo/etc/jupyter/jupyter_notebook_config.json
[D 2021-10-24 00:18:14.819 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.jupyter/jupyter_notebook_config.json
[I 2021-10-24 00:18:14.819 ServerApp] nbclassic | extension was successfully linked.
[D 2021-10-24 00:18:14.821 ServerApp] Config changed: {'ExtensionApp': {'open_browser': False, 'log_level': 'DEBUG'}, 'LabApp': {'collaborative': True}, 'NotebookApp': {}, 'ServerApp': {'ip': '0.0.0.0', 'base_url': '/jupyter', 'allow_root': True, 'port': 8888, 'token': '', 'open_browser': False, 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterlab': True, 'nbclassic': True}>}}
[W 2021-10-24 00:18:14.891 ServerApp] All authentication is disabled. Anyone who can connect to this server will be able to run code.
[I 2021-10-24 00:18:14.898 ServerApp] nbclassic | extension was successfully loaded.
[I 2021-10-24 00:18:14.900 LabApp] JupyterLab extension loaded from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/jupyterlab
[I 2021-10-24 00:18:14.900 LabApp] JupyterLab application directory is /opt/miniconda/envs/jupyter_demo/share/jupyter/lab
[I 2021-10-24 00:18:14.906 ServerApp] jupyterlab | extension was successfully loaded.
[I 2021-10-24 00:18:14.908 ServerApp] Serving notebooks from local directory: /app
[I 2021-10-24 00:18:14.908 ServerApp] Jupyter Server 1.11.1 is running at:
[I 2021-10-24 00:18:14.908 ServerApp] http://c333252ccb2c:8888/jupyter/lab
[I 2021-10-24 00:18:14.908 ServerApp] or http://127.0.0.1:8888/jupyter/lab
[I 2021-10-24 00:18:14.908 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2021-10-24 00:18:17.675 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:17.677 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:17.679 ServerApp] Paths used for configuration of page_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:17.681 ServerApp] Paths used for configuration of page_config:
/root/.jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:17.684 LabApp] Using contents: services/contents
[D 2021-10-24 00:18:17.699 LabApp] 304 GET /jupyter/lab (172.17.0.1) 30.31ms
[D 2021-10-24 00:18:18.390 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:18:18.776 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034698368 (172.17.0.1) 388.05ms
[D 2021-10-24 00:18:18.782 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:18.782 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:18.783 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:18.784 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:18.785 ServerApp] 200 GET /jupyter/api/kernels?1635034698381 (172.17.0.1) 6.93ms
[D 2021-10-24 00:18:18.787 ServerApp] 200 GET /jupyter/api/sessions?1635034698383 (172.17.0.1) 7.63ms
[D 2021-10-24 00:18:18.788 ServerApp] 200 GET /jupyter/api/terminals?1635034698385 (172.17.0.1) 8.03ms
[D 2021-10-24 00:18:18.888 LabApp] 200 GET /jupyter/lab/api/settings?1635034698373 (172.17.0.1) 107.38ms
[D 2021-10-24 00:18:19.287 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:18:19.291 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034699265 (172.17.0.1) 4.75ms
[D 2021-10-24 00:18:20.230 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.230 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.231 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.232 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.259 ServerApp] 200 GET /jupyter/lab/api/translations/en?1635034700206 (172.17.0.1) 31.24ms
[D 2021-10-24 00:18:20.301 ServerApp] 200 GET /jupyter/lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1635034700273 (172.17.0.1) 2.17ms
[D 2021-10-24 00:18:20.336 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.337 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.338 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.339 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.348 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034700309 (172.17.0.1) 14.44ms
[D 2021-10-24 00:18:20.352 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.353 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.355 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.357 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.364 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.367 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.368 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.370 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.376 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034700310 (172.17.0.1) 26.25ms
[D 2021-10-24 00:18:20.387 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1635034700312 (172.17.0.1) 29.11ms
[D 2021-10-24 00:18:20.391 ServerApp] Path @jupyterlab/theme-light-extension/index.css served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css
[D 2021-10-24 00:18:20.392 ServerApp] 304 GET /jupyter/lab/api/themes/@jupyterlab/theme-light-extension/index.css (172.17.0.1) 2.54ms
[D 2021-10-24 00:18:20.439 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.440 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.440 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.442 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.502 ServerApp] 200 GET /jupyter/lab/api/translations/?1635034700413 (172.17.0.1) 64.55ms
[D 2021-10-24 00:18:20.566 LabApp] Node v16.10.0
[D 2021-10-24 00:18:20.642 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.643 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.645 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.646 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.656 LabApp] 200 GET /jupyter/lab/api/workspaces/default?1635034700563 (172.17.0.1) 17.77ms
[D 2021-10-24 00:18:20.690 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034700567 (172.17.0.1) 50.71ms
[D 2021-10-24 00:18:20.703 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.707 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.708 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.710 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.714 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.716 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.718 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.720 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:20.735 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034700638 (172.17.0.1) 40.34ms
[D 2021-10-24 00:18:20.768 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/application-extension:context-menu?1635034700640 (172.17.0.1) 56.50ms
[D 2021-10-24 00:18:21.213 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034701172 (172.17.0.1) 4.75ms
[D 2021-10-24 00:18:21.227 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.228 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.229 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.232 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.260 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034701175 (172.17.0.1) 34.09ms
[D 2021-10-24 00:18:21.270 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 7.26ms
[D 2021-10-24 00:18:21.350 ServerApp] Path components/MathJax/MathJax.js served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/notebook/static/components/MathJax/MathJax.js
[D 2021-10-24 00:18:21.356 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (172.17.0.1) 9.80ms
[D 2021-10-24 00:18:21.360 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.361 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.363 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.364 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:21.757 LabApp] Yarn configuration loaded.
[D 2021-10-24 00:18:22.004 LabApp] 200 GET /jupyter/lab/api/settings?1635034701317 (172.17.0.1) 646.68ms
[D 2021-10-24 00:18:22.046 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034701362 (172.17.0.1) 39.12ms
[I 2021-10-24 00:18:22.046 LabApp] Build is up to date
[D 2021-10-24 00:18:22.057 LabApp] 200 GET /jupyter/lab/api/build?1635034700255 (172.17.0.1) 1779.92ms
[D 2021-10-24 00:18:22.062 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034702014 (172.17.0.1) 15.52ms
[D 2021-10-24 00:18:22.066 ServerApp] Path components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/notebook/static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js
[D 2021-10-24 00:18:22.068 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (172.17.0.1) 3.36ms
[D 2021-10-24 00:18:22.138 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034702076 (172.17.0.1) 36.53ms
[W 2021-10-24 00:18:22.210 ServerApp] Notebook Untitled1.ipynb is not trusted
[D 2021-10-24 00:18:22.226 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?type=notebook&content=1&1635034702112 (172.17.0.1) 85.25ms
[D 2021-10-24 00:18:22.232 ServerApp] Path components/MathJax/config/Safe.js served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/notebook/static/components/MathJax/config/Safe.js
[D 2021-10-24 00:18:22.236 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (172.17.0.1) 4.11ms
[D 2021-10-24 00:18:22.347 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034702318 (172.17.0.1) 3.84ms
[D 2021-10-24 00:18:22.353 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034702320 (172.17.0.1) 2.91ms
[D 2021-10-24 00:18:22.461 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034702433 (172.17.0.1) 3.81ms
[D 2021-10-24 00:18:22.593 ServerApp] 200 GET /jupyter/api/sessions?1635034702563 (172.17.0.1) 3.74ms
[D 2021-10-24 00:18:22.597 ServerApp] Path components/MathJax/extensions/Safe.js served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/notebook/static/components/MathJax/extensions/Safe.js
[D 2021-10-24 00:18:22.600 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (172.17.0.1) 4.23ms
[D 2021-10-24 00:18:22.681 ServerApp] Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisioner
[D 2021-10-24 00:18:22.698 ServerApp] Starting kernel: ['/opt/miniconda/envs/jupyter_demo/bin/python', '-m', 'ipykernel_launcher', '-f', '/root/.local/share/jupyter/runtime/kernel-9da734d9-8c69-46ac-8136-2eebaaf47cc3.json']
[D 2021-10-24 00:18:22.716 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:18:22.719 ServerApp] Connecting to: tcp://127.0.0.1:58391
[I 2021-10-24 00:18:22.722 ServerApp] Kernel started: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:22.722 ServerApp] Kernel args: {'kernel_name': 'python3', 'cwd': '/app'}
[D 2021-10-24 00:18:22.726 ServerApp] 201 POST /jupyter/api/sessions?1635034702633 (172.17.0.1) 62.75ms
[D 2021-10-24 00:18:22.730 ServerApp] Path components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js
[D 2021-10-24 00:18:22.735 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (172.17.0.1) 6.97ms
[D 2021-10-24 00:18:22.740 ServerApp] 200 GET /jupyter/api/sessions?1635034702709 (172.17.0.1) 1.99ms
[D 2021-10-24 00:18:22.759 ServerApp] 200 GET /jupyter/api/nbconvert?1635034700453 (172.17.0.1) 2253.90ms
[D 2021-10-24 00:18:22.781 ServerApp] 200 GET /jupyter/api/nbconvert?1635034700458 (172.17.0.1) 2275.45ms
[D 2021-10-24 00:18:22.808 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:18:22.810 ServerApp] Requesting kernel info from 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:22.811 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:18:22.817 ServerApp] 200 PATCH /jupyter/api/sessions/d10547f4-c8ac-4df7-ae2f-c3617dad0f3c?1635034702784 (172.17.0.1) 3.15ms
[D 2021-10-24 00:18:22.826 ServerApp] 200 GET /jupyter/api/kernels?1635034702794 (172.17.0.1) 3.66ms
[D 2021-10-24 00:18:22.926 ServerApp] 200 PATCH /jupyter/api/sessions/d10547f4-c8ac-4df7-ae2f-c3617dad0f3c?1635034702896 (172.17.0.1) 2.90ms
[D 2021-10-24 00:18:22.929 ServerApp] 200 GET /jupyter/api/sessions?1635034702897 (172.17.0.1) 1.95ms
[D 2021-10-24 00:18:22.937 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:18:22.941 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034702908 (172.17.0.1) 5.74ms
[D 2021-10-24 00:18:23.475 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034703444 (172.17.0.1) 3.21ms
[D 2021-10-24 00:18:23.799 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (starting)
[D 2021-10-24 00:18:23.826 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.827 ServerApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '7.28.0', 'language_info': {'name': 'python', 'version': '3.8.4', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.8.4 | packaged by conda-forge | (default, Jul 17 2020, 15:16:46) \nType 'copyright', 'credits' or 'license' for more information\nIPython 7.28.0 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.8'}, {'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-10-24 00:18:23.829 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=77bc7159-17fc-4d64-85a7-46ba1b503da3 (172.17.0.1) 1021.55ms
[D 2021-10-24 00:18:23.830 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:18:23.830 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.830 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:18:23.831 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:18:23.832 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:18:23.832 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:18:23.833 ServerApp] Nudge: not nudging busy kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.834 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.840 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.843 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.846 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:18:23.849 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=36eb3fe8-9de1-4710-9b5d-1bde167aaec4 (172.17.0.1) 3.18ms
[D 2021-10-24 00:18:23.849 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:18:23.850 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.850 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:18:23.854 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:18:23.857 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:18:23.858 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:18:23.861 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:18:23.866 ServerApp] Nudge: attempt 1 on kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.871 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:77bc7159-17fc-4d64-85a7-46ba1b503da3
[D 2021-10-24 00:18:23.876 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:18:23.887 ServerApp] 200 GET /jupyter/api/sessions?1635034703837 (172.17.0.1) 4.34ms
[D 2021-10-24 00:18:23.890 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=62f58dcf-8060-4009-a087-689e09b0828a (172.17.0.1) 14.72ms
[D 2021-10-24 00:18:23.890 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:18:23.891 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.891 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:18:23.892 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:18:23.894 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:18:23.894 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:18:23.895 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:18:23.897 ServerApp] 200 GET /jupyter/api/kernels?1635034703839 (172.17.0.1) 8.81ms
[D 2021-10-24 00:18:23.899 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.899 ServerApp] Nudge: IOPub received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.899 ServerApp] Nudge: resolving iopub future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.901 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.901 ServerApp] Nudge: shell info reply received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.901 ServerApp] Nudge: resolving shell future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.902 ServerApp] Nudge: attempt 1 on kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.910 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.911 ServerApp] Nudge: IOPub received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.911 ServerApp] Nudge: resolving iopub future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.915 ServerApp] Nudge: shell info reply received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.915 ServerApp] Nudge: resolving shell future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:23.917 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.919 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.929 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.944 ServerApp] Path favicons/favicon-busy-1.ico served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/jupyter_server/static/favicons/favicon-busy-1.ico
[D 2021-10-24 00:18:23.945 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 8.22ms
[D 2021-10-24 00:18:23.951 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.961 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.965 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 5.62ms
[D 2021-10-24 00:18:23.971 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:23.977 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:23.987 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 12.69ms
[D 2021-10-24 00:18:23.994 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.34ms
[D 2021-10-24 00:18:23.997 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:24.009 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:24.012 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.15ms
[D 2021-10-24 00:18:24.027 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:24.032 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:24.047 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.01ms
[D 2021-10-24 00:18:24.057 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:24.062 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:24.071 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.68ms
[D 2021-10-24 00:18:24.573 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:24.578 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:24.584 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:24.595 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:24.619 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034704582 (172.17.0.1) 7.49ms
[D 2021-10-24 00:18:24.624 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.07ms
[D 2021-10-24 00:18:25.595 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:25.596 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:25.601 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:25.611 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:25.627 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.33ms
[D 2021-10-24 00:18:27.070 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:27.072 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:27.076 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:27.084 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:27.098 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 0.97ms
[D 2021-10-24 00:18:27.801 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034707769 (172.17.0.1) 1.83ms
[I 2021-10-24 00:18:27.810 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:18:27.811 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:18:27.863 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034707779 (172.17.0.1) 53.55ms
[D 2021-10-24 00:18:27.874 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034707841 (172.17.0.1) 2.89ms
[D 2021-10-24 00:18:27.879 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034707843 (172.17.0.1) 2.37ms
[D 2021-10-24 00:18:27.884 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034707844 (172.17.0.1) 3.76ms
[D 2021-10-24 00:18:28.226 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034708193 (172.17.0.1) 2.78ms
[D 2021-10-24 00:18:28.360 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034708327 (172.17.0.1) 3.07ms
[D 2021-10-24 00:18:28.503 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034708469 (172.17.0.1) 2.72ms
[D 2021-10-24 00:18:28.903 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:28.906 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:28.913 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:28.917 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:28.935 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.05ms
[D 2021-10-24 00:18:29.182 ServerApp] 200 GET /jupyter/api/terminals?1635034709149 (172.17.0.1) 1.26ms
[D 2021-10-24 00:18:30.144 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:30.149 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:30.154 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:30.158 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:30.173 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.26ms
[D 2021-10-24 00:18:30.768 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034710733 (172.17.0.1) 1.41ms
[I 2021-10-24 00:18:30.777 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:18:30.777 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:18:30.816 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034710742 (172.17.0.1) 39.72ms
[D 2021-10-24 00:18:30.828 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034710789 (172.17.0.1) 3.15ms
[D 2021-10-24 00:18:30.833 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034710792 (172.17.0.1) 2.73ms
[D 2021-10-24 00:18:30.838 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034710794 (172.17.0.1) 4.13ms
[D 2021-10-24 00:18:31.267 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034711231 (172.17.0.1) 1.34ms
[I 2021-10-24 00:18:31.275 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:18:31.275 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:18:31.320 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034711239 (172.17.0.1) 45.40ms
[D 2021-10-24 00:18:31.331 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034711293 (172.17.0.1) 1.92ms
[D 2021-10-24 00:18:31.336 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034711295 (172.17.0.1) 2.18ms
[D 2021-10-24 00:18:31.341 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034711298 (172.17.0.1) 4.81ms
[D 2021-10-24 00:18:31.362 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034711325 (172.17.0.1) 1.78ms
[I 2021-10-24 00:18:31.371 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:18:31.371 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:18:31.415 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034711335 (172.17.0.1) 45.67ms
[D 2021-10-24 00:18:31.437 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034711395 (172.17.0.1) 3.16ms
[D 2021-10-24 00:18:31.443 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034711399 (172.17.0.1) 2.75ms
[D 2021-10-24 00:18:31.448 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034711402 (172.17.0.1) 4.28ms
[D 2021-10-24 00:18:31.450 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034711412 (172.17.0.1) 1.59ms
[I 2021-10-24 00:18:31.460 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:18:31.460 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:18:31.511 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034711422 (172.17.0.1) 52.78ms
[D 2021-10-24 00:18:31.523 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034711485 (172.17.0.1) 2.89ms
[D 2021-10-24 00:18:31.531 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034711486 (172.17.0.1) 4.79ms
[D 2021-10-24 00:18:31.538 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034711488 (172.17.0.1) 4.45ms
[D 2021-10-24 00:18:33.724 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034713685 (172.17.0.1) 2.58ms
[D 2021-10-24 00:18:33.890 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034713850 (172.17.0.1) 3.03ms
[D 2021-10-24 00:18:33.912 ServerApp] 200 GET /jupyter/api/sessions?1635034713870 (172.17.0.1) 1.42ms
[D 2021-10-24 00:18:33.919 ServerApp] 200 GET /jupyter/api/kernels?1635034713878 (172.17.0.1) 1.06ms
[D 2021-10-24 00:18:34.008 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034713962 (172.17.0.1) 6.59ms
[D 2021-10-24 00:18:34.426 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:34.428 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:34.431 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:34.437 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:34.456 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.52ms
[D 2021-10-24 00:18:36.684 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034716675 (172.17.0.1) 2.67ms
[D 2021-10-24 00:18:37.560 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:18:37.564 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:18:37.566 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:18:37.575 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:18:37.587 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.03ms
[D 2021-10-24 00:18:39.171 ServerApp] 200 GET /jupyter/api/terminals?1635034719160 (172.17.0.1) 0.93ms
[D 2021-10-24 00:18:43.906 ServerApp] 200 GET /jupyter/api/sessions?1635034723887 (172.17.0.1) 3.35ms
[D 2021-10-24 00:18:43.909 ServerApp] 200 GET /jupyter/api/kernels?1635034723889 (172.17.0.1) 1.90ms
[D 2021-10-24 00:18:46.712 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034726687 (172.17.0.1) 3.22ms
[D 2021-10-24 00:18:49.195 ServerApp] 200 GET /jupyter/api/terminals?1635034729172 (172.17.0.1) 2.18ms
[D 2021-10-24 00:18:51.024 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034730996 (172.17.0.1) 2.82ms
[D 2021-10-24 00:18:51.172 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034731146 (172.17.0.1) 2.51ms
[D 2021-10-24 00:18:51.321 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034731296 (172.17.0.1) 2.47ms
[D 2021-10-24 00:18:51.456 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034731430 (172.17.0.1) 2.98ms
[D 2021-10-24 00:18:51.588 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034731562 (172.17.0.1) 2.93ms
[D 2021-10-24 00:18:51.723 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034731697 (172.17.0.1) 2.38ms
[D 2021-10-24 00:18:52.022 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034731995 (172.17.0.1) 2.38ms
[D 2021-10-24 00:18:52.172 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732146 (172.17.0.1) 2.52ms
[D 2021-10-24 00:18:52.325 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732297 (172.17.0.1) 2.54ms
[D 2021-10-24 00:18:52.440 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732413 (172.17.0.1) 2.41ms
[D 2021-10-24 00:18:52.591 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732563 (172.17.0.1) 2.63ms
[D 2021-10-24 00:18:52.739 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732712 (172.17.0.1) 2.50ms
[D 2021-10-24 00:18:52.890 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732862 (172.17.0.1) 2.56ms
[D 2021-10-24 00:18:53.022 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034732995 (172.17.0.1) 2.94ms
[D 2021-10-24 00:18:53.929 ServerApp] 200 GET /jupyter/api/sessions?1635034733902 (172.17.0.1) 1.29ms
[D 2021-10-24 00:18:53.931 ServerApp] 200 GET /jupyter/api/kernels?1635034733903 (172.17.0.1) 1.06ms
[D 2021-10-24 00:18:55.388 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:55.389 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:55.389 ServerApp] Paths used for configuration of page_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:55.391 ServerApp] Paths used for configuration of page_config:
/root/.jupyter/labconfig/page_config.json
[D 2021-10-24 00:18:55.392 LabApp] Using contents: services/contents
[D 2021-10-24 00:18:55.394 LabApp] 200 GET /jupyter/lab (172.17.0.1) 9.69ms
[D 2021-10-24 00:18:55.423 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:36eb3fe8-9de1-4710-9b5d-1bde167aaec4
[D 2021-10-24 00:18:55.425 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:62f58dcf-8060-4009-a087-689e09b0828a
[I 2021-10-24 00:18:55.426 ServerApp] Starting buffering for 9da734d9-8c69-46ac-8136-2eebaaf47cc3:62f58dcf-8060-4009-a087-689e09b0828a
[D 2021-10-24 00:18:55.426 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:18:56.038 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:18:56.040 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034736006 (172.17.0.1) 4.90ms
[D 2021-10-24 00:18:56.045 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:56.047 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:56.048 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:56.050 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:56.176 LabApp] 200 GET /jupyter/lab/api/settings?1635034736013 (172.17.0.1) 133.68ms
[D 2021-10-24 00:18:56.182 ServerApp] 200 GET /jupyter/api/kernels?1635034736021 (172.17.0.1) 2.84ms
[D 2021-10-24 00:18:56.182 ServerApp] 200 GET /jupyter/api/sessions?1635034736022 (172.17.0.1) 2.91ms
[D 2021-10-24 00:18:56.183 ServerApp] 200 GET /jupyter/api/terminals?1635034736024 (172.17.0.1) 3.45ms
[D 2021-10-24 00:18:56.184 ServerApp] Path favicons/favicon.ico served from /opt/miniconda/envs/jupyter_demo/lib/python3.8/site-packages/jupyter_server/static/favicons/favicon.ico
[D 2021-10-24 00:18:56.185 ServerApp] 200 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 4.83ms
[D 2021-10-24 00:18:56.186 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:18:56.188 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034736033 (172.17.0.1) 7.38ms
[D 2021-10-24 00:18:57.802 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.803 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.804 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.805 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.833 ServerApp] 200 GET /jupyter/lab/api/translations/en?1635034737770 (172.17.0.1) 33.24ms
[D 2021-10-24 00:18:57.869 ServerApp] 200 GET /jupyter/lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1635034737837 (172.17.0.1) 1.73ms
[D 2021-10-24 00:18:57.907 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.908 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.908 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.909 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.921 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034737873 (172.17.0.1) 16.98ms
[D 2021-10-24 00:18:57.926 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.926 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.927 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.929 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.932 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.933 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.935 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.936 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:57.945 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034737874 (172.17.0.1) 21.60ms
[D 2021-10-24 00:18:57.958 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1635034737875 (172.17.0.1) 27.25ms
[D 2021-10-24 00:18:57.961 ServerApp] 304 GET /jupyter/lab/api/themes/@jupyterlab/theme-light-extension/index.css (172.17.0.1) 2.36ms
[D 2021-10-24 00:18:58.012 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.013 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.015 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.017 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.039 ServerApp] 200 GET /jupyter/lab/api/translations/?1635034737980 (172.17.0.1) 27.43ms
[D 2021-10-24 00:18:58.127 LabApp] Node v16.10.0
[D 2021-10-24 00:18:58.282 LabApp] 200 GET /jupyter/lab/api/workspaces/default?1635034738245 (172.17.0.1) 3.94ms
[D 2021-10-24 00:18:58.299 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.300 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.304 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.310 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.384 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034738249 (172.17.0.1) 88.02ms
[D 2021-10-24 00:18:58.394 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.408 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.412 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.417 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.429 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.433 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.461 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.465 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.491 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034738328 (172.17.0.1) 103.89ms
[D 2021-10-24 00:18:58.530 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/application-extension:context-menu?1635034738334 (172.17.0.1) 108.26ms
[D 2021-10-24 00:18:58.655 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034738618 (172.17.0.1) 4.32ms
[D 2021-10-24 00:18:58.826 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 2.10ms
[D 2021-10-24 00:18:58.927 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (172.17.0.1) 15.90ms
[D 2021-10-24 00:18:58.938 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.947 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.954 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:58.956 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:18:59.314 LabApp] Yarn configuration loaded.
[D 2021-10-24 00:18:59.571 LabApp] 200 GET /jupyter/lab/api/settings?1635034738881 (172.17.0.1) 640.58ms
[I 2021-10-24 00:18:59.574 LabApp] Build is up to date
[D 2021-10-24 00:18:59.596 LabApp] 200 GET /jupyter/lab/api/build?1635034737822 (172.17.0.1) 1743.10ms
[D 2021-10-24 00:18:59.618 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034738934 (172.17.0.1) 21.99ms
[D 2021-10-24 00:18:59.637 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (172.17.0.1) 40.64ms
[W 2021-10-24 00:18:59.683 ServerApp] Notebook Untitled1.ipynb is not trusted
[D 2021-10-24 00:18:59.703 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?type=notebook&content=1&1635034739567 (172.17.0.1) 64.18ms
[D 2021-10-24 00:18:59.713 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (172.17.0.1) 8.51ms
[D 2021-10-24 00:18:59.730 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034739586 (172.17.0.1) 16.06ms
[D 2021-10-24 00:18:59.807 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034739762 (172.17.0.1) 6.02ms
[D 2021-10-24 00:18:59.809 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034739763 (172.17.0.1) 7.63ms
[D 2021-10-24 00:18:59.865 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034739827 (172.17.0.1) 3.14ms
[D 2021-10-24 00:18:59.970 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034739927 (172.17.0.1) 6.97ms
[D 2021-10-24 00:19:00.016 ServerApp] 200 GET /jupyter/api/sessions?1635034739977 (172.17.0.1) 4.16ms
[D 2021-10-24 00:19:00.022 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (172.17.0.1) 1.60ms
[D 2021-10-24 00:19:00.099 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:19:00.107 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=7e585248-d876-4081-a5bd-5fa81330df21 (172.17.0.1) 8.55ms
[D 2021-10-24 00:19:00.108 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:19:00.109 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.109 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.112 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:19:00.115 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:19:00.116 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:19:00.117 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:19:00.118 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:19:00.120 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:00.125 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034740061 (172.17.0.1) 20.30ms
[D 2021-10-24 00:19:00.127 ServerApp] Nudge: attempt 1 on kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.139 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (172.17.0.1) 5.95ms
[D 2021-10-24 00:19:00.141 ServerApp] Nudge: IOPub received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.143 ServerApp] Nudge: resolving iopub future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.146 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:00.148 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:00.148 ServerApp] Nudge: shell info reply received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.148 ServerApp] Nudge: resolving shell future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:00.161 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:00.164 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:00.189 ServerApp] 200 GET /jupyter/api/nbconvert?1635034738038 (172.17.0.1) 2119.54ms
[D 2021-10-24 00:19:00.206 ServerApp] 200 GET /jupyter/api/nbconvert?1635034738042 (172.17.0.1) 2129.67ms
[D 2021-10-24 00:19:00.229 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.72ms
[D 2021-10-24 00:19:00.235 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:00.239 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:00.246 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.21ms
[D 2021-10-24 00:19:00.250 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.14ms
[D 2021-10-24 00:19:00.253 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.26ms
[D 2021-10-24 00:19:00.270 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:00.274 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:00.340 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.36ms
[D 2021-10-24 00:19:00.351 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 7.65ms
[D 2021-10-24 00:19:00.356 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:00.367 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:00.371 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.31ms
[D 2021-10-24 00:19:00.376 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.90ms
[D 2021-10-24 00:19:00.385 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:00.389 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:00.399 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.46ms
[D 2021-10-24 00:19:00.403 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 3.41ms
[D 2021-10-24 00:19:00.649 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034740613 (172.17.0.1) 1.70ms
[D 2021-10-24 00:19:04.052 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:04.054 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:04.057 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:04.062 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:04.088 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034744045 (172.17.0.1) 5.62ms
[D 2021-10-24 00:19:04.092 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.13ms
[D 2021-10-24 00:19:04.094 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.58ms
[D 2021-10-24 00:19:04.415 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:04.418 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:04.422 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:04.426 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:04.441 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.96ms
[D 2021-10-24 00:19:04.443 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.01ms
[D 2021-10-24 00:19:04.738 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:04.741 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:04.744 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:04.749 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:04.771 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 0.97ms
[D 2021-10-24 00:19:04.773 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.10ms
[D 2021-10-24 00:19:05.673 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034745663 (172.17.0.1) 2.30ms
[I 2021-10-24 00:19:05.685 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:05.685 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:05.728 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034745677 (172.17.0.1) 44.48ms
[D 2021-10-24 00:19:05.743 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034745733 (172.17.0.1) 2.47ms
[D 2021-10-24 00:19:05.748 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034745736 (172.17.0.1) 2.57ms
[D 2021-10-24 00:19:05.754 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034745738 (172.17.0.1) 4.67ms
[D 2021-10-24 00:19:06.170 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034746164 (172.17.0.1) 1.19ms
[I 2021-10-24 00:19:06.178 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:06.178 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:06.220 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034746171 (172.17.0.1) 43.74ms
[D 2021-10-24 00:19:06.230 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034746221 (172.17.0.1) 2.73ms
[D 2021-10-24 00:19:06.235 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034746223 (172.17.0.1) 3.92ms
[D 2021-10-24 00:19:06.240 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034746224 (172.17.0.1) 3.63ms
[D 2021-10-24 00:19:06.256 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034746246 (172.17.0.1) 1.86ms
[I 2021-10-24 00:19:06.267 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:06.268 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:06.347 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034746258 (172.17.0.1) 82.42ms
[D 2021-10-24 00:19:06.354 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034746347 (172.17.0.1) 1.18ms
[D 2021-10-24 00:19:06.358 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034746349 (172.17.0.1) 2.17ms
[D 2021-10-24 00:19:06.363 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034746350 (172.17.0.1) 3.33ms
[D 2021-10-24 00:19:06.822 ServerApp] 200 GET /jupyter/api/kernels?1635034746813 (172.17.0.1) 1.09ms
[D 2021-10-24 00:19:06.823 ServerApp] 200 GET /jupyter/api/terminals?1635034746815 (172.17.0.1) 0.82ms
[D 2021-10-24 00:19:09.342 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:09.346 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:09.352 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:09.357 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:09.381 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034749366 (172.17.0.1) 5.23ms
[D 2021-10-24 00:19:09.385 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.47ms
[D 2021-10-24 00:19:09.387 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.78ms
[D 2021-10-24 00:19:10.074 ServerApp] 200 GET /jupyter/api/sessions?1635034750063 (172.17.0.1) 0.92ms
[D 2021-10-24 00:19:13.280 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034753263 (172.17.0.1) 2.51ms
[D 2021-10-24 00:19:13.429 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034753413 (172.17.0.1) 2.37ms
[D 2021-10-24 00:19:13.563 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034753547 (172.17.0.1) 2.42ms
[D 2021-10-24 00:19:13.696 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034753680 (172.17.0.1) 2.38ms
[D 2021-10-24 00:19:13.830 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034753813 (172.17.0.1) 2.39ms
[D 2021-10-24 00:19:13.982 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034753964 (172.17.0.1) 3.34ms
[D 2021-10-24 00:19:14.113 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034754096 (172.17.0.1) 2.47ms
[D 2021-10-24 00:19:14.264 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034754247 (172.17.0.1) 2.71ms
[D 2021-10-24 00:19:14.398 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034754381 (172.17.0.1) 2.43ms
[D 2021-10-24 00:19:14.530 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034754513 (172.17.0.1) 2.57ms
[D 2021-10-24 00:19:16.475 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:16.479 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:16.482 ServerApp] Paths used for configuration of page_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:16.486 ServerApp] Paths used for configuration of page_config:
/root/.jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:16.488 LabApp] Using contents: services/contents
[D 2021-10-24 00:19:16.490 LabApp] 200 GET /jupyter/lab (172.17.0.1) 24.51ms
[D 2021-10-24 00:19:16.514 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:7e585248-d876-4081-a5bd-5fa81330df21
[I 2021-10-24 00:19:16.515 ServerApp] Starting buffering for 9da734d9-8c69-46ac-8136-2eebaaf47cc3:7e585248-d876-4081-a5bd-5fa81330df21
[D 2021-10-24 00:19:16.515 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:16.847 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:16.849 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034756828 (172.17.0.1) 3.27ms
[D 2021-10-24 00:19:16.852 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:16.853 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:16.855 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:16.857 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:17.028 LabApp] 200 GET /jupyter/lab/api/settings?1635034756830 (172.17.0.1) 177.37ms
[D 2021-10-24 00:19:17.032 ServerApp] 200 GET /jupyter/api/kernels?1635034756834 (172.17.0.1) 1.80ms
[D 2021-10-24 00:19:17.036 ServerApp] 200 GET /jupyter/api/sessions?1635034756835 (172.17.0.1) 3.92ms
[D 2021-10-24 00:19:17.041 ServerApp] 200 GET /jupyter/api/terminals?1635034756837 (172.17.0.1) 7.27ms
[D 2021-10-24 00:19:17.043 ServerApp] 200 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 8.75ms
[D 2021-10-24 00:19:17.044 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:17.048 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034756847 (172.17.0.1) 13.27ms
[D 2021-10-24 00:19:18.244 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.244 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.245 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.246 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.273 ServerApp] 200 GET /jupyter/lab/api/translations/en?1635034758222 (172.17.0.1) 30.56ms
[D 2021-10-24 00:19:18.299 ServerApp] 200 GET /jupyter/lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1635034758273 (172.17.0.1) 2.67ms
[D 2021-10-24 00:19:18.315 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.316 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.318 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.319 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.328 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034758290 (172.17.0.1) 16.11ms
[D 2021-10-24 00:19:18.335 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.337 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.339 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.340 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.350 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034758291 (172.17.0.1) 20.96ms
[D 2021-10-24 00:19:18.353 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.354 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.356 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.360 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.378 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1635034758292 (172.17.0.1) 27.99ms
[D 2021-10-24 00:19:18.383 ServerApp] 304 GET /jupyter/lab/api/themes/@jupyterlab/theme-light-extension/index.css (172.17.0.1) 2.26ms
[D 2021-10-24 00:19:18.390 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.392 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.397 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.399 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.412 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034758364 (172.17.0.1) 25.96ms
[D 2021-10-24 00:19:18.420 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.420 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.422 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.424 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.475 ServerApp] 200 GET /jupyter/lab/api/translations/?1635034758395 (172.17.0.1) 57.40ms
[D 2021-10-24 00:19:18.544 LabApp] 200 GET /jupyter/lab/api/workspaces/default?1635034758505 (172.17.0.1) 16.41ms
[D 2021-10-24 00:19:18.598 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.600 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.605 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.607 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.633 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034758568 (172.17.0.1) 39.30ms
[D 2021-10-24 00:19:18.638 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.639 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.641 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.643 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:18.663 LabApp] Node v16.10.0
[D 2021-10-24 00:19:18.669 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/application-extension:context-menu?1635034758570 (172.17.0.1) 34.32ms
[D 2021-10-24 00:19:19.181 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034759136 (172.17.0.1) 14.15ms
[D 2021-10-24 00:19:19.189 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.193 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.196 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.198 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.230 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034759140 (172.17.0.1) 47.38ms
[D 2021-10-24 00:19:19.241 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 4.04ms
[D 2021-10-24 00:19:19.258 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.260 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.264 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.266 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:19.278 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (172.17.0.1) 22.54ms
[D 2021-10-24 00:19:19.822 LabApp] 200 GET /jupyter/lab/api/settings?1635034759230 (172.17.0.1) 566.36ms
[D 2021-10-24 00:19:19.863 LabApp] Yarn configuration loaded.
[D 2021-10-24 00:19:19.887 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034759270 (172.17.0.1) 56.03ms
[D 2021-10-24 00:19:19.903 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (172.17.0.1) 14.45ms
[I 2021-10-24 00:19:19.911 LabApp] Build is up to date
[D 2021-10-24 00:19:19.914 LabApp] 200 GET /jupyter/lab/api/build?1635034758266 (172.17.0.1) 1628.09ms
[W 2021-10-24 00:19:19.965 ServerApp] Notebook Untitled1.ipynb is not trusted
[D 2021-10-24 00:19:20.002 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?type=notebook&content=1&1635034759904 (172.17.0.1) 70.66ms
[D 2021-10-24 00:19:20.009 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (172.17.0.1) 4.16ms
[D 2021-10-24 00:19:20.017 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034759924 (172.17.0.1) 12.30ms
[D 2021-10-24 00:19:20.100 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034760060 (172.17.0.1) 13.23ms
[D 2021-10-24 00:19:20.111 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034760061 (172.17.0.1) 10.06ms
[D 2021-10-24 00:19:20.257 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034760124 (172.17.0.1) 106.86ms
[D 2021-10-24 00:19:20.314 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034760261 (172.17.0.1) 20.14ms
[D 2021-10-24 00:19:20.353 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (172.17.0.1) 8.39ms
[D 2021-10-24 00:19:20.410 ServerApp] 200 GET /jupyter/api/sessions?1635034760383 (172.17.0.1) 2.20ms
[D 2021-10-24 00:19:20.436 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (172.17.0.1) 5.84ms
[D 2021-10-24 00:19:20.447 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:19:20.461 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=0d659289-8f34-4504-87c6-c253ee73f284 (172.17.0.1) 15.37ms
[D 2021-10-24 00:19:20.463 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:19:20.464 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.468 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.475 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:19:20.479 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:19:20.480 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:19:20.483 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:19:20.487 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:19:20.492 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:20.495 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034760419 (172.17.0.1) 5.30ms
[D 2021-10-24 00:19:20.497 ServerApp] Nudge: attempt 1 on kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.508 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:20.510 ServerApp] Nudge: IOPub received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.510 ServerApp] Nudge: resolving iopub future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.512 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:20.512 ServerApp] Nudge: shell info reply received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.512 ServerApp] Nudge: resolving shell future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:20.526 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:20.529 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:20.608 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:20.622 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:20.626 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 9.80ms
[D 2021-10-24 00:19:20.636 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 8.53ms
[D 2021-10-24 00:19:20.642 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 3.39ms
[D 2021-10-24 00:19:20.648 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 3.60ms
[D 2021-10-24 00:19:20.656 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:20.663 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:20.735 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:20.752 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:20.807 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 13.37ms
[D 2021-10-24 00:19:20.818 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 5.84ms
[D 2021-10-24 00:19:20.822 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 8.82ms
[D 2021-10-24 00:19:20.830 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:20.848 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:20.850 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 10.88ms
[D 2021-10-24 00:19:20.855 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.37ms
[D 2021-10-24 00:19:20.892 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.03ms
[D 2021-10-24 00:19:21.025 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034760997 (172.17.0.1) 2.84ms
[D 2021-10-24 00:19:21.041 ServerApp] 200 GET /jupyter/api/nbconvert?1635034758414 (172.17.0.1) 2561.88ms
[D 2021-10-24 00:19:21.070 ServerApp] 200 GET /jupyter/api/nbconvert?1635034758412 (172.17.0.1) 2593.26ms
[D 2021-10-24 00:19:21.210 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:21.212 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:21.215 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:21.217 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:21.273 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034761241 (172.17.0.1) 8.65ms
[D 2021-10-24 00:19:21.278 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.34ms
[D 2021-10-24 00:19:21.282 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.30ms
[D 2021-10-24 00:19:21.721 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034761695 (172.17.0.1) 2.02ms
[I 2021-10-24 00:19:21.729 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:21.729 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:21.767 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034761704 (172.17.0.1) 39.74ms
[D 2021-10-24 00:19:21.776 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034761750 (172.17.0.1) 1.72ms
[D 2021-10-24 00:19:21.784 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034761752 (172.17.0.1) 5.07ms
[D 2021-10-24 00:19:21.791 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034761754 (172.17.0.1) 5.10ms
[D 2021-10-24 00:19:22.343 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:22.345 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:22.349 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:22.353 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:22.367 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.09ms
[D 2021-10-24 00:19:22.370 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.26ms
[D 2021-10-24 00:19:22.736 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034762709 (172.17.0.1) 1.19ms
[I 2021-10-24 00:19:22.745 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:22.745 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:22.786 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034762719 (172.17.0.1) 42.13ms
[D 2021-10-24 00:19:22.796 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034762769 (172.17.0.1) 1.58ms
[D 2021-10-24 00:19:22.802 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034762771 (172.17.0.1) 3.35ms
[D 2021-10-24 00:19:22.809 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034762772 (172.17.0.1) 5.62ms
[D 2021-10-24 00:19:23.540 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:23.543 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:23.546 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:23.548 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:23.564 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.59ms
[D 2021-10-24 00:19:23.568 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.94ms
[D 2021-10-24 00:19:23.730 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034763703 (172.17.0.1) 1.33ms
[I 2021-10-24 00:19:23.740 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:23.740 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:23.781 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034763712 (172.17.0.1) 42.38ms
[D 2021-10-24 00:19:23.797 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034763763 (172.17.0.1) 4.64ms
[D 2021-10-24 00:19:23.803 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034763765 (172.17.0.1) 2.74ms
[D 2021-10-24 00:19:23.808 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034763771 (172.17.0.1) 4.23ms
[D 2021-10-24 00:19:24.237 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034764208 (172.17.0.1) 1.14ms
[I 2021-10-24 00:19:24.244 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:24.244 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:24.286 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034764217 (172.17.0.1) 43.26ms
[D 2021-10-24 00:19:24.295 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764266 (172.17.0.1) 1.25ms
[D 2021-10-24 00:19:24.300 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034764270 (172.17.0.1) 3.42ms
[D 2021-10-24 00:19:24.307 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764268 (172.17.0.1) 5.53ms
[D 2021-10-24 00:19:24.324 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034764295 (172.17.0.1) 2.07ms
[I 2021-10-24 00:19:24.333 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:24.333 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:24.374 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034764304 (172.17.0.1) 42.88ms
[D 2021-10-24 00:19:24.386 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764356 (172.17.0.1) 2.64ms
[D 2021-10-24 00:19:24.391 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764358 (172.17.0.1) 3.09ms
[D 2021-10-24 00:19:24.399 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034764359 (172.17.0.1) 3.61ms
[D 2021-10-24 00:19:24.407 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034764378 (172.17.0.1) 1.17ms
[I 2021-10-24 00:19:24.417 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:24.417 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:24.462 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034764389 (172.17.0.1) 45.60ms
[D 2021-10-24 00:19:24.471 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764443 (172.17.0.1) 1.50ms
[D 2021-10-24 00:19:24.476 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764445 (172.17.0.1) 2.74ms
[D 2021-10-24 00:19:24.483 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034764446 (172.17.0.1) 3.48ms
[D 2021-10-24 00:19:24.494 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034764463 (172.17.0.1) 3.32ms
[I 2021-10-24 00:19:24.503 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:24.503 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:24.549 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034764475 (172.17.0.1) 47.67ms
[D 2021-10-24 00:19:24.560 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764529 (172.17.0.1) 2.96ms
[D 2021-10-24 00:19:24.567 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764531 (172.17.0.1) 2.34ms
[D 2021-10-24 00:19:24.574 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034764533 (172.17.0.1) 6.71ms
[D 2021-10-24 00:19:24.581 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034764550 (172.17.0.1) 2.23ms
[I 2021-10-24 00:19:24.589 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:19:24.590 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:19:24.668 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034764561 (172.17.0.1) 80.75ms
[D 2021-10-24 00:19:24.679 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764650 (172.17.0.1) 2.15ms
[D 2021-10-24 00:19:24.685 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034764651 (172.17.0.1) 4.91ms
[D 2021-10-24 00:19:24.694 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034764653 (172.17.0.1) 6.64ms
[D 2021-10-24 00:19:25.699 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034765668 (172.17.0.1) 3.01ms
[D 2021-10-24 00:19:25.828 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034765797 (172.17.0.1) 2.61ms
[D 2021-10-24 00:19:25.955 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034765921 (172.17.0.1) 3.56ms
[D 2021-10-24 00:19:26.061 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034766030 (172.17.0.1) 2.56ms
[D 2021-10-24 00:19:26.408 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:26.410 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:19:26.413 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:19:26.415 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:26.438 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 3.18ms
[D 2021-10-24 00:19:26.441 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.57ms
[D 2021-10-24 00:19:27.282 ServerApp] 200 GET /jupyter/api/kernels?1635034767252 (172.17.0.1) 0.98ms
[D 2021-10-24 00:19:27.284 ServerApp] 200 GET /jupyter/api/terminals?1635034767253 (172.17.0.1) 1.54ms
[D 2021-10-24 00:19:27.846 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034767812 (172.17.0.1) 2.65ms
[D 2021-10-24 00:19:28.003 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034767970 (172.17.0.1) 2.65ms
[D 2021-10-24 00:19:28.214 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034768180 (172.17.0.1) 2.50ms
[D 2021-10-24 00:19:28.708 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034768674 (172.17.0.1) 2.99ms
[D 2021-10-24 00:19:30.069 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034770034 (172.17.0.1) 2.81ms
[D 2021-10-24 00:19:30.458 ServerApp] 200 GET /jupyter/api/sessions?1635034770422 (172.17.0.1) 1.15ms
[D 2021-10-24 00:19:30.587 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034770520 (172.17.0.1) 2.40ms
[D 2021-10-24 00:19:36.512 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034776502 (172.17.0.1) 4.33ms
[D 2021-10-24 00:19:36.655 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034776647 (172.17.0.1) 2.50ms
[D 2021-10-24 00:19:36.790 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034776780 (172.17.0.1) 2.76ms
[D 2021-10-24 00:19:36.924 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034776914 (172.17.0.1) 2.75ms
[D 2021-10-24 00:19:37.039 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777030 (172.17.0.1) 2.51ms
[D 2021-10-24 00:19:37.173 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777163 (172.17.0.1) 2.73ms
[D 2021-10-24 00:19:37.272 ServerApp] 200 GET /jupyter/api/kernels?1635034777262 (172.17.0.1) 1.33ms
[D 2021-10-24 00:19:37.274 ServerApp] 200 GET /jupyter/api/terminals?1635034777263 (172.17.0.1) 1.25ms
[D 2021-10-24 00:19:37.310 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777298 (172.17.0.1) 3.28ms
[D 2021-10-24 00:19:37.439 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777430 (172.17.0.1) 2.59ms
[D 2021-10-24 00:19:37.573 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777563 (172.17.0.1) 2.38ms
[D 2021-10-24 00:19:37.723 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777713 (172.17.0.1) 2.51ms
[D 2021-10-24 00:19:37.856 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777847 (172.17.0.1) 2.56ms
[D 2021-10-24 00:19:37.993 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034777981 (172.17.0.1) 2.70ms
[D 2021-10-24 00:19:40.677 ServerApp] 200 GET /jupyter/api/sessions?1635034780608 (172.17.0.1) 2.61ms
[D 2021-10-24 00:19:40.683 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:40.685 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:40.686 ServerApp] Paths used for configuration of page_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:40.688 ServerApp] Paths used for configuration of page_config:
/root/.jupyter/labconfig/page_config.json
[D 2021-10-24 00:19:40.689 LabApp] Using contents: services/contents
[D 2021-10-24 00:19:40.692 LabApp] 200 GET /jupyter/lab (172.17.0.1) 13.49ms
[D 2021-10-24 00:19:40.715 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:0d659289-8f34-4504-87c6-c253ee73f284
[I 2021-10-24 00:19:40.715 ServerApp] Starting buffering for 9da734d9-8c69-46ac-8136-2eebaaf47cc3:0d659289-8f34-4504-87c6-c253ee73f284
[D 2021-10-24 00:19:40.715 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:41.304 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:41.307 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034781292 (172.17.0.1) 3.22ms
[D 2021-10-24 00:19:41.311 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:41.313 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:41.314 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:41.315 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:41.449 LabApp] 200 GET /jupyter/lab/api/settings?1635034781296 (172.17.0.1) 140.04ms
[D 2021-10-24 00:19:41.459 ServerApp] 200 GET /jupyter/api/kernels?1635034781303 (172.17.0.1) 4.96ms
[D 2021-10-24 00:19:41.461 ServerApp] 200 GET /jupyter/api/sessions?1635034781304 (172.17.0.1) 5.67ms
[D 2021-10-24 00:19:41.464 ServerApp] 200 GET /jupyter/api/terminals?1635034781306 (172.17.0.1) 7.37ms
[D 2021-10-24 00:19:41.466 ServerApp] 200 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 9.36ms
[D 2021-10-24 00:19:41.467 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:41.469 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034781319 (172.17.0.1) 11.89ms
[D 2021-10-24 00:19:43.034 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.034 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.035 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.035 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.064 ServerApp] 200 GET /jupyter/lab/api/translations/en?1635034783019 (172.17.0.1) 31.63ms
[D 2021-10-24 00:19:43.102 ServerApp] 200 GET /jupyter/lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1635034783085 (172.17.0.1) 2.06ms
[D 2021-10-24 00:19:43.143 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.150 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.152 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.153 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.164 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034783120 (172.17.0.1) 27.09ms
[D 2021-10-24 00:19:43.167 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.170 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.172 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.177 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.186 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034783121 (172.17.0.1) 20.58ms
[D 2021-10-24 00:19:43.189 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.190 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.192 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.194 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.205 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1635034783123 (172.17.0.1) 17.55ms
[D 2021-10-24 00:19:43.209 ServerApp] 304 GET /jupyter/lab/api/themes/@jupyterlab/theme-light-extension/index.css (172.17.0.1) 3.31ms
[D 2021-10-24 00:19:43.216 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.217 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.219 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.220 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.237 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034783198 (172.17.0.1) 25.07ms
[D 2021-10-24 00:19:43.257 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.258 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.259 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.260 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.282 ServerApp] 200 GET /jupyter/lab/api/translations/?1635034783240 (172.17.0.1) 27.38ms
[D 2021-10-24 00:19:43.367 LabApp] Node v16.10.0
[D 2021-10-24 00:19:43.500 LabApp] 200 GET /jupyter/lab/api/workspaces/default?1635034783460 (172.17.0.1) 9.92ms
[D 2021-10-24 00:19:43.551 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.552 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.554 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.555 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.571 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034783532 (172.17.0.1) 23.47ms
[D 2021-10-24 00:19:43.576 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.578 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.580 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.585 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:43.627 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/application-extension:context-menu?1635034783534 (172.17.0.1) 54.03ms
[D 2021-10-24 00:19:44.078 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034784045 (172.17.0.1) 13.32ms
[D 2021-10-24 00:19:44.086 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.091 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.093 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.102 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.130 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034784055 (172.17.0.1) 48.00ms
[D 2021-10-24 00:19:44.144 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 5.63ms
[D 2021-10-24 00:19:44.201 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (172.17.0.1) 10.14ms
[D 2021-10-24 00:19:44.219 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.220 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.225 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.228 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:19:44.594 LabApp] Yarn configuration loaded.
[D 2021-10-24 00:19:44.688 LabApp] 200 GET /jupyter/lab/api/settings?1635034784174 (172.17.0.1) 475.38ms
[I 2021-10-24 00:19:44.693 LabApp] Build is up to date
[D 2021-10-24 00:19:44.696 LabApp] 200 GET /jupyter/lab/api/build?1635034783069 (172.17.0.1) 1613.18ms
[D 2021-10-24 00:19:44.714 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034784234 (172.17.0.1) 14.70ms
[D 2021-10-24 00:19:44.717 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (172.17.0.1) 13.90ms
[W 2021-10-24 00:19:44.762 ServerApp] Notebook Untitled1.ipynb is not trusted
[D 2021-10-24 00:19:44.783 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?type=notebook&content=1&1635034784719 (172.17.0.1) 47.62ms
[D 2021-10-24 00:19:44.788 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (172.17.0.1) 2.21ms
[D 2021-10-24 00:19:44.877 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034784858 (172.17.0.1) 3.11ms
[D 2021-10-24 00:19:44.882 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034784859 (172.17.0.1) 2.67ms
[D 2021-10-24 00:19:44.944 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034784924 (172.17.0.1) 4.26ms
[D 2021-10-24 00:19:45.075 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034785043 (172.17.0.1) 6.70ms
[D 2021-10-24 00:19:45.137 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034785109 (172.17.0.1) 8.10ms
[D 2021-10-24 00:19:45.173 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (172.17.0.1) 2.32ms
[D 2021-10-24 00:19:45.213 ServerApp] 200 GET /jupyter/api/sessions?1635034785191 (172.17.0.1) 2.33ms
[D 2021-10-24 00:19:45.273 ServerApp] 304 GET /jupyter/static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (172.17.0.1) 2.14ms
[D 2021-10-24 00:19:45.278 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:19:45.283 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:19:45.289 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034785254 (172.17.0.1) 7.05ms
[D 2021-10-24 00:19:45.291 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=f9f824b4-5ab2-40d3-ade6-783de86a21ab (172.17.0.1) 13.48ms
[D 2021-10-24 00:19:45.293 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:19:45.294 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.294 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.296 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:19:45.297 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:19:45.298 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:19:45.300 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:19:45.301 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:19:45.305 ServerApp] Nudge: attempt 1 on kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.311 ServerApp] 200 GET /jupyter/api/nbconvert?1635034783278 (172.17.0.1) 2017.26ms
[D 2021-10-24 00:19:45.316 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:45.317 ServerApp] Nudge: IOPub received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.317 ServerApp] Nudge: resolving iopub future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.318 ServerApp] Nudge: shell info reply received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.318 ServerApp] Nudge: resolving shell future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:19:45.320 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:45.338 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:45.342 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:45.363 ServerApp] 200 GET /jupyter/api/nbconvert?1635034783275 (172.17.0.1) 2074.28ms
[D 2021-10-24 00:19:45.407 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:45.412 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:45.415 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 4.73ms
[D 2021-10-24 00:19:45.418 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.20ms
[D 2021-10-24 00:19:45.423 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 3.29ms
[D 2021-10-24 00:19:45.427 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.04ms
[D 2021-10-24 00:19:45.431 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:45.435 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:45.440 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.18ms
[D 2021-10-24 00:19:45.444 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.95ms
[D 2021-10-24 00:19:45.452 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:45.458 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:45.477 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 4.05ms
[D 2021-10-24 00:19:45.489 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 6.97ms
[D 2021-10-24 00:19:45.506 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:19:45.509 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:19:45.593 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.41ms
[D 2021-10-24 00:19:45.604 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.09ms
[D 2021-10-24 00:19:45.813 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034785793 (172.17.0.1) 1.62ms
[D 2021-10-24 00:19:52.124 ServerApp] 200 GET /jupyter/api/kernels?1635034792099 (172.17.0.1) 0.92ms
[D 2021-10-24 00:19:52.125 ServerApp] 200 GET /jupyter/api/terminals?1635034792100 (172.17.0.1) 0.76ms
[D 2021-10-24 00:19:55.259 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034795228 (172.17.0.1) 2.85ms
[D 2021-10-24 00:19:55.281 ServerApp] 200 GET /jupyter/api/sessions?1635034795253 (172.17.0.1) 0.99ms
[D 2021-10-24 00:20:02.152 ServerApp] 200 GET /jupyter/api/kernels?1635034802116 (172.17.0.1) 1.03ms
[D 2021-10-24 00:20:02.154 ServerApp] 200 GET /jupyter/api/terminals?1635034802117 (172.17.0.1) 0.78ms
[D 2021-10-24 00:20:05.248 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034805239 (172.17.0.1) 2.66ms
[D 2021-10-24 00:20:05.266 ServerApp] 200 GET /jupyter/api/sessions?1635034805261 (172.17.0.1) 0.94ms
[D 2021-10-24 00:20:12.138 ServerApp] 200 GET /jupyter/api/kernels?1635034812123 (172.17.0.1) 0.98ms
[D 2021-10-24 00:20:12.140 ServerApp] 200 GET /jupyter/api/terminals?1635034812125 (172.17.0.1) 0.99ms
[D 2021-10-24 00:20:15.270 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034815251 (172.17.0.1) 2.55ms
[D 2021-10-24 00:20:15.285 ServerApp] 200 GET /jupyter/api/sessions?1635034815268 (172.17.0.1) 1.09ms
[D 2021-10-24 00:20:17.090 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 0.64ms
[D 2021-10-24 00:20:22.159 ServerApp] 200 GET /jupyter/api/kernels?1635034822134 (172.17.0.1) 0.87ms
[D 2021-10-24 00:20:22.161 ServerApp] 200 GET /jupyter/api/terminals?1635034822136 (172.17.0.1) 0.84ms
[D 2021-10-24 00:20:25.296 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034825265 (172.17.0.1) 2.70ms
[D 2021-10-24 00:20:25.308 ServerApp] 200 GET /jupyter/api/sessions?1635034825279 (172.17.0.1) 1.04ms
[D 2021-10-24 00:20:32.180 ServerApp] 200 GET /jupyter/api/kernels?1635034832142 (172.17.0.1) 1.09ms
[D 2021-10-24 00:20:32.182 ServerApp] 200 GET /jupyter/api/terminals?1635034832144 (172.17.0.1) 1.40ms
[D 2021-10-24 00:20:35.288 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034835278 (172.17.0.1) 3.27ms
[D 2021-10-24 00:20:35.293 ServerApp] 200 GET /jupyter/api/sessions?1635034835287 (172.17.0.1) 0.91ms
[D 2021-10-24 00:20:42.167 ServerApp] 200 GET /jupyter/api/kernels?1635034842154 (172.17.0.1) 0.91ms
[D 2021-10-24 00:20:42.169 ServerApp] 200 GET /jupyter/api/terminals?1635034842155 (172.17.0.1) 0.82ms
[D 2021-10-24 00:20:43.123 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:20:43.124 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034843109 (172.17.0.1) 2.07ms
[D 2021-10-24 00:20:45.310 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034845291 (172.17.0.1) 2.72ms
[D 2021-10-24 00:20:45.313 ServerApp] 200 GET /jupyter/api/sessions?1635034845296 (172.17.0.1) 1.30ms
[D 2021-10-24 00:20:50.095 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 0.58ms
[D 2021-10-24 00:20:52.191 ServerApp] 200 GET /jupyter/api/kernels?1635034852165 (172.17.0.1) 1.49ms
[D 2021-10-24 00:20:52.194 ServerApp] 200 GET /jupyter/api/terminals?1635034852166 (172.17.0.1) 0.93ms
[D 2021-10-24 00:20:55.330 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034855301 (172.17.0.1) 2.25ms
[D 2021-10-24 00:20:55.335 ServerApp] 200 GET /jupyter/api/sessions?1635034855307 (172.17.0.1) 0.88ms
[D 2021-10-24 00:21:02.212 ServerApp] 200 GET /jupyter/api/kernels?1635034862174 (172.17.0.1) 1.00ms
[D 2021-10-24 00:21:02.213 ServerApp] 200 GET /jupyter/api/terminals?1635034862176 (172.17.0.1) 1.09ms
[D 2021-10-24 00:21:05.320 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034865313 (172.17.0.1) 2.57ms
[D 2021-10-24 00:21:05.322 ServerApp] 200 GET /jupyter/api/sessions?1635034865315 (172.17.0.1) 1.27ms
[D 2021-10-24 00:21:12.198 ServerApp] 200 GET /jupyter/api/kernels?1635034872183 (172.17.0.1) 1.20ms
[D 2021-10-24 00:21:12.201 ServerApp] 200 GET /jupyter/api/terminals?1635034872185 (172.17.0.1) 1.17ms
[D 2021-10-24 00:21:15.343 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034875324 (172.17.0.1) 2.50ms
[D 2021-10-24 00:21:15.346 ServerApp] 200 GET /jupyter/api/sessions?1635034875329 (172.17.0.1) 1.30ms
[D 2021-10-24 00:21:22.223 ServerApp] 200 GET /jupyter/api/kernels?1635034882196 (172.17.0.1) 1.12ms
[D 2021-10-24 00:21:22.225 ServerApp] 200 GET /jupyter/api/terminals?1635034882198 (172.17.0.1) 1.24ms
[D 2021-10-24 00:21:23.098 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 0.69ms
[D 2021-10-24 00:21:25.365 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034885334 (172.17.0.1) 2.84ms
[D 2021-10-24 00:21:25.368 ServerApp] 200 GET /jupyter/api/sessions?1635034885339 (172.17.0.1) 0.98ms
[D 2021-10-24 00:21:32.245 ServerApp] 200 GET /jupyter/api/kernels?1635034892208 (172.17.0.1) 1.01ms
[D 2021-10-24 00:21:32.246 ServerApp] 200 GET /jupyter/api/terminals?1635034892209 (172.17.0.1) 0.68ms
[D 2021-10-24 00:21:35.354 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034895345 (172.17.0.1) 2.93ms
[D 2021-10-24 00:21:35.357 ServerApp] 200 GET /jupyter/api/sessions?1635034895351 (172.17.0.1) 0.97ms
[D 2021-10-24 00:21:53.129 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 0.68ms
[D 2021-10-24 00:22:15.147 ServerApp] 200 GET /jupyter/api/kernels?1635034935128 (172.17.0.1) 1.97ms
[D 2021-10-24 00:22:15.149 ServerApp] 200 GET /jupyter/api/terminals?1635034935129 (172.17.0.1) 1.34ms
[D 2021-10-24 00:22:17.918 ServerApp] 200 GET /jupyter/api/sessions?1635034937897 (172.17.0.1) 1.37ms
[D 2021-10-24 00:22:17.921 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034937897 (172.17.0.1) 4.23ms
[D 2021-10-24 00:22:20.928 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:22:20.928 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:22:20.929 ServerApp] Paths used for configuration of page_config:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/page_config.json
[D 2021-10-24 00:22:20.929 ServerApp] Paths used for configuration of page_config:
/root/.jupyter/labconfig/page_config.json
[D 2021-10-24 00:22:20.930 LabApp] Using contents: services/contents
[D 2021-10-24 00:22:20.933 LabApp] 200 GET /jupyter/lab (172.17.0.1) 7.33ms
[D 2021-10-24 00:22:21.044 ServerApp] Path main.ddcbe373bd81f75db972.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/main.ddcbe373bd81f75db972.js
[D 2021-10-24 00:22:21.046 ServerApp] 200 GET /jupyter/static/lab/main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972 (172.17.0.1) 2.90ms
[D 2021-10-24 00:22:21.097 ServerApp] Path jlab_core.c94da8fb39135780ad20.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/jlab_core.c94da8fb39135780ad20.js
[D 2021-10-24 00:22:21.104 ServerApp] Path 9473.f6adb1fcd9ac2f6ab565.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/9473.f6adb1fcd9ac2f6ab565.js
[D 2021-10-24 00:22:21.107 ServerApp] Path 2719.f0b62700d12f05ae9649.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/2719.f0b62700d12f05ae9649.js
[D 2021-10-24 00:22:21.116 ServerApp] 200 GET /jupyter/static/lab/2719.f0b62700d12f05ae9649.js?v=f0b62700d12f05ae9649 (172.17.0.1) 12.99ms
[D 2021-10-24 00:22:21.134 ServerApp] Path 8173.278d0f34ea05d1505957.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/8173.278d0f34ea05d1505957.js
[D 2021-10-24 00:22:21.136 ServerApp] 200 GET /jupyter/static/lab/8173.278d0f34ea05d1505957.js?v=278d0f34ea05d1505957 (172.17.0.1) 7.74ms
[D 2021-10-24 00:22:21.137 ServerApp] Path 6700.9bfbe77418dd01d623dd.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/6700.9bfbe77418dd01d623dd.js
[D 2021-10-24 00:22:21.139 ServerApp] 200 GET /jupyter/static/lab/6700.9bfbe77418dd01d623dd.js?v=9bfbe77418dd01d623dd (172.17.0.1) 8.18ms
[D 2021-10-24 00:22:21.140 ServerApp] Path 1036.f2d455e7057498f51450.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/1036.f2d455e7057498f51450.js
[D 2021-10-24 00:22:21.143 ServerApp] 200 GET /jupyter/static/lab/1036.f2d455e7057498f51450.js?v=f2d455e7057498f51450 (172.17.0.1) 10.52ms
[D 2021-10-24 00:22:21.145 ServerApp] 200 GET /jupyter/static/lab/9473.f6adb1fcd9ac2f6ab565.js?v=f6adb1fcd9ac2f6ab565 (172.17.0.1) 44.25ms
[D 2021-10-24 00:22:21.148 ServerApp] 200 GET /jupyter/static/lab/jlab_core.c94da8fb39135780ad20.js?v=c94da8fb39135780ad20 (172.17.0.1) 51.73ms
[D 2021-10-24 00:22:21.154 ServerApp] Path 4155.784ca1752696680bf373.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/4155.784ca1752696680bf373.js
[D 2021-10-24 00:22:21.156 ServerApp] 200 GET /jupyter/static/lab/4155.784ca1752696680bf373.js?v=784ca1752696680bf373 (172.17.0.1) 5.51ms
[D 2021-10-24 00:22:21.158 ServerApp] Path 1033.fc4792a37de5b414eb76.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/1033.fc4792a37de5b414eb76.js
[D 2021-10-24 00:22:21.160 ServerApp] 200 GET /jupyter/static/lab/1033.fc4792a37de5b414eb76.js?v=fc4792a37de5b414eb76 (172.17.0.1) 8.12ms
[D 2021-10-24 00:22:21.171 ServerApp] Path 807.19c29345bd81fb8caca3.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/807.19c29345bd81fb8caca3.js
[D 2021-10-24 00:22:21.176 ServerApp] 200 GET /jupyter/static/lab/807.19c29345bd81fb8caca3.js?v=19c29345bd81fb8caca3 (172.17.0.1) 7.86ms
[D 2021-10-24 00:22:21.177 ServerApp] Path 4570.44c948d7eae0f307f23c.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/4570.44c948d7eae0f307f23c.js
[D 2021-10-24 00:22:21.179 ServerApp] 200 GET /jupyter/static/lab/4570.44c948d7eae0f307f23c.js?v=44c948d7eae0f307f23c (172.17.0.1) 10.00ms
[D 2021-10-24 00:22:21.180 ServerApp] Path 7294.46e9d2dfa68082780e97.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/7294.46e9d2dfa68082780e97.js
[D 2021-10-24 00:22:21.182 ServerApp] 200 GET /jupyter/static/lab/7294.46e9d2dfa68082780e97.js?v=46e9d2dfa68082780e97 (172.17.0.1) 11.30ms
[D 2021-10-24 00:22:21.185 ServerApp] Path 7084.8cbd74268350b25b03e6.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/7084.8cbd74268350b25b03e6.js
[D 2021-10-24 00:22:21.187 ServerApp] 200 GET /jupyter/static/lab/7084.8cbd74268350b25b03e6.js?v=8cbd74268350b25b03e6 (172.17.0.1) 3.96ms
[D 2021-10-24 00:22:21.189 ServerApp] Path 3935.e00facce2e55a4af6e62.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/3935.e00facce2e55a4af6e62.js
[D 2021-10-24 00:22:21.191 ServerApp] 200 GET /jupyter/static/lab/3935.e00facce2e55a4af6e62.js?v=e00facce2e55a4af6e62 (172.17.0.1) 3.02ms
[D 2021-10-24 00:22:21.196 ServerApp] Path 7730.7e3a9fb140d2d55a51fc.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js
[D 2021-10-24 00:22:21.198 ServerApp] 200 GET /jupyter/static/lab/7730.7e3a9fb140d2d55a51fc.js?v=7e3a9fb140d2d55a51fc (172.17.0.1) 5.43ms
[D 2021-10-24 00:22:21.199 ServerApp] Path 7755.d506a1d9dadf30b1e490.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js
[D 2021-10-24 00:22:21.200 ServerApp] 200 GET /jupyter/static/lab/7755.d506a1d9dadf30b1e490.js?v=d506a1d9dadf30b1e490 (172.17.0.1) 5.62ms
[D 2021-10-24 00:22:21.203 ServerApp] Path 4631.96a143e70f005fef7b59.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js
[D 2021-10-24 00:22:21.205 ServerApp] 200 GET /jupyter/static/lab/4631.96a143e70f005fef7b59.js?v=96a143e70f005fef7b59 (172.17.0.1) 3.82ms
[D 2021-10-24 00:22:21.208 ServerApp] Path 7616.d412fb880534d79eb96c.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/7616.d412fb880534d79eb96c.js
[D 2021-10-24 00:22:21.217 ServerApp] 200 GET /jupyter/static/lab/7616.d412fb880534d79eb96c.js?v=d412fb880534d79eb96c (172.17.0.1) 10.36ms
[D 2021-10-24 00:22:21.221 ServerApp] Path 3502.fbe0c610be82ba1360db.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/3502.fbe0c610be82ba1360db.js
[D 2021-10-24 00:22:21.222 ServerApp] 200 GET /jupyter/static/lab/3502.fbe0c610be82ba1360db.js?v=fbe0c610be82ba1360db (172.17.0.1) 2.68ms
[D 2021-10-24 00:22:21.222 ServerApp] Path 8086.1dfabaac37d971e2cc4c.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/8086.1dfabaac37d971e2cc4c.js
[D 2021-10-24 00:22:21.223 ServerApp] 200 GET /jupyter/static/lab/8086.1dfabaac37d971e2cc4c.js?v=1dfabaac37d971e2cc4c (172.17.0.1) 2.97ms
[D 2021-10-24 00:22:21.241 ServerApp] Path 2440.b1cec08f1bbdf244e2bb.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/2440.b1cec08f1bbdf244e2bb.js
[D 2021-10-24 00:22:21.243 ServerApp] 200 GET /jupyter/static/lab/2440.b1cec08f1bbdf244e2bb.js?v=b1cec08f1bbdf244e2bb (172.17.0.1) 4.50ms
[D 2021-10-24 00:22:21.244 ServerApp] Path 1057.1a1aee857cdaddbae1d3.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/1057.1a1aee857cdaddbae1d3.js
[D 2021-10-24 00:22:21.245 ServerApp] 200 GET /jupyter/static/lab/1057.1a1aee857cdaddbae1d3.js?v=1a1aee857cdaddbae1d3 (172.17.0.1) 4.94ms
[D 2021-10-24 00:22:21.249 ServerApp] Path 5815.4b6b9a453a8a559f1470.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/5815.4b6b9a453a8a559f1470.js
[D 2021-10-24 00:22:21.251 ServerApp] 200 GET /jupyter/static/lab/5815.4b6b9a453a8a559f1470.js?v=4b6b9a453a8a559f1470 (172.17.0.1) 3.34ms
[D 2021-10-24 00:22:21.257 ServerApp] Path 4151.c3dc0e633a876895c62c.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/4151.c3dc0e633a876895c62c.js
[D 2021-10-24 00:22:21.262 ServerApp] 200 GET /jupyter/static/lab/4151.c3dc0e633a876895c62c.js?v=c3dc0e633a876895c62c (172.17.0.1) 5.56ms
[D 2021-10-24 00:22:21.270 ServerApp] Path 1902.84e773fc133a804e6fdf.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/1902.84e773fc133a804e6fdf.js
[D 2021-10-24 00:22:21.273 ServerApp] 200 GET /jupyter/static/lab/1902.84e773fc133a804e6fdf.js?v=84e773fc133a804e6fdf (172.17.0.1) 8.80ms
[D 2021-10-24 00:22:21.274 ServerApp] Path 126.7dbfc7317b0b535d2b27.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/126.7dbfc7317b0b535d2b27.js
[D 2021-10-24 00:22:21.277 ServerApp] 200 GET /jupyter/static/lab/126.7dbfc7317b0b535d2b27.js?v=7dbfc7317b0b535d2b27 (172.17.0.1) 10.64ms
[D 2021-10-24 00:22:21.277 ServerApp] Path 1358.9ab4f57e8227ce75f427.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js
[D 2021-10-24 00:22:21.279 ServerApp] 200 GET /jupyter/static/lab/1358.9ab4f57e8227ce75f427.js?v=9ab4f57e8227ce75f427 (172.17.0.1) 11.81ms
[D 2021-10-24 00:22:21.280 ServerApp] Path 1249.38b626cfe609e7ebd489.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/1249.38b626cfe609e7ebd489.js
[D 2021-10-24 00:22:21.281 ServerApp] 200 GET /jupyter/static/lab/1249.38b626cfe609e7ebd489.js?v=38b626cfe609e7ebd489 (172.17.0.1) 12.58ms
[D 2021-10-24 00:22:21.285 ServerApp] Path 911.0c08f040896753efc653.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/911.0c08f040896753efc653.js
[D 2021-10-24 00:22:21.287 ServerApp] 200 GET /jupyter/static/lab/911.0c08f040896753efc653.js?v=0c08f040896753efc653 (172.17.0.1) 3.45ms
[D 2021-10-24 00:22:21.291 ServerApp] Path 4429.9d0e9af89b4ab5bf2a29.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/4429.9d0e9af89b4ab5bf2a29.js
[D 2021-10-24 00:22:21.294 ServerApp] 200 GET /jupyter/static/lab/4429.9d0e9af89b4ab5bf2a29.js?v=9d0e9af89b4ab5bf2a29 (172.17.0.1) 5.84ms
[D 2021-10-24 00:22:21.295 ServerApp] Path 3496.ecb0e7fcc54191234ae6.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js
[D 2021-10-24 00:22:21.298 ServerApp] 200 GET /jupyter/static/lab/3496.ecb0e7fcc54191234ae6.js?v=ecb0e7fcc54191234ae6 (172.17.0.1) 8.04ms
[D 2021-10-24 00:22:21.304 ServerApp] Path 714.d38baae8faccca175d4b.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/714.d38baae8faccca175d4b.js
[D 2021-10-24 00:22:21.313 ServerApp] 200 GET /jupyter/static/lab/714.d38baae8faccca175d4b.js?v=d38baae8faccca175d4b (172.17.0.1) 12.18ms
[D 2021-10-24 00:22:21.313 ServerApp] Path 7796.5780e95b4da068748ba0.js served from /opt/miniconda/envs/jupyter_demo/share/jupyter/lab/static/7796.5780e95b4da068748ba0.js
[D 2021-10-24 00:22:21.319 ServerApp] 200 GET /jupyter/static/lab/7796.5780e95b4da068748ba0.js?v=5780e95b4da068748ba0 (172.17.0.1) 16.62ms
[D 2021-10-24 00:22:21.328 ServerApp] 200 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.23ms
[D 2021-10-24 00:22:21.627 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:22:21.629 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034941600 (172.17.0.1) 2.60ms
[D 2021-10-24 00:22:21.632 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:21.633 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:21.634 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:21.635 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:21.722 LabApp] 200 GET /jupyter/lab/api/settings?1635034941604 (172.17.0.1) 92.33ms
[D 2021-10-24 00:22:21.726 ServerApp] 200 GET /jupyter/api/sessions?1635034941611 (172.17.0.1) 2.05ms
[D 2021-10-24 00:22:21.727 ServerApp] 200 GET /jupyter/api/terminals?1635034941612 (172.17.0.1) 2.23ms
[D 2021-10-24 00:22:21.728 ServerApp] 200 GET /jupyter/api/kernels?1635034941611 (172.17.0.1) 2.75ms
[D 2021-10-24 00:22:21.728 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:22:21.730 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034941628 (172.17.0.1) 5.04ms
[D 2021-10-24 00:22:22.800 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.800 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.801 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.801 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.827 ServerApp] 200 GET /jupyter/lab/api/translations/en?1635034942773 (172.17.0.1) 28.90ms
[D 2021-10-24 00:22:22.859 ServerApp] 200 GET /jupyter/lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1635034942832 (172.17.0.1) 1.85ms
[D 2021-10-24 00:22:22.892 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.893 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.894 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.894 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.896 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.897 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.898 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.899 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.907 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1635034942863 (172.17.0.1) 17.48ms
[D 2021-10-24 00:22:22.914 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034942863 (172.17.0.1) 18.77ms
[D 2021-10-24 00:22:22.916 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.918 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.918 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.919 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.926 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1635034942863 (172.17.0.1) 11.55ms
[D 2021-10-24 00:22:22.929 ServerApp] 200 GET /jupyter/lab/api/themes/@jupyterlab/theme-light-extension/index.css (172.17.0.1) 2.03ms
[D 2021-10-24 00:22:22.985 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.986 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.986 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:22.987 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.003 ServerApp] 200 GET /jupyter/lab/api/translations/?1635034942959 (172.17.0.1) 19.22ms
[D 2021-10-24 00:22:23.054 LabApp] Node v16.10.0
[D 2021-10-24 00:22:23.105 LabApp] 200 GET /jupyter/lab/api/workspaces/default?1635034943071 (172.17.0.1) 4.99ms
[D 2021-10-24 00:22:23.110 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.112 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.113 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.120 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.152 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034943072 (172.17.0.1) 44.95ms
[D 2021-10-24 00:22:23.176 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.183 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.187 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.189 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.208 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/application-extension:context-menu?1635034943146 (172.17.0.1) 34.09ms
[D 2021-10-24 00:22:23.264 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034943202 (172.17.0.1) 13.51ms
[D 2021-10-24 00:22:23.399 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.401 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.405 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.413 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.423 LabApp] 200 GET /jupyter/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1635034943367 (172.17.0.1) 28.16ms
[D 2021-10-24 00:22:23.429 ServerApp] 101 GET /jupyter/api/yjs/notebook:Untitled1.ipynb (172.17.0.1) 1.45ms
[D 2021-10-24 00:22:23.472 ServerApp] 200 GET /jupyter/static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&delayStartupUntil=configured (172.17.0.1) 6.18ms
[D 2021-10-24 00:22:23.485 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.486 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.490 ServerApp] Paths used for configuration of default_setting_overrides:
/opt/miniconda/envs/jupyter_demo/etc/jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.493 ServerApp] Paths used for configuration of default_setting_overrides:
/root/.jupyter/labconfig/default_setting_overrides.json
[D 2021-10-24 00:22:23.874 LabApp] Yarn configuration loaded.
[D 2021-10-24 00:22:23.917 LabApp] 200 GET /jupyter/lab/api/settings?1635034943446 (172.17.0.1) 433.22ms
[I 2021-10-24 00:22:23.921 LabApp] Build is up to date
[D 2021-10-24 00:22:23.925 LabApp] 200 GET /jupyter/lab/api/build?1635034942818 (172.17.0.1) 1081.71ms
[D 2021-10-24 00:22:23.948 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034943476 (172.17.0.1) 21.53ms
[D 2021-10-24 00:22:23.962 ServerApp] 200 GET /jupyter/static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (172.17.0.1) 28.47ms
[D 2021-10-24 00:22:24.002 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034943955 (172.17.0.1) 17.38ms
[D 2021-10-24 00:22:24.084 ServerApp] 200 GET /jupyter/static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (172.17.0.1) 4.03ms
[D 2021-10-24 00:22:24.100 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034944048 (172.17.0.1) 6.98ms
[I 2021-10-24 00:22:24.103 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:22:24.104 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:22:24.147 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034944052 (172.17.0.1) 53.22ms
[D 2021-10-24 00:22:24.167 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034944109 (172.17.0.1) 13.79ms
[D 2021-10-24 00:22:24.170 ServerApp] 200 GET /jupyter/static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (172.17.0.1) 2.55ms
[D 2021-10-24 00:22:24.183 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034944149 (172.17.0.1) 4.75ms
[D 2021-10-24 00:22:24.185 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034944130 (172.17.0.1) 5.03ms
[D 2021-10-24 00:22:24.186 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034944129 (172.17.0.1) 5.28ms
[D 2021-10-24 00:22:24.206 ServerApp] 200 GET /jupyter/static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (172.17.0.1) 1.97ms
[D 2021-10-24 00:22:24.239 ServerApp] 200 GET /jupyter/api/sessions?1635034944210 (172.17.0.1) 2.29ms
[D 2021-10-24 00:22:24.255 ServerApp] Initializing websocket connection /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:22:24.260 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:22:24.261 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034944225 (172.17.0.1) 3.50ms
[D 2021-10-24 00:22:24.262 ServerApp] 101 GET /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels?session_id=773f5381-23f7-4324-aaea-4f84bd83e734 (172.17.0.1) 7.02ms
[D 2021-10-24 00:22:24.262 ServerApp] Opening websocket /jupyter/api/kernels/9da734d9-8c69-46ac-8136-2eebaaf47cc3/channels
[D 2021-10-24 00:22:24.263 ServerApp] Getting buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:24.263 ServerApp] Connecting to: tcp://127.0.0.1:58391
[D 2021-10-24 00:22:24.264 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:22:24.265 ServerApp] Connecting to: tcp://127.0.0.1:38077
[D 2021-10-24 00:22:24.266 ServerApp] Connecting to: tcp://127.0.0.1:60109
[D 2021-10-24 00:22:24.267 ServerApp] Connecting to: tcp://127.0.0.1:52173
[D 2021-10-24 00:22:24.269 ServerApp] Nudge: attempt 1 on kernel 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:24.280 ServerApp] Nudge: IOPub received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:24.280 ServerApp] Nudge: resolving iopub future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:24.282 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:24.285 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:24.286 ServerApp] Nudge: shell info reply received: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:24.286 ServerApp] Nudge: resolving shell future: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:24.296 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.14ms
[D 2021-10-24 00:22:24.320 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:24.326 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:24.331 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 3.27ms
[D 2021-10-24 00:22:24.340 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 10.98ms
[D 2021-10-24 00:22:24.348 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 2.49ms
[D 2021-10-24 00:22:24.358 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:24.367 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:24.374 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.62ms
[D 2021-10-24 00:22:24.376 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 4.09ms
[D 2021-10-24 00:22:24.397 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:24.405 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:24.415 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 3.63ms
[D 2021-10-24 00:22:24.415 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 3.74ms
[D 2021-10-24 00:22:24.428 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:24.437 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:24.450 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 9.99ms
[D 2021-10-24 00:22:24.453 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 11.99ms
[D 2021-10-24 00:22:24.466 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:24.470 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:24.473 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.85ms
[D 2021-10-24 00:22:24.475 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 3.10ms
[D 2021-10-24 00:22:24.627 ServerApp] 200 GET /jupyter/api/nbconvert?1635034942987 (172.17.0.1) 1613.41ms
[D 2021-10-24 00:22:24.637 ServerApp] 200 GET /jupyter/api/nbconvert?1635034942990 (172.17.0.1) 1620.48ms
[D 2021-10-24 00:22:24.792 LabApp] 204 PUT /jupyter/lab/api/workspaces/default?1635034944761 (172.17.0.1) 1.67ms
[D 2021-10-24 00:22:25.172 ServerApp] 200 GET /jupyter/api/kernels?1635034945142 (172.17.0.1) 1.53ms
[D 2021-10-24 00:22:25.172 ServerApp] 200 GET /jupyter/api/terminals?1635034945143 (172.17.0.1) 1.70ms
[D 2021-10-24 00:22:27.942 ServerApp] 200 GET /jupyter/api/sessions?1635034947910 (172.17.0.1) 0.99ms
[D 2021-10-24 00:22:27.946 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034947911 (172.17.0.1) 3.30ms
[D 2021-10-24 00:22:28.757 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:28.762 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:22:28.767 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:22:28.771 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:28.775 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034948724 (172.17.0.1) 3.75ms
[D 2021-10-24 00:22:28.778 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.18ms
[D 2021-10-24 00:22:28.782 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 3.00ms
[D 2021-10-24 00:22:29.176 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034949142 (172.17.0.1) 1.38ms
[I 2021-10-24 00:22:29.186 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:22:29.186 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:22:29.219 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034949151 (172.17.0.1) 33.77ms
[D 2021-10-24 00:22:29.236 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034949201 (172.17.0.1) 1.72ms
[D 2021-10-24 00:22:29.239 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034949203 (172.17.0.1) 1.92ms
[D 2021-10-24 00:22:29.243 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034949206 (172.17.0.1) 2.63ms
[D 2021-10-24 00:22:29.807 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:29.813 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:22:29.817 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:22:29.823 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:29.826 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.53ms
[D 2021-10-24 00:22:29.829 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 0.80ms
[D 2021-10-24 00:22:30.086 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034950049 (172.17.0.1) 1.11ms
[I 2021-10-24 00:22:30.095 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:22:30.095 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:22:30.128 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034950061 (172.17.0.1) 34.13ms
[D 2021-10-24 00:22:30.142 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034950107 (172.17.0.1) 1.43ms
[D 2021-10-24 00:22:30.146 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034950109 (172.17.0.1) 1.95ms
[D 2021-10-24 00:22:30.150 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034950110 (172.17.0.1) 3.47ms
[D 2021-10-24 00:22:30.888 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034950852 (172.17.0.1) 2.38ms
[D 2021-10-24 00:22:31.014 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034950977 (172.17.0.1) 2.36ms
[D 2021-10-24 00:22:31.200 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034951162 (172.17.0.1) 2.44ms
[D 2021-10-24 00:22:31.868 ServerApp] 200 GET /jupyter/api/terminals?1635034951832 (172.17.0.1) 1.17ms
[D 2021-10-24 00:22:31.869 ServerApp] 200 GET /jupyter/api/kernels?1635034951832 (172.17.0.1) 1.59ms
[D 2021-10-24 00:22:31.970 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:31.976 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:22:31.980 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:22:31.987 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:31.990 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.20ms
[D 2021-10-24 00:22:31.995 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.04ms
[D 2021-10-24 00:22:32.227 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034952191 (172.17.0.1) 1.16ms
[I 2021-10-24 00:22:32.236 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:22:32.236 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:22:32.269 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034952199 (172.17.0.1) 33.93ms
[D 2021-10-24 00:22:32.282 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034952243 (172.17.0.1) 1.25ms
[D 2021-10-24 00:22:32.285 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034952244 (172.17.0.1) 2.13ms
[D 2021-10-24 00:22:32.289 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034952244 (172.17.0.1) 5.03ms
[D 2021-10-24 00:22:32.727 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034952690 (172.17.0.1) 1.14ms
[I 2021-10-24 00:22:32.735 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:22:32.735 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:22:32.771 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034952698 (172.17.0.1) 36.77ms
[D 2021-10-24 00:22:32.783 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034952743 (172.17.0.1) 1.03ms
[D 2021-10-24 00:22:32.788 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034952744 (172.17.0.1) 3.99ms
[D 2021-10-24 00:22:32.789 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034952744 (172.17.0.1) 4.61ms
[D 2021-10-24 00:22:32.836 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb?content=0&1635034952798 (172.17.0.1) 1.10ms
[I 2021-10-24 00:22:32.844 ServerApp] Saving file at /Untitled1.ipynb
[D 2021-10-24 00:22:32.845 ServerApp] Saving /app/Untitled1.ipynb
[D 2021-10-24 00:22:32.879 ServerApp] 200 PUT /jupyter/api/contents/Untitled1.ipynb?1635034952807 (172.17.0.1) 35.85ms
[D 2021-10-24 00:22:32.926 ServerApp] 200 GET /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034952885 (172.17.0.1) 1.17ms
[D 2021-10-24 00:22:32.929 ServerApp] 201 POST /jupyter/api/contents/Untitled1.ipynb/checkpoints?1635034952885 (172.17.0.1) 2.84ms
[D 2021-10-24 00:22:32.933 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034952886 (172.17.0.1) 5.60ms
[D 2021-10-24 00:22:33.964 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:33.970 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:22:33.976 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:22:33.983 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:33.987 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.17ms
[D 2021-10-24 00:22:33.989 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.21ms
[D 2021-10-24 00:22:34.265 ServerApp] 200 GET /jupyter/api/sessions?1635034954224 (172.17.0.1) 0.94ms
[D 2021-10-24 00:22:35.164 ServerApp] 200 GET /jupyter/api/kernels?1635034955157 (172.17.0.1) 1.02ms
[D 2021-10-24 00:22:35.166 ServerApp] 200 GET /jupyter/api/terminals?1635034955158 (172.17.0.1) 0.80ms
[D 2021-10-24 00:22:36.759 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (busy)
[D 2021-10-24 00:22:36.764 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: execute_input
[D 2021-10-24 00:22:36.766 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: stream
[D 2021-10-24 00:22:36.771 ServerApp] activity on 9da734d9-8c69-46ac-8136-2eebaaf47cc3: status (idle)
[D 2021-10-24 00:22:36.773 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 1.04ms
[D 2021-10-24 00:22:36.780 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.90ms
[D 2021-10-24 00:22:37.931 ServerApp] 200 GET /jupyter/api/sessions?1635034957922 (172.17.0.1) 1.16ms
[D 2021-10-24 00:22:37.935 ServerApp] 200 GET /jupyter/api/contents?content=1&1635034957923 (172.17.0.1) 2.58ms
[D 2021-10-24 00:22:41.994 ServerApp] 200 GET /jupyter/api/kernels?1635034961907 (172.17.0.1) 1.70ms
[D 2021-10-24 00:22:41.995 ServerApp] 200 GET /jupyter/api/terminals?1635034961907 (172.17.0.1) 1.68ms
[D 2021-10-24 00:22:42.086 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:773f5381-23f7-4324-aaea-4f84bd83e734
[D 2021-10-24 00:22:45.182 ServerApp] 200 GET /jupyter/api/kernels?1635034965165 (172.17.0.1) 0.83ms
[D 2021-10-24 00:22:45.184 ServerApp] 200 GET /jupyter/api/terminals?1635034965167 (172.17.0.1) 0.84ms
[D 2021-10-24 00:22:46.129 ServerApp] 200 GET /jupyter/api/sessions?1635034966111 (172.17.0.1) 0.97ms
[D 2021-10-24 00:22:46.131 ServerApp] 200 GET /jupyter/api/terminals?1635034966112 (172.17.0.1) 1.08ms
[D 2021-10-24 00:22:46.147 ServerApp] Clearing buffer for 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[I 2021-10-24 00:22:46.147 ServerApp] Kernel shutdown: 9da734d9-8c69-46ac-8136-2eebaaf47cc3
[D 2021-10-24 00:22:46.159 ServerApp] 200 GET /jupyter/api/terminals?1635034966139 (172.17.0.1) 1.47ms
[D 2021-10-24 00:22:46.160 ServerApp] 304 GET /jupyter/static/favicons/favicon-busy-1.ico (172.17.0.1) 2.28ms
[D 2021-10-24 00:22:46.163 ServerApp] Found kernel python3 in /opt/miniconda/envs/jupyter_demo/share/jupyter/kernels
[D 2021-10-24 00:22:46.165 ServerApp] 200 GET /jupyter/api/kernelspecs?1635034966143 (172.17.0.1) 3.02ms
[D 2021-10-24 00:22:46.167 ServerApp] 304 GET /jupyter/static/favicons/favicon.ico (172.17.0.1) 1.13ms
[D 2021-10-24 00:22:46.355 ServerApp] 204 DELETE /jupyter/api/sessions/d10547f4-c8ac-4df7-ae2f-c3617dad0f3c?1635034966130 (172.17.0.1) 208.99ms
[D 2021-10-24 00:22:46.361 ServerApp] 200 GET /jupyter/api/sessions?1635034966344 (172.17.0.1) 0.82ms
[D 2021-10-24 00:22:46.366 ServerApp] Websocket closed 9da734d9-8c69-46ac-8136-2eebaaf47cc3:f9f824b4-5ab2-40d3-ade6-783de86a21ab
[I 2021-10-24 00:22:46.375 ServerApp] Shutting down on /api/shutdown request.
[I 2021-10-24 00:22:46.375 ServerApp] Shutting down 2 extensions
[D 2021-10-24 00:22:46.376 ServerApp] jupyterlab | extension app "lab" stopping
[D 2021-10-24 00:22:46.376 ServerApp] jupyterlab | extension app "lab" stopped
[D 2021-10-24 00:22:46.376 ServerApp] nbclassic | extension app "notebook" stopping
[D 2021-10-24 00:22:46.376 ServerApp] nbclassic | extension app "notebook" stopped
[I 2021-10-24 00:22:46.377 ServerApp] Shutting down 0 kernels
[I 2021-10-24 00:22:46.377 ServerApp] Shutting down 0 terminals
[D 2021-10-24 00:22:46.378 ServerApp] 200 POST /jupyter/api/shutdown?1635034966357 (172.17.0.1) 3.90ms
</pre>
</details>
<details><summary>Browser Output</summary>
<pre>
validate.js:135 $ref: keywords ignored in schema at path "#/properties/codeCellConfig"
e @ validate.js:135
e @ properties.js:201
e @ validate.js:374
k @ index.js:88
c @ index.js:55
_ @ ajv.js:348
P @ ajv.js:204
validateData @ settingregistry.js:50
validateData @ settingregistry.js:61
_validate @ settingregistry.js:457
_load @ settingregistry.js:345
(anonymous) @ settingregistry.js:368
async function (async)
(anonymous) @ settingregistry.js:368
_preload @ settingregistry.js:364
g @ settingregistry.js:161
activate @ settingsplugin.js:16
async function (async)
activate @ settingsplugin.js:18
(anonymous) @ index.es6.js:164
Promise.then (async)
e.activatePlugin @ index.es6.js:163
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
(anonymous) @ index.es6.js:287
e.start @ index.es6.js:286
q @ index.out.js:605
async function (async)
q @ index.out.js:181
load (async)
e @ bootstrap.js:117
async function (async)
e @ bootstrap.js:98
37559 @ bootstrap.js:87
a @ bootstrap:19
(anonymous) @ startup:6
(anonymous) @ main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972:1
validate.js:135 $ref: keywords ignored in schema at path "#/properties/markdownCellConfig"
e @ validate.js:135
e @ properties.js:201
e @ validate.js:374
k @ index.js:88
c @ index.js:55
_ @ ajv.js:348
P @ ajv.js:204
validateData @ settingregistry.js:50
validateData @ settingregistry.js:61
_validate @ settingregistry.js:457
_load @ settingregistry.js:345
(anonymous) @ settingregistry.js:368
async function (async)
(anonymous) @ settingregistry.js:368
_preload @ settingregistry.js:364
g @ settingregistry.js:161
activate @ settingsplugin.js:16
async function (async)
activate @ settingsplugin.js:18
(anonymous) @ index.es6.js:164
Promise.then (async)
e.activatePlugin @ index.es6.js:163
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
(anonymous) @ index.es6.js:287
e.start @ index.es6.js:286
q @ index.out.js:605
async function (async)
q @ index.out.js:181
load (async)
e @ bootstrap.js:117
async function (async)
e @ bootstrap.js:98
37559 @ bootstrap.js:87
a @ bootstrap:19
(anonymous) @ startup:6
(anonymous) @ main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972:1
validate.js:135 $ref: keywords ignored in schema at path "#/properties/rawCellConfig"
e @ validate.js:135
e @ properties.js:201
e @ validate.js:374
k @ index.js:88
c @ index.js:55
_ @ ajv.js:348
P @ ajv.js:204
validateData @ settingregistry.js:50
validateData @ settingregistry.js:61
_validate @ settingregistry.js:457
_load @ settingregistry.js:345
(anonymous) @ settingregistry.js:368
async function (async)
(anonymous) @ settingregistry.js:368
_preload @ settingregistry.js:364
g @ settingregistry.js:161
activate @ settingsplugin.js:16
async function (async)
activate @ settingsplugin.js:18
(anonymous) @ index.es6.js:164
Promise.then (async)
e.activatePlugin @ index.es6.js:163
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
(anonymous) @ index.es6.js:287
e.start @ index.es6.js:286
q @ index.out.js:605
async function (async)
q @ index.out.js:181
load (async)
e @ bootstrap.js:117
async function (async)
e @ bootstrap.js:98
37559 @ bootstrap.js:87
a @ bootstrap:19
(anonymous) @ startup:6
(anonymous) @ main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972:1
validate.js:135 $ref: keywords ignored in schema at path "#/properties/codeCellConfig"
e @ validate.js:135
e @ properties.js:201
e @ validate.js:374
k @ index.js:88
c @ index.js:55
_ @ ajv.js:348
P @ ajv.js:204
validateData @ settingregistry.js:51
validateData @ settingregistry.js:61
_validate @ settingregistry.js:457
_load @ settingregistry.js:345
(anonymous) @ settingregistry.js:368
async function (async)
(anonymous) @ settingregistry.js:368
_preload @ settingregistry.js:364
g @ settingregistry.js:161
activate @ settingsplugin.js:16
async function (async)
activate @ settingsplugin.js:18
(anonymous) @ index.es6.js:164
Promise.then (async)
e.activatePlugin @ index.es6.js:163
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
(anonymous) @ index.es6.js:287
e.start @ index.es6.js:286
q @ index.out.js:605
async function (async)
q @ index.out.js:181
load (async)
e @ bootstrap.js:117
async function (async)
e @ bootstrap.js:98
37559 @ bootstrap.js:87
a @ bootstrap:19
(anonymous) @ startup:6
(anonymous) @ main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972:1
validate.js:135 $ref: keywords ignored in schema at path "#/properties/markdownCellConfig"
e @ validate.js:135
e @ properties.js:201
e @ validate.js:374
k @ index.js:88
c @ index.js:55
_ @ ajv.js:348
P @ ajv.js:204
validateData @ settingregistry.js:51
validateData @ settingregistry.js:61
_validate @ settingregistry.js:457
_load @ settingregistry.js:345
(anonymous) @ settingregistry.js:368
async function (async)
(anonymous) @ settingregistry.js:368
_preload @ settingregistry.js:364
g @ settingregistry.js:161
activate @ settingsplugin.js:16
async function (async)
activate @ settingsplugin.js:18
(anonymous) @ index.es6.js:164
Promise.then (async)
e.activatePlugin @ index.es6.js:163
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
(anonymous) @ index.es6.js:287
e.start @ index.es6.js:286
q @ index.out.js:605
async function (async)
q @ index.out.js:181
load (async)
e @ bootstrap.js:117
async function (async)
e @ bootstrap.js:98
37559 @ bootstrap.js:87
a @ bootstrap:19
(anonymous) @ startup:6
(anonymous) @ main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972:1
validate.js:135 $ref: keywords ignored in schema at path "#/properties/rawCellConfig"
e @ validate.js:135
e @ properties.js:201
e @ validate.js:374
k @ index.js:88
c @ index.js:55
_ @ ajv.js:348
P @ ajv.js:204
validateData @ settingregistry.js:51
validateData @ settingregistry.js:61
_validate @ settingregistry.js:457
_load @ settingregistry.js:345
(anonymous) @ settingregistry.js:368
async function (async)
(anonymous) @ settingregistry.js:368
_preload @ settingregistry.js:364
g @ settingregistry.js:161
activate @ settingsplugin.js:16
async function (async)
activate @ settingsplugin.js:18
(anonymous) @ index.es6.js:164
Promise.then (async)
e.activatePlugin @ index.es6.js:163
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
e.resolveRequiredService @ index.es6.js:209
(anonymous) @ index.es6.js:156
e.activatePlugin @ index.es6.js:156
(anonymous) @ index.es6.js:287
e.start @ index.es6.js:286
q @ index.out.js:605
async function (async)
q @ index.out.js:181
load (async)
e @ bootstrap.js:117
async function (async)
e @ bootstrap.js:98
37559 @ bootstrap.js:87
a @ bootstrap:19
(anonymous) @ startup:6
(anonymous) @ main.ddcbe373bd81f75db972.js?v=ddcbe373bd81f75db972:1
index.js:321 Starting application in workspace: "default"
34[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
jlab_core.c94da8fb39135780ad20.js?v=c94da8fb39135780ad20:2 [Violation] 'requestAnimationFrame' handler took 170ms
default.js:66 Starting WebSocket: ws://127.0.0.1:8888/jupyter/api/kernels/fa94f84c-b671-4198-b410-35fd13442028
</pre>
</details>