Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The raises-exception cell tag doesn't prevent multi-cell execution from halting #7015

Closed
joelostblom opened this issue Aug 14, 2019 · 4 comments · Fixed by #7020
Closed

The raises-exception cell tag doesn't prevent multi-cell execution from halting #7015

joelostblom opened this issue Aug 14, 2019 · 4 comments · Fixed by #7020
Labels
bug pkg:notebook status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. tag:Feature Parity

Comments

@joelostblom
Copy link
Contributor

joelostblom commented Aug 14, 2019

Description

Including a raises-exception tag in a cell's metadata doesn't prevent multi-cell execution from halting when an error is raised. Instead, execution stops at the raises-exception tagged cell. In the classic notebook, the cell tag works as expected and execution continues. This is all I put in the cell metadata:

{
    "tags": [
        "raises-exception"
    ]
}

The functionality was originally introduced in PR #6424

Reproduce

  1. Create a cell with an undefined variable that will raise an exception when run and one cell below that will not.
  2. Click "Run all" (or highlight both cells and press Shift+Enter)

Expected behavior

Cell execution continues when errors are raised in cells tagged with raises-exception.

Context

-----
IPython   	6.5.0
jupyter_client	5.2.3
jupyter_core	4.4.0
jupyterlab	1.0.5
notebook  	5.6.0
-----
Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 21:52:21) [GCC 7.3.0]
Linux-5.2.6-arch1-1-ARCH-x86_64-with-arch
Firefox 68.0.1
Troubleshoot Output

$PATH:
/home/me/miniconda3/envs/ds/bin
/home/me/miniconda3/envs/ds/bin
/home/me/miniconda3/condabin
/usr/local/sbin
/usr/local/bin
/usr/bin
/usr/lib/jvm/default/bin
/usr/bin/site_perl
/usr/bin/vendor_perl
/usr/bin/core_perl
/home/me/.local/bin

sys.path:
/home/me/miniconda3/envs/ds/bin
/home/me/miniconda3/envs/ds/lib/python37.zip
/home/me/miniconda3/envs/ds/lib/python3.7
/home/me/miniconda3/envs/ds/lib/python3.7/lib-dynload
/home/me/.local/lib/python3.7/site-packages
/home/me/miniconda3/envs/ds/lib/python3.7/site-packages

sys.executable:
/home/me/miniconda3/envs/ds/bin/python3.7

sys.version:
3.7.3 | packaged by conda-forge | (default, Jul 1 2019, 21:52:21)
[GCC 7.3.0]

platform.platform():
Linux-5.2.6-arch1-1-ARCH-x86_64-with-arch

which -a jupyter:
/home/me/miniconda3/envs/ds/bin/jupyter
/home/me/miniconda3/envs/ds/bin/jupyter
/usr/bin/jupyter

pip list:
Package Version
--------------------- -----------
anaconda-client 1.7.2
appdirs 1.4.3
asn1crypto 0.24.0
attrs 19.1.0
backcall 0.1.0
bleach 2.1.4
bokeh 1.2.0
boto3 1.9.206
botocore 1.12.206
certifi 2019.6.16
cffi 1.12.3
chardet 3.0.4
Click 7.0
cloudpickle 1.2.1
clyent 1.2.2
colorama 0.4.1
colorcet 2.0.1
cryptography 2.7
cycler 0.10.0
cytoolz 0.10.0
dask 2.2.0
datashader 0.7.0
datashape 0.5.4
decorator 4.4.0
defusedxml 0.5.0
distributed 2.2.0
docutils 0.14
entrypoints 0.2.3
fastparquet 0.3.2
fsspec 0.4.1
gitdb2 2.0.4
GitPython 2.1.11
heapdict 1.0.0
holoviews 1.12.3
html5lib 1.0.1
hvplot 0.4.0
idna 2.8
imageio 2.5.0
intake 0.5.1
intake-parquet 0.2.1
ipdb 0.12
ipykernel 5.1.2
ipython 6.5.0
ipython-genutils 0.2.0
ipywidgets 7.5.0
jedi 0.15.1
Jinja2 2.10
jmespath 0.9.4
joblib 0.13.2
json5 0.8.5
jsonschema 3.0.2
jupyter-client 5.2.3
jupyter-core 4.4.0
jupyterlab 1.0.5
jupyterlab-git 0.8.0
jupyterlab-launcher 0.13.1
jupyterlab-server 1.0.0
jupytext 1.2.1
kiwisolver 1.1.0
llvmlite 0.29.0
locket 0.2.0
Markdown 3.1.1
MarkupSafe 1.0
matplotlib 3.1.1
mccabe 0.6.1
mistune 0.8.3
msgpack 0.6.1
msgpack-numpy 0.4.4.3
multipledispatch 0.6.0
natsort 5.3.3
nb-conda-kernels 2.2.2
nbconvert 5.4.0
nbdime 1.1.0
nbformat 4.4.0
networkx 2.3
notebook 5.6.0
numba 0.45.1
numpy 1.17.0
olefile 0.46
packaging 19.0
pandas 0.25.0
pandocfilters 1.4.2
panel 0.6.0
param 1.9.1
parso 0.5.1
partd 1.0.0
patsy 0.5.1
pexpect 4.7.0
pickleshare 0.7.5
Pillow 6.1.0
pip 19.2.2
prometheus-client 0.3.1
prompt-toolkit 1.0.16
psutil 5.6.3
ptyprocess 0.6.0
pyarrow 0.14.1
pycodestyle 2.3.1
pycparser 2.19
pyct 0.4.6
pyflakes 1.6.0
Pygments 2.4.2
pyOpenSSL 19.0.0
pyparsing 2.4.2
PyPDF2 1.26.0
pyrsistent 0.15.4
PySocks 1.7.0
python-dateutil 2.8.0
python-slugify 1.2.6
python-snappy 0.5.4
pytz 2019.2
pyviz-comms 0.7.2
PyWavelets 1.0.3
PyYAML 5.1.2
pyzmq 18.0.2
requests 2.22.0
ruamel.yaml 0.16.1
s3fs 0.3.0
s3transfer 0.2.1
scikit-image 0.15.0
scikit-learn 0.21.2
scipy 1.3.1
seaborn 0.9.0
selenium 3.141.0
Send2Trash 1.5.0
setuptools 41.0.1
Shapely 1.6.4.post2
simplegeneric 0.8.1
SimpleWebSocketServer 0.1.0
sinfo 0.2.0
six 1.12.0
smmap2 2.0.4
snakeviz 2.0.0
sortedcontainers 2.1.0
stackprinter 0.2.3
statsmodels 0.10.1
stdlib-list 0.5.0
tblib 1.4.0
terminado 0.8.1
testpath 0.3.1
thesaurus 0.2.3
thrift 0.11.0
toolz 0.10.0
tornado 5.1
tqdm 4.32.2
traitlets 4.3.2
umap-learn 0.3.9
Unidecode 1.0.22
urllib3 1.25.3
versioneer 0.18
wcwidth 0.1.7
webencodings 0.5.1
wheel 0.33.4
widgetsnbextension 3.5.1
xarray 0.12.3
zict 1.0.0

