jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
14.1k stars 3.33k forks source link

Unable to Disable Build Check #10622

Closed ichasepucks closed 3 years ago

ichasepucks commented 3 years ago

Description

Following along with https://github.com/jupyterlab/jupyterlab/pull/7381 indicates I should be able to disable the Build Check on first load. We package a version of JL with several custom extensions built in. When deployed to production we are seeing calls to lab/api/build?1626307186716 (172.16.11.39) 21581.01ms which are taking a very long time to complete.

@bollwyvl can you help set an expectation on this behavior as documented https://jupyterlab.readthedocs.io/en/stable/user/directories.html#disabling-rebuild-checks? Do note the JL 1.2.20 version. I have tried to look through the code and see it in different places depending on the branch. Can you confirm if this should be in the 1.2.x branch or not?

Reproduce

  1. Add c.LabApp.tornado_settings = {'page_config_data': {'buildCheck': 'False', 'buildAvailable': 'False'}} to jupyter_notebook_config.py and ensure it is in config path
  2. Start JupyterLab jupyter lab
  3. Tail logs
  4. Watch on page load a call to /lab/api/build occurs even though it should be disabled.

Expected behavior

No calls to /lab/api/build should occur when disabled

Context

Configuration dump shows this should be loaded in the LabApp tornado_settings.

Loaded config files:
  /home/asruser/.jupyter/jupyter_notebook_config.py
  /home/asruser/.jupyter/jupyter_notebook_config.json

ContentsManager
  .allow_hidden = False
KernelSpecManager
  .whitelist = {'scala', 'python3', 'ir'}
LabApp
  .tornado_settings = {   'headers': {'Content-Security-Policy': 'frame-ancestors *'},
    'page_config_data': {'buildAvailable': 'False', 'buildCheck': 'False'},
    'xsrf_cookie_kwargs': {'SameSite': 'None', 'Secure': 'True'}}
NotebookApp
  .allow_origin = '*.ds.adobe.net'
  .default_url = '/lab'
  .disable_check_xsrf = False
  .nbserver_extensions = {   'ipyparallel.nbextension': True,
    'jupyterlab': True,
    'nb_ex_handler': True,
    'notebook_app_handler': True,
    'recipes_handler': True,
    'resource_usage': True,
    'templates_handler': True}
Session
  .debug = False
Troubleshoot Output
$PATH:
    /opt/conda/condabin
    /opt/conda/bin
    /usr/local/cuda/bin
    /opt/conda/bin
    /usr/local/sbin
    /usr/local/bin
    /usr/sbin
    /usr/bin
    /sbin
    /bin

sys.path:
    /opt/conda/bin
    /opt/conda/lib/python37.zip
    /opt/conda/lib/python3.7
    /opt/conda/lib/python3.7/lib-dynload
    /opt/conda/lib/python3.7/site-packages

sys.executable:
    /opt/conda/bin/python

sys.version:
    3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 16:07:37) 
    [GCC 9.3.0]

platform.platform():
    Linux-5.6.0-x86_64-with-debian-buster-sid

which -a jupyter:
    /opt/conda/bin/jupyter
    /opt/conda/bin/jupyter

pip list:
    Package                       Version
    ----------------------------- -------------------
    absl-py                       0.13.0
    adal                          1.2.7
    altair                        4.1.0
    ansiwrap                      0.8.4
    appdirs                       1.4.4
    argon2-cffi                   20.1.0
    ase                           3.22.0
    astunparse                    1.6.3
    async-generator               1.10
    attrs                         21.2.0
    Automat                       20.2.0
    autovizwidget                 0.18.0
    azure-common                  1.1.27
    azure-core                    1.16.0
    azure-datalake-store          0.0.51
    azure-identity                1.6.0
    azure-storage                 0.36.0
    azure-storage-blob            12.8.1
    azure-storage-common          2.1.0
    azure-storage-file-datalake   12.4.0
    backcall                      0.2.0
    backports.functools-lru-cache 1.6.4
    bcrypt                        3.2.0
    black                         21.5b2
    bleach                        3.3.0
    bokeh                         2.2.3
    boto3                         1.17.17
    botocore                      1.20.109
    branca                        0.4.2
    brewer2mpl                    1.4.1
    brotlipy                      0.7.0
    cachetools                    4.2.2
    certifi                       2021.5.30
    cffi                          1.14.6
    chardet                       4.0.0
    chart-studio                  1.1.0
    click                         7.1.2
    click-plugins                 1.1.1
    cligj                         0.7.2
    cloudpickle                   1.6.0
    colorlover                    0.3.0
    conda                         4.10.3
    conda-package-handling        1.7.3
    constantly                    15.1.0
    cryptography                  3.4.7
    cssselect                     1.1.0
    cycler                        0.10.0
    cytoolz                       0.11.0
    dask                          2021.7.0
    databricks-connect            5.5.3
    decorator                     5.0.9
    defusedxml                    0.7.1
    dill                          0.3.4
    dsw-magics                    0.0.1
    elastic                       5.1.0.17
    entrypoints                   0.3
    enum34                        1.1.10
    fastparquet                   0.5.0
    findspark                     1.4.2
    Fiona                         1.8.20
    fire                          0.4.0
    Flask                         2.0.1
    flatbuffers                   1.12
    folium                        0.0.0
    fsspec                        2021.6.1
    future                        0.18.2
    gast                          0.3.3
    GDAL                          3.2.2
    gensim                        3.8.3
    geopandas                     0.8.2
    ggplot                        0.11.5
    google-auth                   1.32.1
    google-auth-oauthlib          0.4.4
    google-pasta                  0.2.0
    graphviz                      0.16
    greenlet                      1.1.0
    grpcio                        1.32.0
    h5py                          2.10.0
    hdijupyterutils               0.19.0
    hvac                          0.11.0
    hyperlink                     21.0.0
    idna                          2.10
    imagecodecs                   2021.3.31
    imageio                       2.9.0
    importlib-metadata            4.6.1
    incremental                   21.3.0
    ipydatawidgets                4.2.0
    ipykernel                     5.5.5
    ipympl                        0.7.0
    ipyparallel                   6.3.0
    ipython                       7.21.0
    ipython-genutils              0.2.0
    ipywebrtc                     0.5.0
    ipywidgets                    7.6.3
    iso3166                       1.0.1
    isodate                       0.6.0
    itemadapter                   0.2.0
    itemloaders                   1.0.4
    itsdangerous                  2.0.1
    jedi                          0.18.0
    Jinja2                        3.0.1
    jmespath                      0.10.0
    joblib                        1.0.1
    json5                         0.9.6
    jsonschema                    3.2.0
    jupyter                       1.0.0
    jupyter-client                6.1.12
    jupyter-console               6.4.0
    jupyter-core                  4.7.1
    jupyterauth                   0.0.2
    jupyterlab                    1.2.20
    jupyterlab-pygments           0.1.2
    jupyterlab-server             1.2.0
    jupyterlab-widgets            1.0.0
    Keras-Preprocessing           1.1.2
    keras2onnx                    1.7.0
    kiwisolver                    1.3.1
    llvmlite                      0.36.0
    locket                        0.2.0
    lxml                          4.6.3
    Markdown                      3.3.4
    MarkupSafe                    2.0.1
    matplotlib                    3.4.2
    mistune                       0.8.4
    mlxtend                       0.18.0
    mock                          4.0.3
    msal                          1.12.0
    msal-extensions               0.3.0
    msrest                        0.6.21
    munch                         2.5.0
    mypy-extensions               0.4.3
    nbclient                      0.5.3
    nbconvert                     6.1.0
    nbformat                      5.1.3
    nbimporter                    0.3.3
    nest-asyncio                  1.5.1
    networkx                      2.5
    newrelic                      5.24.0.153
    nltk                          3.4.4
    nose                          1.3.7
    notebook                      6.3.0
    notebook-app-handler          0.0.1
    notebook-executor             0.1.0
    numba                         0.53.1
    numpy                         1.19.5
    oauthlib                      3.1.1
    olefile                       0.46
    onnx                          1.9.0
    onnxconverter-common          1.8.1
    onnxmltools                   1.5.1
    onnxruntime                   1.6.0
    opt-einsum                    3.3.0
    packaging                     21.0
    pandas                        1.2.4
    pandas-ml                     0.6.1
    pandasql                      0.7.3
    pandocfilters                 1.4.2
    papermill                     2.3.2
    parsel                        1.6.0
    parso                         0.8.2
    partd                         1.2.0
    pathlib2                      2.3.6
    pathspec                      0.8.1
    patsy                         0.5.1
    pexpect                       4.8.0
    pickleshare                   0.7.5
    Pillow                        8.1.0
    pip                           21.0.1
    platform-sdk-python           0.2.5
    plotly                        4.14.3
    pooch                         1.4.0
    portalocker                   1.7.1
    prometheus-client             0.11.0
    prompt-toolkit                3.0.19
    Protego                       0.1.16
    protobuf                      3.17.3
    psutil                        5.8.0
    psycopg2                      2.8.6
    ptyprocess                    0.7.0
    py4j                          0.10.7
    pyarrow                       3.0.0
    pyasn1                        0.4.8
    pyasn1-modules                0.2.7
    pycosat                       0.6.3
    pycparser                     2.20
    PyDispatcher                  2.0.5
    Pygments                      2.9.0
    PyHamcrest                    2.0.2
    PyJWT                         2.1.0
    pylru                         1.2.0
    pymongo                       3.11.0
    pyOpenSSL                     20.0.1
    pyparsing                     2.4.7
    pyproj                        3.1.0
    Pypubsub                      4.0.3
    PyQt5                         5.12.3
    PyQt5-sip                     4.19.18
    PyQtChart                     5.12
    PyQtWebEngine                 5.12.1
    pyrsistent                    0.17.3
    pyshp                         2.1.3
    PySocks                       1.7.1
    python-dateutil               2.8.1
    python-snappy                 0.5.4
    pythreejs                     2.2.1
    pytz                          2021.1
    PyWavelets                    1.1.1
    PyYAML                        5.4.1
    pyzmq                         22.1.0
    qtconsole                     5.1.1
    QtPy                          1.9.0
    queuelib                      1.6.1
    recipes-handler               0.1.0
    regex                         2021.7.6
    requests                      2.25.1
    requests-oauthlib             1.3.0
    resource-usage                0.1.0
    retrying                      1.3.3
    rpy2                          3.4.2
    rsa                           4.7.2
    rtml-commons-graph-python     0.0.1
    rtml-gcs-pyspark              0.0.2
    rtml-nodelibs                 0.2.3
    rtml-sdk                      0.14.3
    Rtree                         0.9.7
    ruamel-yaml-conda             0.15.80
    s3transfer                    0.3.7
    scikit-image                  0.18.1
    scikit-learn                  0.24.1
    scipy                         1.6.1
    Scrapy                        2.4.1
    seaborn                       0.11.1
    Send2Trash                    1.7.1
    service-identity              18.1.0
    setuptools                    49.6.0.post20210108
    Shapely                       1.7.1
    simplegeneric                 0.8.1
    six                           1.15.0
    skl2onnx                      1.9.0
    smart-open                    5.1.0
    spglib                        1.16.1
    sql-magic                     0.0.4
    SQLAlchemy                    1.4.20
    sqlparse                      0.4.1
    statsmodels                   0.12.2
    target-select-dsw             0.0.1
    templates-handler             0.1.0
    tenacity                      8.0.1
    tensorboard                   2.5.0
    tensorboard-data-server       0.6.1
    tensorboard-plugin-wit        1.8.0
    tensorflow                    2.4.1
    tensorflow-estimator          2.4.0
    termcolor                     1.1.0
    terminado                     0.10.1
    testpath                      0.5.0
    textwrap3                     0.9.2
    tf2onnx                       1.8.3
    threadpoolctl                 2.2.0
    thrift                        0.13.0
    tifffile                      2021.4.8
    toml                          0.10.2
    toolz                         0.11.1
    torch                         1.7.1
    tornado                       6.1
    tqdm                          4.61.2
    traitlets                     5.0.5
    traittypes                    0.2.1
    Twisted                       21.2.0
    typed-ast                     1.4.3
    typing-extensions             3.7.4.3
    tzlocal                       2.1
    urllib3                       1.26.6
    vega-datasets                 0.9.0
    w3lib                         1.22.0
    wcwidth                       0.2.5
    webencodings                  0.5.1
    Werkzeug                      2.0.1
    wheel                         0.36.2
    widgetsnbextension            3.5.1
    wordcloud                     1.8.1
    wrapt                         1.12.1
    wxPython                      4.1.1
    xgboost                       1.3.0
    xmltodict                     0.12.0
    zipp                          3.5.0
    zope.interface                5.4.0

conda list:
    # packages in environment at /opt/conda:
    #
    # Name                    Version                   Build  Channel
    _libgcc_mutex             0.1                 conda_forge    conda-forge
    _openmp_mutex             4.5                       1_gnu    conda-forge
    _py-xgboost-mutex         2.0                       cpu_0    conda-forge
    _pytorch_select           0.1                       cpu_0    defaults
    _r-mutex                  1.0.1               anacondar_1    conda-forge
    _r-xgboost-mutex          2.0                       cpu_0    conda-forge
    abseil-cpp                20210324.1           h9c3ff4c_0    conda-forge
    absl-py                   0.13.0                   pypi_0    pypi
    adal                      1.2.7              pyhd8ed1ab_0    conda-forge
    alsa-lib                  1.2.3                h516909a_0    conda-forge
    altair                    4.1.0                      py_1    conda-forge
    ansiwrap                  0.8.4                      py_0    conda-forge
    appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
    argon2-cffi               20.1.0           py37h5e8e339_2    conda-forge
    arrow-cpp                 3.0.0           py37hf681485_13_cpu    conda-forge
    ase                       3.22.0             pyhd8ed1ab_0    conda-forge
    astunparse                1.6.3                    pypi_0    pypi
    async_generator           1.10                       py_0    conda-forge
    atk-1.0                   2.36.0               h3371d22_4    conda-forge
    attrs                     21.2.0             pyhd8ed1ab_0    conda-forge
    automat                   20.2.0                     py_0    conda-forge
    autovizwidget             0.18.0             pyh44b312d_0    conda-forge
    aws-c-cal                 0.5.10               h3622835_0    conda-forge
    aws-c-common              0.5.11               h7f98852_0    conda-forge
    aws-c-event-stream        0.2.7                hd2d8ebb_9    conda-forge
    aws-c-io                  0.10.2               he6d800f_1    conda-forge
    aws-checksums             0.1.11               hc0e0e8b_6    conda-forge
    aws-sdk-cpp               1.8.186              h9ad65fb_2    conda-forge
    azure-common              1.1.27             pyhd8ed1ab_0    conda-forge
    azure-core                1.16.0                   pypi_0    pypi
    azure-datalake-store      0.0.51             pyh9f0ad1d_0    conda-forge
    azure-identity            1.6.0                    pypi_0    pypi
    azure-storage             0.36.0          py37hc8dfbb8_1001    conda-forge
    azure-storage-blob        12.8.1                   pypi_0    pypi
    azure-storage-common      2.1.0                    pypi_0    pypi
    azure-storage-file-datalake 12.4.0                   pypi_0    pypi
    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
    bcrypt                    3.2.0            py37h5e8e339_1    conda-forge
    binutils_impl_linux-64    2.36.1               h193b22a_1    conda-forge
    binutils_linux-64         2.36                hf3e587d_31    conda-forge
    black                     21.5b2             pyhd8ed1ab_0    conda-forge
    blas                      1.0                         mkl    conda-forge
    bleach                    3.3.0              pyh44b312d_0    conda-forge
    blosc                     1.21.0               h9c3ff4c_0    conda-forge
    bokeh                     2.2.3            py37h89c1867_0    conda-forge
    boost-cpp                 1.74.0               hc6e9bd1_3    conda-forge
    boto3                     1.17.17            pyhd8ed1ab_0    conda-forge
    botocore                  1.20.109           pyhd8ed1ab_0    conda-forge
    branca                    0.4.2              pyhd8ed1ab_0    conda-forge
    brewer2mpl                1.4.1                    pypi_0    pypi
    brotli                    1.0.9                h7f98852_5    conda-forge
    brotli-bin                1.0.9                h7f98852_5    conda-forge
    brotlipy                  0.7.0           py37h5e8e339_1001    conda-forge
    brunsli                   0.1                  h9c3ff4c_0    conda-forge
    bwidget                   1.9.14               ha770c72_0    conda-forge
    bzip2                     1.0.8                h7f98852_4    conda-forge
    c-ares                    1.17.1               h7f98852_1    conda-forge
    ca-certificates           2021.5.30            ha878542_0    conda-forge
    cachetools                4.2.2                    pypi_0    pypi
    cairo                     1.16.0            h6cf1ce9_1008    conda-forge
    certifi                   2021.5.30        py37h89c1867_0    conda-forge
    cffi                      1.14.6           py37hc58025e_0    conda-forge
    cfitsio                   3.470                hb418390_7    conda-forge
    chardet                   4.0.0            py37h89c1867_1    conda-forge
    charls                    2.2.0                h9c3ff4c_0    conda-forge
    chart-studio              1.1.0              pyh9f0ad1d_0    conda-forge
    click                     7.1.2              pyh9f0ad1d_0    conda-forge
    click-plugins             1.1.1                      py_0    conda-forge
    cligj                     0.7.2              pyhd8ed1ab_0    conda-forge
    cloudpickle               1.6.0                      py_0    conda-forge
    colorlover                0.3.0                      py_0    conda-forge
    conda                     4.10.3           py37h89c1867_0    conda-forge
    conda-package-handling    1.7.3            py37h5e8e339_0    conda-forge
    constantly                15.1.0                     py_0    conda-forge
    cryptography              3.4.7            py37h5d9358c_0    conda-forge
    cssselect                 1.1.0                      py_0    conda-forge
    curl                      7.76.1               h979ede3_1    conda-forge
    cycler                    0.10.0                     py_2    conda-forge
    cytoolz                   0.11.0           py37h5e8e339_3    conda-forge
    dask-core                 2021.7.0           pyhd8ed1ab_0    conda-forge
    databricks-connect        5.5.3                    pypi_0    pypi
    dataclasses               0.8                pyhc8e2a94_1    conda-forge
    dbus                      1.13.6               h48d8840_2    conda-forge
    decorator                 5.0.9              pyhd8ed1ab_0    conda-forge
    defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
    dill                      0.3.4                    pypi_0    pypi
    dsw-magics                0.0.1                    pypi_0    pypi
    elastic                   5.1.0.17                   py_1    conda-forge
    entrypoints               0.3             pyhd8ed1ab_1003    conda-forge
    enum34                    1.1.10                   pypi_0    pypi
    expat                     2.4.1                h9c3ff4c_0    conda-forge
    fastparquet               0.5.0            py37h902c9e0_1    conda-forge
    ffmpeg                    4.3.1                hca11adc_2    conda-forge
    findspark                 1.4.2                    pypi_0    pypi
    fiona                     1.8.20           py37ha0cc35a_0    conda-forge
    fire                      0.4.0                    pypi_0    pypi
    flask                     2.0.1              pyhd8ed1ab_0    conda-forge
    flatbuffers               1.12                     pypi_0    pypi
    folium                    0.12.0             pyhd8ed1ab_1    conda-forge
    font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
    font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
    font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
    font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
    fontconfig                2.13.1            hba837de_1005    conda-forge
    fonts-anaconda            1                    h8fa9717_0    defaults
    fonts-conda-ecosystem     1                             0    conda-forge
    fonts-conda-forge         1                             0    conda-forge
    freetype                  2.10.4               h0708190_1    conda-forge
    freexl                    1.0.6                h7f98852_0    conda-forge
    fribidi                   1.0.10               h36c2ea0_0    conda-forge
    fsspec                    2021.6.1           pyhd8ed1ab_0    conda-forge
    future                    0.18.2           py37h89c1867_3    conda-forge
    gast                      0.3.3                    pypi_0    pypi
    gcc_impl_linux-64         9.3.0               h70c0ae5_19    conda-forge
    gcc_linux-64              9.3.0               hf25ea35_31    conda-forge
    gdal                      3.2.2            py37hb0e9ad2_3    conda-forge
    gdk-pixbuf                2.42.6               h04a7f16_0    conda-forge
    gensim                    3.8.3            py37h3340039_2    conda-forge
    geopandas                 0.8.2              pyhd8ed1ab_0    conda-forge
    geos                      3.9.1                h9c3ff4c_2    conda-forge
    geotiff                   1.6.0                hcf90da6_5    conda-forge
    gettext                   0.19.8.1          h0b5b191_1005    conda-forge
    gflags                    2.2.2             he1b5a44_1004    conda-forge
    gfortran_impl_linux-64    9.3.0               hc4a2995_19    conda-forge
    gfortran_linux-64         9.3.0               hdc58fab_31    conda-forge
    ggplot                    0.11.5                   pypi_0    pypi
    giflib                    5.2.1                h36c2ea0_2    conda-forge
    glib                      2.68.3               h9c3ff4c_0    conda-forge
    glib-tools                2.68.3               h9c3ff4c_0    conda-forge
    glog                      0.5.0                h48cff8f_0    conda-forge
    gmp                       6.2.1                h58526e2_0    conda-forge
    gnutls                    3.6.13               h85f3911_1    conda-forge
    google-auth               1.32.1                   pypi_0    pypi
    google-auth-oauthlib      0.4.4                    pypi_0    pypi
    google-pasta              0.2.0                    pypi_0    pypi
    graphite2                 1.3.13            h58526e2_1001    conda-forge
    graphviz                  2.46.1               h93c640b_4    conda-forge
    greenlet                  1.1.0            py37hcd2ae1e_0    conda-forge
    grpc-cpp                  1.37.1               h2519f57_2    conda-forge
    grpcio                    1.32.0           py37haffed2e_0    conda-forge
    gsl                       2.6                  he838d99_2    conda-forge
    gst-plugins-base          1.18.4               hf529b03_2    conda-forge
    gstreamer                 1.18.4               h76c114f_2    conda-forge
    gtk2                      2.24.33              hab0c2f8_0    conda-forge
    gts                       0.7.6                h64030ff_2    conda-forge
    gxx_impl_linux-64         9.3.0               hd87eabc_19    conda-forge
    gxx_linux-64              9.3.0               h3fbe746_31    conda-forge
    h5py                      2.10.0                   pypi_0    pypi
    harfbuzz                  2.8.2                h83ec7ef_0    conda-forge
    hdf4                      4.2.15               h10796ff_3    conda-forge
    hdf5                      1.10.6          nompi_h6a2412b_1114    conda-forge
    hdijupyterutils           0.19.0             pyh6c4a22f_0    conda-forge
    hvac                      0.11.0                   pypi_0    pypi
    hyperlink                 21.0.0             pyhd3deb0d_0    conda-forge
    icu                       68.1                 h58526e2_0    conda-forge
    idna                      2.10               pyh9f0ad1d_0    conda-forge
    imagecodecs               2021.3.31        py37haf4b6ec_0    conda-forge
    imageio                   2.9.0                      py_0    conda-forge
    importlib-metadata        4.6.1            py37h89c1867_0    conda-forge
    incremental               21.3.0             pyhd8ed1ab_0    conda-forge
    intel-openmp              2019.4                      243    defaults
    ipydatawidgets            4.2.0              pyhd3deb0d_0    conda-forge
    ipykernel                 5.5.5            py37h085eea5_0    conda-forge
    ipympl                    0.7.0              pyhd8ed1ab_0    conda-forge
    ipyparallel               6.3.0            py37h89c1867_2    conda-forge
    ipython                   7.21.0           py37h888b3d9_0    conda-forge
    ipython_genutils          0.2.0                      py_1    conda-forge
    ipywebrtc                 0.5.0            py37hc8dfbb8_1    conda-forge
    ipywidgets                7.6.3              pyhd3deb0d_0    conda-forge
    iso3166                   1.0.1              pyh9f0ad1d_0    conda-forge
    isodate                   0.6.0                    pypi_0    pypi
    itemadapter               0.2.0              pyhd8ed1ab_0    conda-forge
    itemloaders               1.0.4              pyhd8ed1ab_0    conda-forge
    itsdangerous              2.0.1              pyhd8ed1ab_0    conda-forge
    jasper                    1.900.1           h07fcdf6_1006    conda-forge
    jedi                      0.18.0           py37h89c1867_2    conda-forge
    jinja2                    3.0.1              pyhd8ed1ab_0    conda-forge
    jmespath                  0.10.0             pyh9f0ad1d_0    conda-forge
    joblib                    1.0.1              pyhd8ed1ab_0    conda-forge
    jpeg                      9d                   h36c2ea0_0    conda-forge
    jq                        1.6               h36c2ea0_1000    conda-forge
    json-c                    0.15                 h98cffda_0    conda-forge
    json5                     0.9.6                    pypi_0    pypi
    jsonschema                3.2.0              pyhd8ed1ab_3    conda-forge
    jupyter                   1.0.0            py37h89c1867_6    conda-forge
    jupyter_client            6.1.12             pyhd8ed1ab_0    conda-forge
    jupyter_console           6.4.0              pyhd8ed1ab_0    conda-forge
    jupyter_core              4.7.1            py37h89c1867_0    conda-forge
    jupyterauth               0.0.2                    pypi_0    pypi
    jupyterlab                1.2.20                   pypi_0    pypi
    jupyterlab-server         1.2.0                    pypi_0    pypi
    jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
    jupyterlab_widgets        1.0.0              pyhd8ed1ab_1    conda-forge
    jxrlib                    1.1                  h7f98852_2    conda-forge
    kealib                    1.4.14               hcc255d8_2    conda-forge
    keras-preprocessing       1.1.2                    pypi_0    pypi
    keras2onnx                1.7.0                    pypi_0    pypi
    kernel-headers_linux-64   2.6.32              h77966d4_13    conda-forge
    kiwisolver                1.3.1            py37h2527ec5_1    conda-forge
    krb5                      1.17.2               h926e7f8_0    conda-forge
    lame                      3.100             h7f98852_1001    conda-forge
    lcms2                     2.12                 hddcbb42_0    conda-forge
    ld_impl_linux-64          2.36.1               hea4e1c9_1    conda-forge
    lerc                      2.2.1                h9c3ff4c_0    conda-forge
    libaec                    1.0.5                h9c3ff4c_0    conda-forge
    libblas                   3.8.0                    21_mkl    conda-forge
    libbrotlicommon           1.0.9                h7f98852_5    conda-forge
    libbrotlidec              1.0.9                h7f98852_5    conda-forge
    libbrotlienc              1.0.9                h7f98852_5    conda-forge
    libcblas                  3.8.0                    21_mkl    conda-forge
    libclang                  11.1.0          default_ha53f305_1    conda-forge
    libcurl                   7.76.1               hc4aaa36_1    conda-forge
    libdap4                   3.20.6               hd7c4107_2    conda-forge
    libdeflate                1.7                  h7f98852_5    conda-forge
    libedit                   3.1.20191231         he28a2e2_2    conda-forge
    libev                     4.33                 h516909a_1    conda-forge
    libevent                  2.1.10               hcdb4288_3    conda-forge
    libffi                    3.3                  h58526e2_2    conda-forge
    libgcc-devel_linux-64     9.3.0               h7864c58_19    conda-forge
    libgcc-ng                 9.3.0               h2828fa1_19    conda-forge
    libgd                     2.3.2                h78a0170_0    conda-forge
    libgdal                   3.2.2                hbf32332_3    conda-forge
    libgfortran-ng            9.3.0               hff62375_19    conda-forge
    libgfortran5              9.3.0               hff62375_19    conda-forge
    libglib                   2.68.3               h3e27bee_0    conda-forge
    libglu                    9.0.0             he1b5a44_1001    conda-forge
    libgomp                   9.3.0               h2828fa1_19    conda-forge
    libiconv                  1.16                 h516909a_0    conda-forge
    libkml                    1.3.0             h238a007_1013    conda-forge
    liblapack                 3.8.0                    21_mkl    conda-forge
    liblapacke                3.8.0                    21_mkl    conda-forge
    libllvm10                 10.0.1               he513fc3_3    conda-forge
    libllvm11                 11.1.0               hf817b99_2    conda-forge
    libmklml                  2019.0.5                      0    defaults
    libnetcdf                 4.8.0           nompi_hcd642e3_103    conda-forge
    libnghttp2                1.43.0               h812cca2_0    conda-forge
    libogg                    1.3.4                h7f98852_1    conda-forge
    libopencv                 4.5.1            py37h90094e2_0    conda-forge
    libopus                   1.3.1                h7f98852_1    conda-forge
    libpng                    1.6.37               h21135ba_2    conda-forge
    libpq                     13.2                 hfd2b0eb_2    conda-forge
    libprotobuf               3.16.0               h780b84a_0    conda-forge
    librsvg                   2.50.3               hfa39831_1    conda-forge
    librttopo                 1.1.0                h1185371_6    conda-forge
    libsodium                 1.0.18               h36c2ea0_1    conda-forge
    libspatialindex           1.9.3                h9c3ff4c_3    conda-forge
    libspatialite             5.0.1                h20cb978_4    conda-forge
    libssh2                   1.9.0                ha56f1ee_6    conda-forge
    libstdcxx-devel_linux-64  9.3.0               hb016644_19    conda-forge
    libstdcxx-ng              9.3.0               h6de172a_19    conda-forge
    libthrift                 0.14.1               he6d91bd_2    conda-forge
    libtiff                   4.2.0                hbd63e13_2    conda-forge
    libtool                   2.4.6             h58526e2_1007    conda-forge
    libutf8proc               2.6.1                h7f98852_0    conda-forge
    libuuid                   2.32.1            h7f98852_1000    conda-forge
    libuv                     1.41.1               h7f98852_0    conda-forge
    libv8                     8.9.83               ha720a15_0    conda-forge
    libvorbis                 1.3.7                h9c3ff4c_0    conda-forge
    libwebp                   1.2.0                h3452ae3_0    conda-forge
    libwebp-base              1.2.0                h7f98852_2    conda-forge
    libxcb                    1.13              h7f98852_1003    conda-forge
    libxgboost                1.3.0                h9c3ff4c_3    conda-forge
    libxkbcommon              1.0.3                he3ba5ed_0    conda-forge
    libxml2                   2.9.12               h72842e0_0    conda-forge
    libxslt                   1.1.33               h15afd5d_2    conda-forge
    libzip                    1.8.0                h4de3113_0    conda-forge
    libzopfli                 1.0.3                h9c3ff4c_0    conda-forge
    llvmlite                  0.36.0           py37h9d7f4d0_0    conda-forge
    locket                    0.2.0                      py_2    conda-forge
    lxml                      4.6.3            py37h77fd288_0    conda-forge
    lz4-c                     1.9.3                h9c3ff4c_0    conda-forge
    make                      4.3                  hd18ef5c_1    conda-forge
    markdown                  3.3.4                    pypi_0    pypi
    markupsafe                2.0.1            py37h5e8e339_0    conda-forge
    matplotlib-base           3.4.2            py37hdd32ed1_0    conda-forge
    mistune                   0.8.4           py37h5e8e339_1004    conda-forge
    mkl                       2020.2                      256    defaults
    mlxtend                   0.18.0             pyhd3deb0d_0    conda-forge
    mock                      4.0.3            py37h89c1867_1    conda-forge
    msal                      1.12.0                   pypi_0    pypi
    msal-extensions           0.3.0                    pypi_0    pypi
    msrest                    0.6.21                   pypi_0    pypi
    munch                     2.5.0                      py_0    conda-forge
    mypy_extensions           0.4.3            py37h89c1867_3    conda-forge
    mysql-common              8.0.25               ha770c72_0    conda-forge
    mysql-connector-c         6.1.11            h6eb9d5d_1007    conda-forge
    mysql-libs                8.0.25               h935591d_0    conda-forge
    nbclient                  0.5.3              pyhd8ed1ab_0    conda-forge
    nbconvert                 6.1.0            py37h89c1867_0    conda-forge
    nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
    nbimporter                0.3.3                    pypi_0    pypi
    ncurses                   6.2                  h58526e2_4    conda-forge
    nest-asyncio              1.5.1              pyhd8ed1ab_0    conda-forge
    nettle                    3.6                  he412f7d_0    conda-forge
    networkx                  2.5                        py_0    conda-forge
    newrelic                  5.24.0.153               pypi_0    pypi
    ninja                     1.10.2               h4bd325d_0    conda-forge
    nltk                      3.4.4                      py_0    conda-forge
    nodejs                    15.10.0              h92b4a50_1    conda-forge
    nose                      1.3.7                   py_1006    conda-forge
    notebook                  6.3.0              pyha770c72_1    conda-forge
    notebook-app-handler      0.0.1                    pypi_0    pypi
    notebook-executor         0.1.0                    pypi_0    pypi
    nspr                      4.30                 h9c3ff4c_0    conda-forge
    nss                       3.67                 hb5efdd6_0    conda-forge
    numba                     0.53.1           py37hb11d6e1_1    conda-forge
    numpy                     1.19.5           py37haa41c4c_1    conda-forge
    oauthlib                  3.1.1                    pypi_0    pypi
    olefile                   0.46               pyh9f0ad1d_1    conda-forge
    oniguruma                 6.9.7.1              h7f98852_0    conda-forge
    onnx                      1.9.0                    pypi_0    pypi
    onnxconverter-common      1.8.1                    pypi_0    pypi
    onnxmltools               1.5.1                    pypi_0    pypi
    onnxruntime               1.6.0                    pypi_0    pypi
    opencv                    4.5.1            py37h89c1867_0    conda-forge
    openh264                  2.1.1                h780b84a_0    conda-forge
    openjpeg                  2.4.0                hb52868f_1    conda-forge
    openssl                   1.1.1k               h7f98852_0    conda-forge
    opt-einsum                3.3.0                    pypi_0    pypi
    orc                       1.6.7                h89a63ab_2    conda-forge
    packaging                 21.0               pyhd8ed1ab_0    conda-forge
    pandas                    1.2.4            py37h219a48f_0    conda-forge
    pandas_ml                 0.6.1                    py37_0    conda-forge
    pandasql                  0.7.3              pyhd8ed1ab_0    conda-forge
    pandoc                    2.14.0.3             h7f98852_0    conda-forge
    pandocfilters             1.4.2                      py_1    conda-forge
    pango                     1.42.4               h69149e4_5    conda-forge
    papermill                 2.3.2              pyhd8ed1ab_0    conda-forge
    parquet-cpp               1.5.1                         2    conda-forge
    parsel                    1.6.0                      py_0    conda-forge
    parso                     0.8.2              pyhd8ed1ab_0    conda-forge
    partd                     1.2.0              pyhd8ed1ab_0    conda-forge
    pathlib2                  2.3.6            py37h89c1867_0    conda-forge
    pathspec                  0.8.1              pyhd3deb0d_0    conda-forge
    patsy                     0.5.1                      py_0    conda-forge
    pcre                      8.45                 h9c3ff4c_0    conda-forge
    pcre2                     10.36                h032f7d1_1    conda-forge
    pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
    pickleshare               0.7.5                   py_1003    conda-forge
    pillow                    8.1.0            py37h4600e1f_2    conda-forge
    pip                       21.0.1             pyhd8ed1ab_0    conda-forge
    pixman                    0.40.0               h36c2ea0_0    conda-forge
    platform-sdk-python       0.2.5                    pypi_0    pypi
    plotly                    4.14.3             pyh44b312d_0    conda-forge
    pooch                     1.4.0              pyhd8ed1ab_0    conda-forge
    poppler                   21.03.0              h93df280_0    conda-forge
    poppler-data              0.4.10                        0    conda-forge
    portalocker               1.7.1                    pypi_0    pypi
    postgresql                13.2                 h6303168_2    conda-forge
    proj                      8.0.0                h277dcde_0    conda-forge
    prometheus_client         0.11.0             pyhd8ed1ab_0    conda-forge
    prompt-toolkit            3.0.19             pyha770c72_0    conda-forge
    prompt_toolkit            3.0.19               hd8ed1ab_0    conda-forge
    protego                   0.1.16                     py_0    conda-forge
    protobuf                  3.17.3                   pypi_0    pypi
    psutil                    5.8.0                    pypi_0    pypi
    psycopg2                  2.8.6            py37h5e8e339_3    conda-forge
    pthread-stubs             0.4               h36c2ea0_1001    conda-forge
    ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
    py-opencv                 4.5.1            py37h888b3d9_0    conda-forge
    py-xgboost                1.3.0            py37h89c1867_3    conda-forge
    py4j                      0.10.7                   pypi_0    pypi
    pyarrow                   3.0.0           py37he2832ee_13_cpu    conda-forge
    pyasn1                    0.4.8                      py_0    conda-forge
    pyasn1-modules            0.2.7                      py_0    conda-forge
    pycosat                   0.6.3           py37h5e8e339_1006    conda-forge
    pycparser                 2.20               pyh9f0ad1d_2    conda-forge
    pydispatcher              2.0.5                      py_1    conda-forge
    pygments                  2.9.0              pyhd8ed1ab_0    conda-forge
    pyhamcrest                2.0.2                      py_0    conda-forge
    pyjwt                     2.1.0              pyhd8ed1ab_0    conda-forge
    pylru                     1.2.0                    pypi_0    pypi
    pymongo                   3.11.0           py37hcd2ae1e_4    conda-forge
    pyopenssl                 20.0.1             pyhd8ed1ab_0    conda-forge
    pyparsing                 2.4.7              pyh9f0ad1d_0    conda-forge
    pyproj                    3.1.0            py37h8627986_0    conda-forge
    pypubsub                  4.0.3                      py_0    conda-forge
    pyqt                      5.12.3           py37h89c1867_7    conda-forge
    pyqt-impl                 5.12.3           py37he336c9b_7    conda-forge
    pyqt5-sip                 4.19.18          py37hcd2ae1e_7    conda-forge
    pyqtchart                 5.12             py37he336c9b_7    conda-forge
    pyqtwebengine             5.12.1           py37he336c9b_7    conda-forge
    pyrsistent                0.17.3           py37h5e8e339_2    conda-forge
    pyshp                     2.1.3              pyh44b312d_0    conda-forge
    pysocks                   1.7.1            py37h89c1867_3    conda-forge
    python                    3.7.10          hffdb5ce_100_cpython    conda-forge
    python-dateutil           2.8.1                      py_0    conda-forge
    python-graphviz           0.16               pyh243d235_2    conda-forge
    python-snappy             0.5.4            py37h484ad9e_3    conda-forge
    python_abi                3.7                     2_cp37m    conda-forge
    pythreejs                 2.2.1              pyh9f0ad1d_0    conda-forge
    pytorch                   1.7.1           cpu_py37h6a09485_0    defaults
    pytz                      2021.1             pyhd8ed1ab_0    conda-forge
    pywavelets                1.1.1            py37h902c9e0_3    conda-forge
    pyyaml                    5.4.1            py37h5e8e339_0    conda-forge
    pyzmq                     22.1.0           py37h336d617_0    conda-forge
    qt                        5.12.9               hda022c4_4    conda-forge
    qtconsole                 5.1.1              pyhd8ed1ab_0    conda-forge
    qtpy                      1.9.0                      py_0    conda-forge
    queuelib                  1.6.1              pyhd8ed1ab_0    conda-forge
    r-arules                  1.6_6             r40hcdcec82_0    conda-forge
    r-askpass                 1.1               r40hcfec24a_2    conda-forge
    r-assertthat              0.2.1             r40hc72bb7e_2    conda-forge
    r-backports               1.2.1             r40hcfec24a_0    conda-forge
    r-base                    4.0.3                h8ff2632_7    conda-forge
    r-base64enc               0.1_3           r40hcfec24a_1004    conda-forge
    r-bbmisc                  1.11            r40hcfec24a_1003    conda-forge
    r-bit                     4.0.4             r40hcfec24a_0    conda-forge
    r-bit64                   4.0.5             r40hcfec24a_0    conda-forge
    r-bitops                  1.0_7             r40hcfec24a_0    conda-forge
    r-blob                    1.2.1             r40hc72bb7e_1    conda-forge
    r-boot                    1.3_28            r40hc72bb7e_0    conda-forge
    r-brio                    1.1.2             r40hcfec24a_0    conda-forge
    r-broom                   0.7.8             r40hc72bb7e_0    conda-forge
    r-bslib                   0.2.5.1           r40hc72bb7e_0    conda-forge
    r-cachem                  1.0.5             r40hcfec24a_0    conda-forge
    r-callr                   3.7.0             r40hc72bb7e_0    conda-forge
    r-caret                   6.0_88            r40hcfec24a_0    conda-forge
    r-catools                 1.18.2            r40h03ef668_0    conda-forge
    r-cellranger              1.1.0           r40hc72bb7e_1003    conda-forge
    r-checkmate               2.0.0             r40hcfec24a_1    conda-forge
    r-chron                   2.3_56            r40hcfec24a_0    conda-forge
    r-class                   7.3_19            r40hcfec24a_0    conda-forge
    r-cli                     3.0.0             r40hc72bb7e_0    conda-forge
    r-clipr                   0.7.1             r40hc72bb7e_0    conda-forge
    r-cluster                 2.1.2             r40h859d828_0    conda-forge
    r-codetools               0.2_18            r40hc72bb7e_0    conda-forge
    r-colorspace              2.0_2             r40hcfec24a_0    conda-forge
    r-commonmark              1.7             r40hcfec24a_1002    conda-forge
    r-corrplot                0.84                   r40_1003    conda-forge
    r-cpp11                   0.3.1             r40hc72bb7e_0    conda-forge
    r-crayon                  1.4.1             r40hc72bb7e_0    conda-forge
    r-crul                    1.1.0             r40h785f33e_0    conda-forge
    r-curl                    4.3.2             r40hcfec24a_0    conda-forge
    r-data.table              1.14.0            r40hcfec24a_0    conda-forge
    r-dbi                     1.1.1             r40hc72bb7e_0    conda-forge
    r-dbplyr                  2.1.1             r40hc72bb7e_0    conda-forge
    r-deoptimr                1.0_9             r40hc72bb7e_0    conda-forge
    r-desc                    1.3.0             r40hc72bb7e_0    conda-forge
    r-diffobj                 0.3.4             r40hcfec24a_0    conda-forge
    r-digest                  0.6.27            r40h03ef668_0    conda-forge
    r-diptest                 0.76_0            r40hcfec24a_0    conda-forge
    r-dplyr                   1.0.7             r40h03ef668_0    conda-forge
    r-e1071                   1.7_4             r40h1b71b39_0    conda-forge
    r-ellipsis                0.3.2             r40hcfec24a_0    conda-forge
    r-essentials              4.0             r40hd8ed1ab_2002    conda-forge
    r-evaluate                0.14              r40hc72bb7e_2    conda-forge
    r-fansi                   0.5.0             r40hcfec24a_0    conda-forge
    r-farver                  2.1.0             r40h03ef668_0    conda-forge
    r-fastmap                 1.1.0             r40h03ef668_0    conda-forge
    r-fastmatch               1.1_0           r40hcfec24a_1005    conda-forge
    r-flexmix                 2.3_17            r40hc72bb7e_0    conda-forge
    r-fnn                     1.1.3             r40h03ef668_2    conda-forge
    r-forcats                 0.5.1             r40hc72bb7e_0    conda-forge
    r-foreach                 1.5.1             r40hc72bb7e_0    conda-forge
    r-forecast                8.13              r40hc8faad4_0    conda-forge
    r-foreign                 0.8_81            r40hcfec24a_0    conda-forge
    r-formatr                 1.11              r40hc72bb7e_0    conda-forge
    r-fpc                     2.2_9             r40hc72bb7e_0    conda-forge
    r-fracdiff                1.5_1             r40hbfbffee_1    conda-forge
    r-fs                      1.5.0             r40h03ef668_0    conda-forge
    r-gam                     1.20              r40h859d828_1    conda-forge
    r-gbm                     2.1.8             r40h03ef668_0    conda-forge
    r-generics                0.1.0             r40hc72bb7e_0    conda-forge
    r-ggplot2                 3.3.5             r40hc72bb7e_0    conda-forge
    r-ggthemes                4.2.4             r40hc72bb7e_0    conda-forge
    r-ggvis                   0.4.7             r40hc72bb7e_0    conda-forge
    r-gistr                   0.9.0             r40hc72bb7e_0    conda-forge
    r-glmnet                  4.1_2             r40h859d828_0    conda-forge
    r-glue                    1.4.2             r40hcfec24a_0    conda-forge
    r-gower                   0.2.2             r40hcfec24a_0    conda-forge
    r-gplots                  3.1.1             r40hc72bb7e_0    conda-forge
    r-gridextra               2.3             r40hc72bb7e_1003    conda-forge
    r-gsubfn                  0.7             r40hc72bb7e_1002    conda-forge
    r-gtable                  0.3.0             r40hc72bb7e_3    conda-forge
    r-gtools                  3.9.2             r40hcfec24a_0    conda-forge
    r-haven                   2.4.1             r40h2713e49_0    conda-forge
    r-hexbin                  1.28.2            r40h859d828_0    conda-forge
    r-highr                   0.9               r40hc72bb7e_0    conda-forge
    r-hms                     1.1.0             r40hc72bb7e_0    conda-forge
    r-htmltools               0.5.1.1           r40h03ef668_0    conda-forge
    r-htmlwidgets             1.5.3             r40hc72bb7e_0    conda-forge
    r-httpcode                0.3.0             r40ha770c72_1    conda-forge
    r-httpuv                  1.6.1             r40h03ef668_0    conda-forge
    r-httr                    1.4.2             r40hc72bb7e_0    conda-forge
    r-igraph                  1.2.6             r40he0372cf_1    conda-forge
    r-inline                  0.3.19            r40hc72bb7e_0    conda-forge
    r-ipred                   0.9_11            r40hcfec24a_0    conda-forge
    r-irdisplay               1.0               r40hd8ed1ab_0    conda-forge
    r-irkernel                1.2               r40hc72bb7e_0    conda-forge
    r-isoband                 0.2.4             r40h03ef668_0    conda-forge
    r-iterators               1.0.13            r40hc72bb7e_0    conda-forge
    r-jquerylib               0.1.4             r40hc72bb7e_0    conda-forge
    r-jsonlite                1.7.2             r40hcfec24a_0    conda-forge
    r-kernlab                 0.9_29            r40h306847c_2    conda-forge
    r-kernsmooth              2.23_20           r40h742201e_0    conda-forge
    r-knitr                   1.33              r40hc72bb7e_0    conda-forge
    r-labeling                0.4.2             r40hc72bb7e_0    conda-forge
    r-later                   1.2.0             r40h03ef668_0    conda-forge
    r-lattice                 0.20_44           r40hcfec24a_0    conda-forge
    r-lava                    1.6.9             r40hc72bb7e_0    conda-forge
    r-lazyeval                0.2.2             r40hcfec24a_2    conda-forge
    r-leaps                   3.1               r40h859d828_2    conda-forge
    r-lifecycle               1.0.0             r40hc72bb7e_0    conda-forge
    r-lmtest                  0.9_38            r40h859d828_1    conda-forge
    r-loo                     2.4.1             r40hc72bb7e_0    conda-forge
    r-lubridate               1.7.10            r40h03ef668_0    conda-forge
    r-magrittr                2.0.1             r40hcfec24a_1    conda-forge
    r-manipulate              1.0.1           r40hc72bb7e_1003    conda-forge
    r-maps                    3.3.0           r40hcfec24a_1004    conda-forge
    r-markdown                1.1               r40hcfec24a_1    conda-forge
    r-mass                    7.3_54            r40hcfec24a_0    conda-forge
    r-matrix                  1.3_4             r40he454529_0    conda-forge
    r-matrixstats             0.59.0            r40hcfec24a_0    conda-forge
    r-mclust                  5.4.7             r40h52d45c5_0    conda-forge
    r-memoise                 2.0.0             r40hc72bb7e_0    conda-forge
    r-mgcv                    1.8_36            r40he454529_0    conda-forge
    r-mime                    0.11              r40hcfec24a_0    conda-forge
    r-mlr                     2.19.0            r40hcfec24a_1    conda-forge
    r-modelmetrics            1.2.2.2           r40h03ef668_1    conda-forge
    r-modelr                  0.1.8             r40hc72bb7e_0    conda-forge
    r-modeltools              0.2_23            r40hc72bb7e_1    conda-forge
    r-munsell                 0.5.0           r40hc72bb7e_1003    conda-forge
    r-nlme                    3.1_152           r40h859d828_0    conda-forge
    r-nnet                    7.3_16            r40hcfec24a_0    conda-forge
    r-numderiv                2016.8_1.1        r40hc72bb7e_3    conda-forge
    r-openssl                 1.4.4             r40he36bf35_0    conda-forge
    r-parallelmap             1.5.1             r40hc72bb7e_0    conda-forge
    r-paramhelpers            1.14              r40hcfec24a_1    conda-forge
    r-pbdzmq                  0.3_5             r40h42bf92c_1    conda-forge
    r-pillar                  1.6.1             r40hc72bb7e_0    conda-forge
    r-pkgbuild                1.2.0             r40hc72bb7e_0    conda-forge
    r-pkgconfig               2.0.3             r40hc72bb7e_1    conda-forge
    r-pkgload                 1.2.1             r40h03ef668_0    conda-forge
    r-plogr                   0.2.0           r40hc72bb7e_1003    conda-forge
    r-plyr                    1.8.6             r40h03ef668_1    conda-forge
    r-prabclus                2.3_2             r40hc72bb7e_1    conda-forge
    r-praise                  1.0.0           r40hc72bb7e_1004    conda-forge
    r-prettyunits             1.1.1             r40hc72bb7e_1    conda-forge
    r-proc                    1.17.0.1          r40h03ef668_0    conda-forge
    r-processx                3.5.2             r40hcfec24a_0    conda-forge
    r-prodlim                 2019.11.13        r40h03ef668_1    conda-forge
    r-progress                1.2.2             r40hc72bb7e_2    conda-forge
    r-promises                1.2.0.1           r40h03ef668_0    conda-forge
    r-proto                   1.0.0           r40ha770c72_2003    conda-forge
    r-pryr                    0.1.4           r40h03ef668_1004    conda-forge
    r-ps                      1.6.0             r40hcfec24a_0    conda-forge
    r-purrr                   0.3.4             r40hcfec24a_1    conda-forge
    r-quadprog                1.5_8             r40h742201e_3    conda-forge
    r-quantmod                0.4.18            r40hc72bb7e_0    conda-forge
    r-r6                      2.5.0             r40hc72bb7e_0    conda-forge
    r-randomforest            4.6_14          r40h859d828_1004    conda-forge
    r-rappdirs                0.3.3             r40hcfec24a_0    conda-forge
    r-rbokeh                  0.5.1             r40hc72bb7e_0    conda-forge
    r-rcolorbrewer            1.1_2           r40h785f33e_1003    conda-forge
    r-rcpp                    1.0.7             r40h03ef668_0    conda-forge
    r-rcpparmadillo           0.10.5.0.0        r40h306847c_0    conda-forge
    r-rcppeigen               0.3.3.9.1         r40h306847c_0    conda-forge
    r-rcppparallel            5.1.4             r40h03ef668_0    conda-forge
    r-readr                   1.4.0             r40h03ef668_0    conda-forge
    r-readxl                  1.3.1             r40h2713e49_4    conda-forge
    r-recipes                 0.1.16            r40hc72bb7e_0    conda-forge
    r-recommended             4.0             r40hd8ed1ab_1004    conda-forge
    r-rematch                 1.0.1           r40hc72bb7e_1003    conda-forge
    r-rematch2                2.1.2             r40hc72bb7e_1    conda-forge
    r-repr                    1.1.3             r40h785f33e_0    conda-forge
    r-reprex                  2.0.0             r40hc72bb7e_0    conda-forge
    r-reshape2                1.4.4             r40h03ef668_1    conda-forge
    r-reticulate              1.18              r40h03ef668_0    conda-forge
    r-rjson                   0.2.20          r40h03ef668_1002    conda-forge
    r-rlang                   0.4.11            r40hcfec24a_0    conda-forge
    r-rmarkdown               2.9               r40hc72bb7e_1    conda-forge
    r-rmysql                  0.10.21           r40hcfec24a_0    conda-forge
    r-robustbase              0.93_8            r40h52d45c5_0    conda-forge
    r-rocr                    1.0_11            r40hc72bb7e_1    conda-forge
    r-rodbc                   1.3_16            r40hcdcec82_1    conda-forge
    r-rpart                   4.1_15            r40hcfec24a_2    conda-forge
    r-rprojroot               2.0.2             r40hc72bb7e_0    conda-forge
    r-rsolnp                  1.16            r40ha770c72_1003    conda-forge
    r-rsqlite                 2.2.3             r40h03ef668_0    conda-forge
    r-rstan                   2.21.2            r40h03ef668_2    conda-forge
    r-rstudioapi              0.13              r40hc72bb7e_0    conda-forge
    r-rvest                   1.0.0             r40hc72bb7e_0    conda-forge
    r-sass                    0.4.0             r40h03ef668_0    conda-forge
    r-scales                  1.1.1             r40hc72bb7e_0    conda-forge
    r-selectr                 0.4_2             r40hc72bb7e_1    conda-forge
    r-shape                   1.4.6             r40ha770c72_0    conda-forge
    r-shiny                   1.6.0             r40hc72bb7e_0    conda-forge
    r-sourcetools             0.1.7           r40h9c3ff4c_1002    conda-forge
    r-spatial                 7.3_14            r40hcfec24a_0    conda-forge
    r-sqldf                   0.4_11            r40hc72bb7e_2    conda-forge
    r-squarem                 2021.1            r40hc72bb7e_0    conda-forge
    r-stanheaders             2.21.0_7          r40h5ee154c_0    conda-forge
    r-stringdist              0.9.6.3           r40hcfec24a_0    conda-forge
    r-stringi                 1.6.2             r40hcabe038_0    conda-forge
    r-stringr                 1.4.0             r40hc72bb7e_2    conda-forge
    r-survival                3.2_7             r40hcfec24a_0    conda-forge
    r-sys                     3.4               r40hcfec24a_0    conda-forge
    r-testthat                3.0.4             r40h03ef668_0    conda-forge
    r-tibble                  3.1.2             r40hcfec24a_0    conda-forge
    r-tidyr                   1.1.3             r40h03ef668_0    conda-forge
    r-tidyselect              1.1.1             r40hc72bb7e_0    conda-forge
    r-tidyverse               1.3.0             r40h6115d3f_2    conda-forge
    r-timedate                3043.102        r40hc72bb7e_1002    conda-forge
    r-tinytex                 0.32              r40hc72bb7e_0    conda-forge
    r-tree                    1.0_40            r40hcfec24a_1    conda-forge
    r-triebeard               0.3.0           r40h9c3ff4c_1003    conda-forge
    r-truncnorm               1.0_8           r40hcfec24a_1002    conda-forge
    r-tseries                 0.10_48           r40h742201e_0    conda-forge
    r-ttr                     0.24.2            r40hcfec24a_0    conda-forge
    r-urca                    1.3_0           r40h859d828_1006    conda-forge
    r-urltools                1.7.3             r40h03ef668_2    conda-forge
    r-utf8                    1.2.1             r40hcfec24a_0    conda-forge
    r-uuid                    0.1_4             r40hcfec24a_1    conda-forge
    r-v8                      3.4.2             r40h17f85f1_0    conda-forge
    r-vctrs                   0.3.8             r40hcfec24a_1    conda-forge
    r-viridis                 0.5.1           r40h6115d3f_1004    conda-forge
    r-viridislite             0.4.0             r40hc72bb7e_0    conda-forge
    r-waldo                   0.2.5             r40hc72bb7e_0    conda-forge
    r-withr                   2.4.2             r40hc72bb7e_0    conda-forge
    r-xfun                    0.24              r40h03ef668_0    conda-forge
    r-xgboost                 1.3.0             r40h9c3ff4c_3    conda-forge
    r-xml                     3.99_0.6          r40hcfec24a_0    conda-forge
    r-xml2                    1.3.2             r40h03ef668_1    conda-forge
    r-xtable                  1.8_4             r40hc72bb7e_3    conda-forge
    r-xts                     0.12.1            r40hcfec24a_0    conda-forge
    r-yaml                    2.2.1             r40hcfec24a_1    conda-forge
    r-zoo                     1.8_8             r40hcdcec82_0    conda-forge
    re2                       2021.04.01           h9c3ff4c_0    conda-forge
    readline                  8.1                  h46c0cb4_0    conda-forge
    recipes-handler           0.1.0                    pypi_0    pypi
    regex                     2021.7.6         py37h5e8e339_0    conda-forge
    requests                  2.25.1             pyhd3deb0d_0    conda-forge
    requests-oauthlib         1.3.0                    pypi_0    pypi
    resource-usage            0.1.0                    pypi_0    pypi
    retrying                  1.3.3                      py_2    conda-forge
    rpy2                      3.4.2           py37r40h902c9e0_1    conda-forge
    rsa                       4.7.2                    pypi_0    pypi
    rtml-commons-graph-python 0.0.1                    pypi_0    pypi
    rtml-gcs-pyspark          0.0.2                    pypi_0    pypi
    rtml-nodelibs             0.2.3                    pypi_0    pypi
    rtml-sdk                  0.14.3                   pypi_0    pypi
    rtree                     0.9.7            py37h0b55af0_1    conda-forge
    ruamel_yaml               0.15.80         py37h5e8e339_1004    conda-forge
    s2n                       1.0.10               h9b69904_0    conda-forge
    s3transfer                0.3.7              pyhd8ed1ab_0    conda-forge
    scikit-image              0.18.1           py37hdc94413_0    conda-forge
    scikit-learn              0.24.1           py37h69acf81_0    conda-forge
    scipy                     1.6.1            py37h14a347d_0    conda-forge
    scrapy                    2.4.1            py37h89c1867_2    conda-forge
    seaborn                   0.11.1               hd8ed1ab_1    conda-forge
    seaborn-base              0.11.1             pyhd8ed1ab_1    conda-forge
    sed                       4.8                  he412f7d_0    conda-forge
    send2trash                1.7.1              pyhd8ed1ab_0    conda-forge
    service_identity          18.1.0                     py_0    conda-forge
    setuptools                49.6.0           py37h89c1867_3    conda-forge
    shapely                   1.7.1            py37h2d1e849_5    conda-forge
    simplegeneric             0.8.1                      py_1    conda-forge
    six                       1.15.0                   pypi_0    pypi
    skl2onnx                  1.9.0                    pypi_0    pypi
    smart_open                5.1.0              pyhd8ed1ab_1    conda-forge
    snappy                    1.1.8                he1b5a44_3    conda-forge
    spglib                    1.16.1           py37h902c9e0_0    conda-forge
    sql-magic                 0.0.4                    pypi_0    pypi
    sqlalchemy                1.4.20           py37h5e8e339_0    conda-forge
    sqlite                    3.36.0               h9cd32fc_0    conda-forge
    sqlparse                  0.4.1                    pypi_0    pypi
    statsmodels               0.12.2           py37h902c9e0_0    conda-forge
    sysroot_linux-64          2.12                h77966d4_13    conda-forge
    target-select-dsw         0.0.1                    pypi_0    pypi
    templates-handler         0.1.0                    pypi_0    pypi
    tenacity                  8.0.1              pyhd8ed1ab_0    conda-forge
    tensorboard               2.5.0                    pypi_0    pypi
    tensorboard-data-server   0.6.1                    pypi_0    pypi
    tensorboard-plugin-wit    1.8.0                    pypi_0    pypi
    tensorflow                2.4.1                    pypi_0    pypi
    tensorflow-estimator      2.4.0                    pypi_0    pypi
    termcolor                 1.1.0                    pypi_0    pypi
    terminado                 0.10.1           py37h89c1867_0    conda-forge
    testpath                  0.5.0              pyhd8ed1ab_0    conda-forge
    textwrap3                 0.9.2                      py_0    conda-forge
    tf2onnx                   1.8.3                    pypi_0    pypi
    threadpoolctl             2.2.0              pyh8a188c0_0    conda-forge
    thrift                    0.13.0           py37hcd2ae1e_2    conda-forge
    tifffile                  2021.4.8           pyhd8ed1ab_0    conda-forge
    tiledb                    2.2.9                h91fcb0e_0    conda-forge
    tk                        8.6.10               h21135ba_1    conda-forge
    tktable                   2.10                 hb7b940f_3    conda-forge
    toml                      0.10.2             pyhd8ed1ab_0    conda-forge
    toolz                     0.11.1                     py_0    conda-forge
    tornado                   6.1              py37h5e8e339_1    conda-forge
    tqdm                      4.61.2             pyhd8ed1ab_1    conda-forge
    traitlets                 5.0.5                      py_0    conda-forge
    traittypes                0.2.1              pyh9f0ad1d_2    conda-forge
    twisted                   21.2.0           py37h5e8e339_0    conda-forge
    typed-ast                 1.4.3            py37h5e8e339_0    conda-forge
    typing-extensions         3.7.4.3                       0    conda-forge
    typing_extensions         3.7.4.3                    py_0    conda-forge
    tzcode                    2021a                h7f98852_2    conda-forge
    tzdata                    2021a                he74cb21_1    conda-forge
    tzlocal                   2.1                pyh9f0ad1d_0    conda-forge
    unixodbc                  2.3.9                hb166930_0    conda-forge
    urllib3                   1.26.6             pyhd8ed1ab_0    conda-forge
    vega_datasets             0.9.0              pyhd3deb0d_0    conda-forge
    w3lib                     1.22.0             pyh9f0ad1d_0    conda-forge
    wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
    webencodings              0.5.1                      py_1    conda-forge
    werkzeug                  2.0.1              pyhd8ed1ab_0    conda-forge
    wheel                     0.36.2             pyhd3deb0d_0    conda-forge
    widgetsnbextension        3.5.1            py37h89c1867_4    conda-forge
    wordcloud                 1.8.1            py37h5e8e339_1    conda-forge
    wrapt                     1.12.1                   pypi_0    pypi
    wxpython                  4.1.1            py37h8e59d7d_0    conda-forge
    x264                      1!161.3030           h7f98852_1    conda-forge
    xerces-c                  3.2.3                h9d8b166_2    conda-forge
    xmltodict                 0.12.0                   pypi_0    pypi
    xorg-kbproto              1.0.7             h7f98852_1002    conda-forge
    xorg-libice               1.0.10               h7f98852_0    conda-forge
    xorg-libsm                1.2.3             hd9c2040_1000    conda-forge
    xorg-libx11               1.7.2                h7f98852_0    conda-forge
    xorg-libxau               1.0.9                h7f98852_0    conda-forge
    xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
    xorg-libxext              1.3.4                h7f98852_1    conda-forge
    xorg-libxrender           0.9.10            h7f98852_1003    conda-forge
    xorg-libxt                1.2.1                h7f98852_2    conda-forge
    xorg-renderproto          0.11.1            h7f98852_1002    conda-forge
    xorg-xextproto            7.3.0             h7f98852_1002    conda-forge
    xorg-xproto               7.0.31            h7f98852_1007    conda-forge
    xz                        5.2.5                h516909a_1    conda-forge
    yaml                      0.2.5                h516909a_0    conda-forge
    zeromq                    4.3.4                h9c3ff4c_0    conda-forge
    zfp                       0.5.5                h9c3ff4c_5    conda-forge
    zipp                      3.5.0              pyhd8ed1ab_0    conda-forge
    zlib                      1.2.11            h516909a_1010    conda-forge
    zope.interface            5.4.0            py37h5e8e339_0    conda-forge
    zstd                      1.4.9                ha95c52a_0    conda-forge

welcome[bot] commented 3 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

jasongrout commented 3 years ago

The pr you mention was merged for the 2.0 milestone.

jasongrout commented 3 years ago

And confirming, the merge commit (https://github.com/jupyterlab/jupyterlab/commit/3d1e5ee94a2df3978018fe632217ad8a66675e28) is in 2.0, and not in the 1.x series.

ichasepucks commented 3 years ago

Thanks. Will consider forking 1.2 or monkey patching if I can figure out how to do it.

ichasepucks commented 3 years ago

In case anyone else wants to do this, it turns out, it does work in the 1.2.20 version but is vastly different from the docs. Created a file called page_config.json with the following contents:

{
  "buildCheck": false,
  "buildAvailable": false
}

Copied this file into the /opt/conda/share/jupyter/lab/settings directory and it worked.