conda list:
# packages in environment at /home/me/miniconda3/envs/ds:
#
# Name Version Build Channel
_libgcc_mutex 0.1 main
anaconda-client 1.7.2 py_0 conda-forge
appdirs 1.4.3 py_1 conda-forge
arrow-cpp 0.14.1 py37h6b969ab_0 conda-forge
asn1crypto 0.24.0 py37_1003 conda-forge
attrs 19.1.0 py_0 conda-forge
backcall 0.1.0 py_0 conda-forge
bleach 3.1.0 py_0 conda-forge
bokeh 1.2.0 py37_0 conda-forge
boost-cpp 1.70.0 h8e57a91_2 conda-forge
boto3 1.9.206 py_0 conda-forge
botocore 1.12.206 py_0 conda-forge
brotli 1.0.7 he1b5a44_1000 conda-forge
bzip2 1.0.8 h516909a_0 conda-forge
c-ares 1.15.0 h516909a_1001 conda-forge
ca-certificates 2019.6.16 hecc5488_0 conda-forge
certifi 2019.6.16 py37_1 conda-forge
cffi 1.12.3 py37h8022711_0 conda-forge
chardet 3.0.4 py37_1003 conda-forge
click 7.0 py_0 conda-forge
cloudpickle 1.2.1 py_0 conda-forge
clyent 1.2.2 py_1 conda-forge
colorama 0.4.1 pypi_0 pypi
colorcet 2.0.1 py_0 conda-forge
cryptography 2.7 py37h72c5cf5_0 conda-forge
cycler 0.10.0 py_1 conda-forge
cytoolz 0.10.0 py37h516909a_0 conda-forge
dask 2.2.0 py_0 conda-forge
dask-core 2.2.0 py_0 conda-forge
datashader 0.7.0 py_0 conda-forge
datashape 0.5.4 py_1 conda-forge
decorator 4.4.0 py_0 conda-forge
defusedxml 0.5.0 py_1 conda-forge
distributed 2.2.0 py_1 conda-forge
docutils 0.14 py37_1001 conda-forge
double-conversion 3.1.5 he1b5a44_1 conda-forge
entrypoints 0.3 py37_1000 conda-forge
fastparquet 0.3.2 py37hc1659b7_0 conda-forge
fontconfig 2.13.1 h86ecdb6_1001 conda-forge
freetype 2.10.0 he983fc9_1 conda-forge
fsspec 0.4.1 py_0 conda-forge
geos 3.7.2 he1b5a44_1 conda-forge
gflags 2.2.2 he1b5a44_1001 conda-forge
gitdb2 2.0.5 py_0 conda-forge
gitpython 3.0.0 py_0 conda-forge
glog 0.4.0 he1b5a44_1 conda-forge
grpc-cpp 1.22.0 h18db393_0 conda-forge
heapdict 1.0.0 py37_1000 conda-forge
holoviews 1.12.3 py_2 conda-forge
html5lib 1.0.1 pypi_0 pypi
hvplot 0.4.0 py_1 conda-forge
icu 64.2 he1b5a44_0 conda-forge
idna 2.8 py37_1000 conda-forge
imageio 2.5.0 py37_0 conda-forge
intake 0.5.1 py_0 conda-forge
intake-parquet 0.2.1 py_0 conda-forge
ipykernel 5.1.2 py37h5ca1d4c_0 conda-forge
ipython 7.7.0 py37h5ca1d4c_0 conda-forge
ipython-genutils 0.2.0 pypi_0 pypi
ipywidgets 7.5.0 py_0 conda-forge
jedi 0.15.1 py37_0 conda-forge
jinja2 2.10.1 py_0 conda-forge
jmespath 0.9.4 py_0 conda-forge
joblib 0.13.2 py_0 conda-forge
jpeg 9c h14c3975_1001 conda-forge
json5 0.8.5 py_0 conda-forge
jsonschema 3.0.2 py37_0 conda-forge
jupyter_client 5.3.1 py_0 conda-forge
jupyter_core 4.4.0 py_0 conda-forge
jupyterlab 1.0.5 py37_0 conda-forge
jupyterlab-git 0.8.0 pypi_0 pypi
jupyterlab_server 1.0.0 py_1 conda-forge
jupytext 1.2.1 0 conda-forge
kiwisolver 1.1.0 py37hc9558a2_0 conda-forge
libblas 3.8.0 12_openblas conda-forge
libcblas 3.8.0 12_openblas conda-forge
libevent 2.1.10 h72c5cf5_0 conda-forge
libffi 3.2.1 he1b5a44_1006 conda-forge
libgcc-ng 9.1.0 hdf63c60_0
libgfortran-ng 7.3.0 hdf63c60_0
libiconv 1.15 h516909a_1005 conda-forge
liblapack 3.8.0 12_openblas conda-forge
libopenblas 0.3.7 h6e990d7_0 conda-forge
libpng 1.6.37 hed695b0_0 conda-forge
libprotobuf 3.8.0 h8b12597_0 conda-forge
libsodium 1.0.17 h516909a_0 conda-forge
libstdcxx-ng 9.1.0 hdf63c60_0
libtiff 4.0.10 h57b8799_1003 conda-forge
libuuid 2.32.1 h14c3975_1000 conda-forge
libuv 1.30.1 h516909a_0 conda-forge
libxml2 2.9.9 hee79883_2 conda-forge
llvmlite 0.29.0 py37hfd453ef_1 conda-forge
locket 0.2.0 py_2 conda-forge
lz4-c 1.8.3 he1b5a44_1001 conda-forge
markdown 3.1.1 py_0 conda-forge
markupsafe 1.1.1 py37h14c3975_0 conda-forge
matplotlib-base 3.1.1 py37he7580a8_1 conda-forge
mistune 0.8.4 py37h14c3975_1000 conda-forge
msgpack-numpy 0.4.4.3 py_0 conda-forge
msgpack-python 0.6.1 py37h6bb024c_0 conda-forge
multipledispatch 0.6.0 py_0 conda-forge
nb_conda_kernels 2.2.2 py37_0 conda-forge
nbconvert 5.6.0 py_0 conda-forge
nbdime 1.1.0 py37_0 conda-forge
nbformat 4.4.0 py_1 conda-forge
ncurses 6.1 hf484d3e_1002 conda-forge
networkx 2.3 py_0 conda-forge
nodejs 12.8.0 h10a4023_1 conda-forge
notebook 6.0.0 py37_0 conda-forge
numba 0.45.1 py37hb3f55d8_0 conda-forge
numpy 1.17.0 py37h95a1406_0 conda-forge
olefile 0.46 py_0 conda-forge
openssl 1.1.1c h516909a_0 conda-forge
packaging 19.0 py_0 conda-forge
pandas 0.25.0 py37hb3f55d8_0 conda-forge
pandoc 2.7.3 0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
panel 0.6.0 h5ca1d4c_0 conda-forge
param 1.9.1 py_0 conda-forge
parquet-cpp 1.5.1 2 conda-forge
parso 0.5.1 py_0 conda-forge
partd 1.0.0 py_0 conda-forge
patsy 0.5.1 py_0 conda-forge
pexpect 4.7.0 py37_0 conda-forge
phantomjs 2.1.1 1 conda-forge
pickleshare 0.7.5 py37_1000 conda-forge
pillow 6.1.0 py37h6b7be26_1 conda-forge
pip 19.2.2 py37_0 conda-forge
prometheus_client 0.7.1 py_0 conda-forge
prompt_toolkit 2.0.9 py_0 conda-forge
psutil 5.6.3 py37h516909a_0 conda-forge
ptyprocess 0.6.0 py_1001 conda-forge
pyarrow 0.14.1 py37h8b68381_0 conda-forge
pycparser 2.19 py37_1 conda-forge
pyct 0.4.6 py_0 conda-forge
pyct-core 0.4.6 py_0 conda-forge
pygments 2.4.2 py_0 conda-forge
pyopenssl 19.0.0 py37_0 conda-forge
pyparsing 2.4.2 py_0 conda-forge
pyrsistent 0.15.4 py37h516909a_0 conda-forge
pysocks 1.7.0 py37_0 conda-forge
python 3.7.3 h33d41f4_1 conda-forge
python-dateutil 2.8.0 py_0 conda-forge
python-snappy 0.5.4 py37hee44bf9_0 conda-forge
pytz 2019.2 py_0 conda-forge
pyviz_comms 0.7.2 py_0 conda-forge
pywavelets 1.0.3 py37hd352d35_1 conda-forge
pyyaml 5.1.2 py37h516909a_0 conda-forge
pyzmq 18.0.2 py37h1768529_2 conda-forge
re2 2019.08.01 he1b5a44_0 conda-forge
readline 8.0 hf8c457e_0 conda-forge
requests 2.22.0 py37_1 conda-forge
ruamel 1.0 py37_0 conda-forge
ruamel.yaml 0.16.1 py37h516909a_0 conda-forge
s3fs 0.3.0 py_0 conda-forge
s3transfer 0.2.1 py37_0 conda-forge
scikit-image 0.15.0 py37hb3f55d8_2 conda-forge
scikit-learn 0.21.2 py37hcdab131_1 conda-forge
scipy 1.3.1 py37h921218d_1 conda-forge
seaborn 0.9.0 py_1 conda-forge
selenium 3.141.0 py37h14c3975_1000 conda-forge
send2trash 1.5.0 py_0 conda-forge
setuptools 41.0.1 py37_0 conda-forge
shapely 1.6.4 py37hec07ddf_1006 conda-forge
simplegeneric 0.8.1 py_1 conda-forge
six 1.12.0 py37_1000 conda-forge
smmap2 2.0.5 py_0 conda-forge
snakeviz 2.0.0 py_0 conda-forge
snappy 1.1.7 he1b5a44_1002 conda-forge
sortedcontainers 2.1.0 py_0 conda-forge
sqlite 3.29.0 hcee41ef_0 conda-forge
stackprinter 0.2.3 pypi_0 pypi
statsmodels 0.10.1 py37hc1659b7_0 conda-forge
tblib 1.4.0 py_0 conda-forge
terminado 0.8.2 py37_0 conda-forge
testpath 0.3.1 py37_1 conda-forge
thrift 0.11.0 py37hf484d3e_1001 conda-forge
thrift-cpp 0.12.0 hf3afdfd_1004 conda-forge
tk 8.6.9 hed695b0_1002 conda-forge
toolz 0.10.0 py_0 conda-forge
tornado 5.1 py37h470a237_1 conda-forge
tqdm 4.32.2 py_0 conda-forge
traitlets 4.3.2 py37_1000 conda-forge
umap-learn 0.3.9 py37_0 conda-forge
uriparser 0.9.3 he1b5a44_1 conda-forge
urllib3 1.25.3 py37_0 conda-forge
wcwidth 0.1.7 py_1 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.33.4 py37_0 conda-forge
widgetsnbextension 3.5.1 py37_0 conda-forge
xarray 0.12.3 py_0 conda-forge
xz 5.2.4 h14c3975_1001 conda-forge
yaml 0.1.7 h14c3975_1001 conda-forge
zeromq 4.3.2 he1b5a44_2 conda-forge
zict 1.0.0 py_0 conda-forge
zlib 1.2.11 h516909a_1005 conda-forge
zstd 1.4.0 h3b9ef0a_0 conda-forge

Command Line Output
(jl-no-addons) ~
$ jupyter-lab --debug
[D 15:37:44.983 LabApp] Searching ['/home/me/edu/phd/agcl', '/home/me/.jupyter', '/home/me/miniconda3/envs/jl-no-addons/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 15:37:44.983 LabApp] Looking for jupyter_config in /etc/jupyter
[D 15:37:44.984 LabApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 15:37:44.984 LabApp] Looking for jupyter_config in /home/me/miniconda3/envs/jl-no-addons/etc/jupyter
[D 15:37:44.984 LabApp] Looking for jupyter_config in /home/me/.jupyter
[D 15:37:44.984 LabApp] Looking for jupyter_config in /home/me/edu/phd/agcl
[D 15:37:44.985 LabApp] Looking for jupyter_notebook_config in /etc/jupyter
[D 15:37:44.985 LabApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
[D 15:37:44.985 LabApp] Looking for jupyter_notebook_config in /home/me/miniconda3/envs/jl-no-addons/etc/jupyter
[D 15:37:44.986 LabApp] Loaded config file: /home/me/miniconda3/envs/jl-no-addons/etc/jupyter/jupyter_notebook_config.json
[D 15:37:44.986 LabApp] Looking for jupyter_notebook_config in /home/me/.jupyter
[D 15:37:44.986 LabApp] Loaded config file: /home/me/.jupyter/jupyter_notebook_config.py
[D 15:37:44.986 LabApp] Loaded config file: /home/me/.jupyter/jupyter_notebook_config.json
[D 15:37:44.986 LabApp] Looking for jupyter_notebook_config in /home/me/edu/phd/agcl
[W 15:37:44.991 LabApp] Config option `notebook_extensions` not recognized by `LargeFileManager`.
[D 15:37:45.207 LabApp] Paths used for configuration of jupyter_notebook_config:
        /etc/jupyter/jupyter_notebook_config.json
[D 15:37:45.208 LabApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 15:37:45.209 LabApp] Paths used for configuration of jupyter_notebook_config:
        /home/me/miniconda3/envs/jl-no-addons/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /home/me/miniconda3/envs/jl-no-addons/etc/jupyter/jupyter_notebook_config.json
[D 15:37:45.210 LabApp] Paths used for configuration of jupyter_notebook_config:
        /home/me/.jupyter/jupyter_notebook_config.json
[I 15:37:45.218 LabApp] JupyterLab extension loaded from /home/me/miniconda3/envs/jl-no-addons/lib/python3.7/site-packages/jupyterlab
[I 15:37:45.218 LabApp] JupyterLab application directory is /home/me/miniconda3/envs/jl-no-addons/share/jupyter/lab
[W 15:37:45.222 LabApp] Error loading server extension jupyterlab_git
    Traceback (most recent call last):
      File "/home/me/.local/lib/python3.7/site-packages/notebook/notebookapp.py", line 1546, in init_server_extensions
        mod = importlib.import_module(modulename)
      File "/home/me/miniconda3/envs/jl-no-addons/lib/python3.7/importlib/__init__.py", line 127, in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
      File "", line 1006, in _gcd_import
      File "", line 983, in _find_and_load
      File "", line 965, in _find_and_load_unlocked
    ModuleNotFoundError: No module named 'jupyterlab_git'
[W 15:37:45.225 LabApp] Error loading server extension nbdime
    Traceback (most recent call last):
      File "/home/me/.local/lib/python3.7/site-packages/notebook/notebookapp.py", line 1546, in init_server_extensions
        mod = importlib.import_module(modulename)
      File "/home/me/miniconda3/envs/jl-no-addons/lib/python3.7/importlib/__init__.py", line 127, in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
      File "", line 1006, in _gcd_import
      File "", line 983, in _find_and_load
      File "", line 965, in _find_and_load_unlocked
    ModuleNotFoundError: No module named 'nbdime'
[W 15:37:45.226 LabApp] JupyterLab server extension not enabled, manually loading...
[I 15:37:45.228 LabApp] JupyterLab extension loaded from /home/me/miniconda3/envs/jl-no-addons/lib/python3.7/site-packages/jupyterlab
[I 15:37:45.228 LabApp] JupyterLab application directory is /home/me/miniconda3/envs/jl-no-addons/share/jupyter/lab
[I 15:37:45.230 LabApp] Serving notebooks from local directory: /home/me/edu/phd/agcl
[I 15:37:45.230 LabApp] The Jupyter Notebook is running at:
[I 15:37:45.230 LabApp] http://localhost:8888/?token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891
[I 15:37:45.230 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 15:37:46.393 LabApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
    http://localhost:8888/?token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891

[I 15:37:46.600 LabApp] Accepting one-time-token-authenticated connection from 127.0.0.1
[D 15:37:46.602 LabApp] Using contents: services/contents
[D 15:37:46.611 LabApp] 200 GET /lab?token=917af00b0a5dc9ce7e51a50445d17de7804217ff4c33063b (127.0.0.1) 11.68ms
[D 15:37:47.019 LabApp] Path main.7028940cd55cdd99ce77.js served from /home/me/miniconda3/envs/jl-no-addons/share/jupyter/lab/static/main.7028940cd55cdd99ce77.js
[D 15:37:47.020 LabApp] 304 GET /static/lab/main.7028940cd55cdd99ce77.js (127.0.0.1) 2.19ms
[D 15:37:47.022 LabApp] Path vendorsmain.cab3a7494e289ae758f2.js served from /home/me/miniconda3/envs/jl-no-addons/share/jupyter/lab/static/vendorsmain.cab3a7494e289ae758f2.js
[D 15:37:47.022 LabApp] 304 GET /static/lab/vendors~main.cab3a7494e289ae758f2.js (127.0.0.1) 1.24ms
[D 15:37:47.962 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:47.964 LabApp] 200 GET /api/sessions?1565822267957 (127.0.0.1) 2.55ms
[D 15:37:47.969 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:47.970 LabApp] Found kernel bash in /home/me/.local/share/jupyter/kernels
[D 15:37:47.971 LabApp] Found kernel julia-1.0 in /home/me/.local/share/jupyter/kernels
[D 15:37:47.971 LabApp] Found kernel python3 in /home/me/miniconda3/envs/jl-no-addons/share/jupyter/kernels
[D 15:37:47.976 LabApp] 200 GET /api/kernelspecs?1565822267958 (127.0.0.1) 7.27ms
[D 15:37:47.977 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:47.978 LabApp] 200 GET /api/terminals?1565822267959 (127.0.0.1) 1.38ms
[D 15:37:48.001 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.118 LabApp] 200 GET /lab/api/settings/?1565822267978 (127.0.0.1) 116.86ms
[D 15:37:48.161 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.162 LabApp] 200 GET /api/sessions?1565822268122 (127.0.0.1) 1.34ms
[D 15:37:48.164 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.165 LabApp] Found kernel bash in /home/me/.local/share/jupyter/kernels
[D 15:37:48.165 LabApp] Found kernel julia-1.0 in /home/me/.local/share/jupyter/kernels
[D 15:37:48.165 LabApp] Found kernel python3 in /home/me/miniconda3/envs/jl-no-addons/share/jupyter/kernels
[D 15:37:48.167 LabApp] 200 GET /api/kernelspecs?1565822268123 (127.0.0.1) 3.65ms
[D 15:37:48.168 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.169 LabApp] 200 GET /api/terminals?1565822268124 (127.0.0.1) 0.84ms
[D 15:37:48.671 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.674 LabApp] 200 GET /metrics?1565822268666 (127.0.0.1) 3.90ms
[D 15:37:48.691 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.739 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.810 LabApp] 200 GET /api/nbconvert?1565822268718 (127.0.0.1) 71.98ms
[D 15:37:48.815 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.821 LabApp] 200 GET /api/contents/?content=1&1565822268797 (127.0.0.1) 6.85ms
[D 15:37:48.824 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.827 LabApp] 200 GET /api/nbconvert?1565822268754 (127.0.0.1) 3.60ms
[D 15:37:48.878 LabApp] Path @jupyterlab/theme-light-extension/index.css served from /home/me/miniconda3/envs/jl-no-addons/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css
[D 15:37:48.879 LabApp] 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (127.0.0.1) 2.51ms
[D 15:37:48.931 LabApp] Node v11.15.0

[I 15:37:48.933 LabApp] Build is up to date
[D 15:37:48.934 LabApp] 200 GET /lab/api/build?1565822268688 (127.0.0.1) 243.00ms
[D 15:37:48.945 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.946 LabApp] 200 GET /api/sessions?1565822268890 (127.0.0.1) 1.57ms
[D 15:37:48.947 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.953 LabApp] 200 GET /lab/api/extensions?1565822268913 (127.0.0.1) 6.49ms
[D 15:37:48.958 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.960 LabApp] 200 GET /lab/api/workspaces/lab?1565822268942 (127.0.0.1) 1.93ms
[D 15:37:48.976 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:48.984 LabApp] 200 GET /lab/api/extensions?1565822268972 (127.0.0.1) 8.14ms
[D 15:37:49.066 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:49.071 LabApp] 200 GET /api/contents/src?1565822269061 (127.0.0.1) 5.08ms
[D 15:37:49.119 LabApp] Path 5.eddd207145fe18a6ab49.js served from /home/me/miniconda3/envs/jl-no-addons/share/jupyter/lab/static/5.eddd207145fe18a6ab49.js
[D 15:37:49.120 LabApp] 304 GET /static/lab/5.eddd207145fe18a6ab49.js (127.0.0.1) 1.18ms
[D 15:37:49.155 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:49.159 LabApp] 200 GET /api/contents/src?content=1&1565822269148 (127.0.0.1) 4.92ms
[D 15:37:50.109 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:50.111 LabApp] 204 PUT /lab/api/workspaces/lab?1565822269886 (127.0.0.1) 2.34ms
[D 15:37:50.417 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:50.423 LabApp] 200 GET /metrics?1565822270166 (127.0.0.1) 6.73ms
[D 15:37:54.056 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:54.058 LabApp] 204 PUT /lab/api/workspaces/lab?1565822274047 (127.0.0.1) 2.37ms
[D 15:37:54.733 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:54.740 LabApp] 200 GET /metrics?1565822274726 (127.0.0.1) 7.22ms
[D 15:37:59.043 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.046 LabApp] 200 GET /api/sessions?1565822279035 (127.0.0.1) 2.93ms
[D 15:37:59.049 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.050 LabApp] 200 GET /api/terminals?1565822279040 (127.0.0.1) 1.14ms
[D 15:37:59.063 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.066 LabApp] 200 GET /api/contents/src?content=1&1565822279060 (127.0.0.1) 2.86ms
[D 15:37:59.224 LabApp] Accepting token-authenticated connection from 127.0.0.1
[I 15:37:59.225 LabApp] Creating new notebook in /src
[D 15:37:59.227 LabApp] Saving /home/me/edu/phd/agcl/src/Untitled3.ipynb
[D 15:37:59.282 LabApp] 201 POST /api/contents/src?1565822279218 (127.0.0.1) 57.97ms
[D 15:37:59.294 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.295 LabApp] 200 GET /api/contents/src/Untitled3.ipynb?content=0&1565822279289 (127.0.0.1) 2.03ms
[D 15:37:59.303 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.308 LabApp] 200 GET /api/contents/src?content=1&1565822279294 (127.0.0.1) 5.47ms
[D 15:37:59.369 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.388 LabApp] 200 GET /api/contents/src/Untitled3.ipynb?type=notebook&content=1&1565822279364 (127.0.0.1) 19.27ms
[D 15:37:59.600 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.601 LabApp] 200 GET /api/contents/src/Untitled3.ipynb/checkpoints?1565822279592 (127.0.0.1) 2.09ms
[D 15:37:59.605 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.607 LabApp] 200 GET /api/contents/src/Untitled3.ipynb/checkpoints?1565822279593 (127.0.0.1) 2.70ms
[D 15:37:59.617 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.618 LabApp] 200 GET /api/contents/src/Untitled3.ipynb/checkpoints?1565822279596 (127.0.0.1) 1.43ms
[D 15:37:59.726 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.748 LabApp] Starting kernel: ['/home/me/miniconda3/envs/jl-no-addons/bin/python', '-m', 'ipykernel_launcher', '-f', '/run/user/1000/jupyter/kernel-dabf8f15-63ef-45ea-af36-3bb0dd83e033.json']
[D 15:37:59.753 LabApp] Connecting to: tcp://127.0.0.1:58841
[D 15:37:59.754 LabApp] Connecting to: tcp://127.0.0.1:51285
[I 15:37:59.756 LabApp] Kernel started: dabf8f15-63ef-45ea-af36-3bb0dd83e033
[D 15:37:59.756 LabApp] Kernel args: {'kernel_name': 'python3', 'cwd': '/home/me/edu/phd/agcl/src'}
[D 15:37:59.757 LabApp] 201 POST /api/sessions?1565822279719 (127.0.0.1) 31.61ms
[D 15:37:59.770 LabApp] Initializing websocket connection /api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels
[D 15:37:59.772 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:37:59.773 LabApp] Requesting kernel info from dabf8f15-63ef-45ea-af36-3bb0dd83e033
[D 15:37:59.773 LabApp] Connecting to: tcp://127.0.0.1:49733
[D 15:38:00.035 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:00.036 LabApp] 204 PUT /lab/api/workspaces/lab?1565822280030 (127.0.0.1) 1.52ms
[D 15:38:00.257 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:00.260 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:00.261 LabApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '6.5.0', 'language_info': {'name': 'python', 'version': '3.7.3', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.7.3 | packaged by conda-forge | (default, Jul 1 2019, 21:52:21) \nType 'copyright', 'credits' or 'license' for more information\nIPython 6.5.0 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.7'}, {'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 15:38:00.263 LabApp] 101 GET /api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels?session_id=ea230ca8-ced6-43b1-8233-fb46055b9de2&token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891 (127.0.0.1) 492.87ms
[D 15:38:00.263 LabApp] Opening websocket /api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels
[D 15:38:00.263 LabApp] Getting buffer for dabf8f15-63ef-45ea-af36-3bb0dd83e033
[D 15:38:00.263 LabApp] Connecting to: tcp://127.0.0.1:49733
[D 15:38:00.264 LabApp] Connecting to: tcp://127.0.0.1:51285
[D 15:38:00.268 LabApp] Connecting to: tcp://127.0.0.1:34633
[D 15:38:00.275 LabApp] Initializing websocket connection /api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels
[D 15:38:00.277 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:00.282 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:00.285 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:00.289 LabApp] 101 GET /api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels?session_id=b1e51dcb-11a6-4bdc-a707-c255f3c1d749&token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891 (127.0.0.1) 14.86ms
[D 15:38:00.290 LabApp] Opening websocket /api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels
[D 15:38:00.290 LabApp] Getting buffer for dabf8f15-63ef-45ea-af36-3bb0dd83e033
[D 15:38:00.290 LabApp] Connecting to: tcp://127.0.0.1:49733
[D 15:38:00.292 LabApp] Connecting to: tcp://127.0.0.1:51285
[D 15:38:00.293 LabApp] Connecting to: tcp://127.0.0.1:34633
[D 15:38:00.331 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:00.335 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:00.350 LabApp] Websocket closed dabf8f15-63ef-45ea-af36-3bb0dd83e033:b1e51dcb-11a6-4bdc-a707-c255f3c1d749
[D 15:38:05.512 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:05.519 LabApp] 200 GET /metrics?1565822285505 (127.0.0.1) 7.64ms
[D 15:38:09.234 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:09.237 LabApp] 200 GET /api/sessions?1565822289053 (127.0.0.1) 3.14ms
[D 15:38:09.239 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:09.240 LabApp] 200 GET /api/terminals?1565822289055 (127.0.0.1) 1.53ms
[D 15:38:09.594 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:09.600 LabApp] 200 GET /api/contents/src?content=1&1565822289487 (127.0.0.1) 5.84ms
[D 15:38:12.107 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:12.111 LabApp] 200 GET /metrics?1565822292096 (127.0.0.1) 4.36ms
[D 15:38:29.671 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:29.672 LabApp] 200 GET /api/sessions?1565822309654 (127.0.0.1) 1.22ms
[D 15:38:29.673 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:29.674 LabApp] 200 GET /api/terminals?1565822309657 (127.0.0.1) 0.78ms
[D 15:38:29.675 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:29.679 LabApp] 200 GET /api/contents/src?content=1&1565822309663 (127.0.0.1) 4.31ms
[D 15:38:29.681 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:29.692 LabApp] 200 GET /metrics?1565822309663 (127.0.0.1) 11.17ms
[D 15:38:34.058 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:34.059 LabApp] 204 PUT /lab/api/workspaces/lab?1565822314048 (127.0.0.1) 1.66ms
[D 15:38:36.311 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:36.316 LabApp] 200 GET /metrics?1565822316302 (127.0.0.1) 5.45ms
[D 15:38:39.702 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:39.703 LabApp] 200 GET /api/sessions?1565822319691 (127.0.0.1) 1.46ms
[D 15:38:39.707 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:39.708 LabApp] 200 GET /api/terminals?1565822319695 (127.0.0.1) 1.35ms
[D 15:38:39.709 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:39.713 LabApp] 200 GET /api/contents/src?content=1&1565822319698 (127.0.0.1) 3.79ms
[D 15:38:47.335 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:47.341 LabApp] 200 GET /api/contents/src?content=1&1565822327293 (127.0.0.1) 6.78ms
[D 15:38:49.720 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:49.722 LabApp] 200 GET /api/sessions?1565822329711 (127.0.0.1) 2.19ms
[D 15:38:49.731 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:49.732 LabApp] 200 GET /api/terminals?1565822329721 (127.0.0.1) 0.98ms
[D 15:38:50.040 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:50.040 LabApp] Found kernel bash in /home/me/.local/share/jupyter/kernels
[D 15:38:50.040 LabApp] Found kernel julia-1.0 in /home/me/.local/share/jupyter/kernels
[D 15:38:50.041 LabApp] Found kernel python3 in /home/me/miniconda3/envs/jl-no-addons/share/jupyter/kernels
[D 15:38:50.043 LabApp] 200 GET /api/kernelspecs?1565822330035 (127.0.0.1) 4.28ms
[D 15:38:55.226 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:55.231 LabApp] 200 GET /metrics?1565822335217 (127.0.0.1) 5.69ms
[D 15:38:57.356 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:57.362 LabApp] 200 GET /api/contents/src?content=1&1565822337348 (127.0.0.1) 5.85ms
[D 15:38:58.147 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:58.149 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: execute_input
[D 15:38:58.213 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: error
[D 15:38:58.217 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:58.220 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:58.222 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:38:59.740 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:59.742 LabApp] 200 GET /api/sessions?1565822339730 (127.0.0.1) 3.07ms
[D 15:38:59.748 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:38:59.749 LabApp] 200 GET /api/terminals?1565822339737 (127.0.0.1) 1.40ms
[D 15:39:07.378 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:07.382 LabApp] 200 GET /api/contents/src?content=1&1565822347369 (127.0.0.1) 4.60ms
[D 15:39:09.760 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:09.761 LabApp] 200 GET /api/sessions?1565822349751 (127.0.0.1) 2.37ms
[D 15:39:09.764 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:09.765 LabApp] 200 GET /api/terminals?1565822349755 (127.0.0.1) 1.41ms
[D 15:39:17.403 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:17.405 LabApp] 200 GET /api/contents/src?content=1&1565822357391 (127.0.0.1) 2.74ms
[D 15:39:19.781 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:19.782 LabApp] 200 GET /api/sessions?1565822359773 (127.0.0.1) 1.63ms
[D 15:39:19.785 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:19.786 LabApp] 200 GET /api/terminals?1565822359774 (127.0.0.1) 1.49ms
[D 15:39:25.248 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:25.254 LabApp] 200 GET /metrics?1565822365238 (127.0.0.1) 6.00ms
[D 15:39:27.423 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:27.427 LabApp] 200 GET /api/contents/src?content=1&1565822367418 (127.0.0.1) 3.55ms
[D 15:39:29.429 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:39:29.431 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: execute_input
[D 15:39:29.433 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: error
[D 15:39:29.437 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:39:29.440 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:39:29.446 LabApp] activity on dabf8f15-63ef-45ea-af36-3bb0dd83e033: status
[D 15:39:29.801 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:29.802 LabApp] 200 GET /api/sessions?1565822369790 (127.0.0.1) 1.39ms
[D 15:39:29.804 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:29.805 LabApp] 200 GET /api/terminals?1565822369794 (127.0.0.1) 1.02ms
[D 15:39:32.126 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:32.132 LabApp] 200 GET /metrics?1565822372116 (127.0.0.1) 7.43ms
[D 15:39:33.615 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:33.616 LabApp] 200 GET /api/contents/src/Untitled3.ipynb?content=0&1565822373611 (127.0.0.1) 1.39ms
[D 15:39:33.626 LabApp] Accepting token-authenticated connection from 127.0.0.1
[I 15:39:33.627 LabApp] Saving file at /src/Untitled3.ipynb
[D 15:39:33.627 LabApp] Saving /home/me/edu/phd/agcl/src/Untitled3.ipynb
[D 15:39:33.645 LabApp] 200 PUT /api/contents/src/Untitled3.ipynb?1565822373621 (127.0.0.1) 18.65ms
[D 15:39:33.657 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:33.659 LabApp] 200 GET /api/contents/src/Untitled3.ipynb/checkpoints?1565822373652 (127.0.0.1) 1.78ms
[D 15:39:33.664 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:33.665 LabApp] 201 POST /api/contents/src/Untitled3.ipynb/checkpoints?1565822373654 (127.0.0.1) 2.03ms
[D 15:39:33.672 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:33.677 LabApp] 200 GET /api/contents/src?content=1&1565822373657 (127.0.0.1) 5.33ms
^C[I 15:39:37.842 LabApp] interrupted
Serving notebooks from local directory: /home/me/edu/phd/agcl
1 active kernel
The Jupyter Notebook is running at:
http://localhost:8888/?token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891
Shutdown this notebook server (y/[n])? [D 15:39:39.828 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:39.829 LabApp] 200 GET /api/sessions?1565822379813 (127.0.0.1) 1.27ms
[D 15:39:39.830 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:39.831 LabApp] 200 GET /api/terminals?1565822379815 (127.0.0.1) 1.39ms
[D 15:39:40.454 LabApp] Accepting token-authenticated connection from 127.0.0.1
[D 15:39:40.466 LabApp] 200 GET /metrics?1565822380442 (127.0.0.1) 12.81ms
^C[C 15:39:40.621 LabApp] received signal 2, stopping
[I 15:39:40.623 LabApp] Shutting down 1 kernel
[I 15:39:40.824 LabApp] Kernel shutdown: dabf8f15-63ef-45ea-af36-3bb0dd83e033

Browser Output
Starting application in workspace: "/lab" vendors~main.cab3a7494e289ae758f2.js:1:2660238
Starting WebSocket: ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033 2 vendors~main.cab3a7494e289ae758f2.js:1:2320117
Kernel: connected (dabf8f15-63ef-45ea-af36-3bb0dd83e033) 2 vendors~main.cab3a7494e289ae758f2.js:1:2336074
Kernel: reconnecting (dabf8f15-63ef-45ea-af36-3bb0dd83e033) vendors~main.cab3a7494e289ae758f2.js:1:2336074
Connection lost, reconnecting in 1 seconds. vendors~main.cab3a7494e289ae758f2.js:1:2321373
Starting WebSocket: ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033 vendors~main.cab3a7494e289ae758f2.js:1:2320117
Firefox can’t establish a connection to the server at ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels?session_id=ea230ca8-ced6-43b1-8233-fb46055b9de2&token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891. vendors~main.cab3a7494e289ae758f2.js:1:2320320
Connection lost, reconnecting in 2 seconds. vendors~main.cab3a7494e289ae758f2.js:1:2321373
Starting WebSocket: ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033 vendors~main.cab3a7494e289ae758f2.js:1:2320117
Firefox can’t establish a connection to the server at ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels?session_id=ea230ca8-ced6-43b1-8233-fb46055b9de2&token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891. vendors~main.cab3a7494e289ae758f2.js:1:2320320
Connection lost, reconnecting in 4 seconds. vendors~main.cab3a7494e289ae758f2.js:1:2321373
Starting WebSocket: ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033 vendors~main.cab3a7494e289ae758f2.js:1:2320117
Firefox can’t establish a connection to the server at ws://localhost:8888/api/kernels/dabf8f15-63ef-45ea-af36-3bb0dd83e033/channels?session_id=ea230ca8-ced6-43b1-8233-fb46055b9de2&token=612d864bb3db6b540b9d3daa40c34ac824210ca63ef54891. vendors~main.cab3a7494e289ae758f2.js:1:2320320
Connection lost, reconnecting in 8 seconds. vendors~main.cab3a7494e289ae758f2.js:1:2321373
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Showing error: 
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors~main.cab3a7494e289ae758f2.js:1:740155
Unknown property ‘user-select’.  Declaration dropped. lab:16:15
Unknown property ‘user-select’.  Declaration dropped. lab:20:15
Unknown property ‘user-select’.  Declaration dropped. 3 lab:15:15
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:631:29
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:1166:31
Error in parsing value for ‘-webkit-transition-duration’.  Declaration dropped. lab:1308:31
Error in parsing value for ‘transition-duration’.  Declaration dropped. lab:1309:31
Unknown property ‘user-select’.  Declaration dropped. lab:1359:23
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1376:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1377:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1394:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1395:30
Unknown property ‘user-select’.  Declaration dropped. lab:1416:23
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1526:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1527:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1542:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1543:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1563:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1564:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1579:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1580:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1600:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1601:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1616:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1617:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1637:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1638:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1653:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1654:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1679:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1680:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1697:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1698:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1723:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1724:32
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:1741:32
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:1742:32
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:1946:28
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:1949:28
Unknown pseudo-class or pseudo-element ‘-ms-clear’.  Ruleset ignored due to bad selector. lab:1957:28
Unknown property ‘user-select’.  Declaration dropped. lab:2205:25
Ruleset ignored due to bad selector. lab:2438:72
Ruleset ignored due to bad selector. lab:2455:84
Unknown property ‘appearance’.  Declaration dropped. lab:2490:22
Unknown property ‘user-select’.  Declaration dropped. lab:2504:23
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2511:26
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2514:26
Ruleset ignored due to bad selector. lab:2560:35
Ruleset ignored due to bad selector. lab:2565:35
Ruleset ignored due to bad selector. lab:2570:35
Ruleset ignored due to bad selector. lab:2578:37
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2613:38
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2615:38
Ruleset ignored due to bad selector. lab:2637:47
Ruleset ignored due to bad selector. lab:2639:47
Ruleset ignored due to bad selector. lab:2643:47
Ruleset ignored due to bad selector. lab:2648:47
Ruleset ignored due to bad selector. lab:2654:49
Ruleset ignored due to bad selector. lab:2656:46
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:2768:31
Unknown property ‘appearance’.  Declaration dropped. lab:2935:22
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2942:14
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2945:14
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2997:26
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:2999:26
Unknown pseudo-class or pseudo-element ‘-ms-clear’.  Ruleset ignored due to bad selector. lab:3110:14
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:3129:34
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:3131:34
Unknown pseudo-class or pseudo-element ‘-ms-expand’.  Ruleset ignored due to bad selector. lab:3631:27
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:3671:27
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:3873:27
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:3883:27
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:3894:29
Unknown property ‘user-select’.  Declaration dropped. lab:5367:23
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:5478:29
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:5512:31
Unknown property ‘user-select’.  Declaration dropped. lab:5809:23
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:5820:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:5821:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:5832:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:5833:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:5915:28
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:5916:28
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:5935:28
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:5936:28
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:5955:28
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:5956:28
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:5975:28
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:5976:28
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:6091:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:6092:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:6107:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:6108:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:6138:34
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:6139:34
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:6154:34
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:6155:34
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:6206:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:6207:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:6218:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:6219:30
Unknown property ‘user-select’.  Declaration dropped. lab:6317:23
Unknown property ‘user-select’.  Declaration dropped. lab:6331:23
Error in parsing value for ‘-webkit-transform’.  Declaration dropped. lab:6705:34
Error in parsing value for ‘transform’.  Declaration dropped. lab:6706:34
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:7003:29
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:7147:47
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:7149:47
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:7170:20
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:7173:20
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:7211:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:7212:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:7227:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:7228:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:7245:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:7246:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:7473:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:7474:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:7489:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:7490:30
Unknown property ‘user-select’.  Declaration dropped. lab:7676:23
Unknown property ‘user-select’.  Declaration dropped. lab:7685:23
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:35:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:36:30
Error in parsing value for ‘-webkit-transition-delay’.  Declaration dropped. lab:53:30
Error in parsing value for ‘transition-delay’.  Declaration dropped. lab:54:30
Error in parsing value for ‘height’.  Declaration dropped. lab:99:11
Error in parsing value for ‘overflow’.  Declaration dropped. lab:38:13
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector. lab:79:25
Unknown property ‘appearance’.  Declaration dropped. lab:18:14
Unknown property ‘appearance’.  Declaration dropped. lab:33:14
Unknown property ‘appearance’.  Declaration dropped. lab:83:14
Unknown property ‘appearance’.  Declaration dropped. lab:59:14
Unknown property ‘appearance’.  Declaration dropped. lab:71:14
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped. lab:4:706
Ruleset ignored due to bad selector. lab:40:61
Ruleset ignored due to bad selector. lab:47:61
Ruleset ignored due to bad selector. lab:76:51
Ruleset ignored due to bad selector. lab:82:51
Unknown property ‘-moz-border-radius’.  Declaration dropped. lab:241:22
Unknown property ‘color-profile’.  Declaration dropped. lab:32:17
Unknown property ‘rendering-intent’.  Declaration dropped. lab:33:20
Unknown property ‘-moz-box-shadow’.  Declaration dropped. lab:110:19
Unknown property ‘user-select’.  Declaration dropped. lab:46:15
Unknown property ‘user-select’.  Declaration dropped. lab:52:15
Unknown property ‘user-select’.  Declaration dropped. lab:47:15
Unknown property ‘user-select’.  Declaration dropped. lab:129:15
Unknown property ‘appearance’.  Declaration dropped. lab:300:14
Error in parsing value for ‘background-image’.  Declaration dropped. lab:136:21
Unknown property ‘user-select’.  Declaration dropped. lab:184:15
Unknown property ‘user-select’.  Declaration dropped. lab:210:15
Unknown property ‘user-select’.  Declaration dropped. lab:41:17
Source map error: TypeError: NetworkError when attempting to fetch resource.
Resource URL: http://localhost:8888/static/lab/vendors~main.cab3a7494e289ae758f2.js
Source Map URL: vendors~main.cab3a7494e289ae758f2.js.map

Stylesheets without CSSOM changes reparsed to check for errors. Refresh the page to also see errors from stylesheets changed from CSSOM and from style attributes.
Showing error:
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendorsmain.cab3a7494e289ae758f2.js:1:740155
Showing error:
Object { message: "A connection to the Jupyter server could not be established.\nJupyterLab will continue trying to reconnect.\nCheck your network connection or Jupyter server configuration.\n" }
vendors
main.cab3a7494e289ae758f2.js:1:740155

@vidartf
Copy link
Member

vidartf commented Aug 14, 2019

Thanks for the report. The expect behavior should indeed be as you describe. Open for anyone to try to identify possible fixes :)

@joelostblom
Copy link
Contributor Author

@vidartf Thanks for the reply! I am trying to have a go at it, but I haven't really worked with js/ts before, so I am progressing slowly. When I include console.log(metadata.tags) just before this if statement, the console return undefined. I tried adding other metadata attributes, but couldn't see them show up either so maybe I'm just doing something wrong.

The metadata variable itself is defined, but doesn't seem to contain anything that looks relevant to the tags (to my untrained eye), the log console output looks like the screenshot below, not sure if it is helpful.

image

@vidartf
Copy link
Member

vidartf commented Aug 15, 2019

Looks like cell execution has never included the cell metadata?

If someone else has time to try / consider this change, that might fix it (untested).

packages\cells\src\widget.ts
@ -1020,7 +1020,11 @@ export namespace CodeCell {
    }

    let cellId = { cellId: model.id };
-    metadata = { ...metadata, ...cellId };
+    metadata = {
+      ...model.metadata.toJSON(),
+      ...metadata,
+      ...cellId
+    };

@joelostblom
Copy link
Contributor Author

@vidartf Great that works, thank you! I made a PR with the change here #7020.

@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Sep 15, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug pkg:notebook status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. tag:Feature Parity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants