voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.31k stars 497 forks source link

voila unable to load pandas extension #1269

Open rdataforge opened 1 year ago

rdataforge commented 1 year ago

@trungleduc

Description

Defined a very simple notebook just loading a CSV and then filtering the resulting pandas dataframe using a couple of dropdown boxes. The notebook worked flawlessly. Then tried to export to HTML using Voila but an error arised

Reproduce

  1. new notebook
  2. import pandas and load a csv
  3. insert a couple of dropdown to filter the pandas dataframe
  4. open terminal
  5. issue a command: voila mynotebook.ipynb
  6. Browser is opened with an animation: "processing 1 of 6" and so on
  7. Browser is just a white page showing voila version

image

  1. error is arised: "Unable to load extension: pydevd_plugins.extensions.types.pydevd_plugin_pandas_types"

Expected behavior

The browser is opened and the interactive notebook is rendered

Context

Troubleshoot Output
$ jupyter troubleshoot
$PATH:
        C:\Users\rdataforge\Anaconda3\envs\cloned2
        C:\Users\rdataforge\Anaconda3\envs\cloned2\Library\mingw-w64\bin
        C:\Users\rdataforge\Anaconda3\envs\cloned2\Library\usr\bin
        C:\Users\rdataforge\Anaconda3\envs\cloned2\Library\bin
        C:\Users\rdataforge\Anaconda3\envs\cloned2\Scripts
        C:\Users\rdataforge\Anaconda3\envs\cloned2\bin
        C:\Users\rdataforge\Anaconda3\condabin
        C:\Users\rdataforge\bin
        C:\Program Files\Git\mingw64\bin
        C:\Program Files\Git\usr\local\bin
        C:\Program Files\Git\usr\bin
        C:\Program Files\Git\usr\bin
        C:\Program Files\Git\mingw64\bin
        C:\Program Files\Git\usr\bin
        C:\Users\rdataforge\bin
        C:\Users\rdataforge\AppData\Local\Programs\Quarto\bin
        C:\Program Files (x86)\Common Files\Oracle\Java\javapath
        C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin
        C:\Windows\system32
        C:\Windows
        C:\Windows\System32\Wbem
        C:\Windows\System32\WindowsPowerShell\v1.0
        C:\Windows\System32\OpenSSH
        C:\Program Files\WindowsPowerShell\Scripts
        C:\Program Files\dotnet
        C:\ProgramData\chocolatey\bin
        C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn
        C:\Program Files\Azure Data Studio\bin
        C:\Users\rdataforge\Anaconda3
        C:\Program Files\GitHub CLI
        C:\Program Files\Docker\Docker\resources\bin
        C:\ProgramData\DockerDesktop\version-bin
        C:\Program Files\Neovim\bin
        C:\Program Files\Microsoft VS Code\bin
        C:\Program Files\Git\cmd
        C:\Program Files\PowerShell\7
        C:\Program Files (x86)\Webex\Plugins
        C:\Program Files\Emacs\emacs-28.2\bin
        C:\Users\rdataforge\Programas\fd
        C:\Users\rdataforge\Programas\ripgrep
        C:\Users\rdataforge\Anaconda3\Scripts
        C:\Users\rdataforge\AppData\Local\Programs\Microsoft VS Code\bin
        C:\Users\rdataforge\AppData\Local\GitHubDesktop\bin
        C:\Program Files\JetBrains\PyCharm 2022.2\bin
        C:\Program Files\JetBrains\DataSpell 2022.1.2\bin
        C:\Program Files (x86)\Java\jre1.8.0_333\bin
        C:\Users\rdataforge\AppData\Local\Programs\Quarto\bin
        C:\Users\rdataforge\AppData\Roaming\TinyTeX\bin\win32
        C:\Program Files\Git\usr\bin\vendor_perl
        C:\Program Files\Git\usr\bin\core_perl
        C:\Program Files\Emacs\emacs-28.2\bin
        C:\Users\rdataforge\Programas
        C
        C:\Users\rdataforge\Programas
        C
        C:\Program Files\Emacs\emacs-28.2\bin
        C:\Users\rdataforge\.fzf\bin

sys.path:
        C:\Users\rdataforge\Anaconda3\envs\cloned2\Scripts
        C:\Users\rdataforge\Anaconda3\envs\cloned2\python37.zip
        C:\Users\rdataforge\Anaconda3\envs\cloned2\DLLs
        C:\Users\rdataforge\Anaconda3\envs\cloned2\lib
        C:\Users\rdataforge\Anaconda3\envs\cloned2
        C:\Users\rdataforge\AppData\Roaming\Python\Python37\site-packages
        C:\Users\rdataforge\Anaconda3\envs\cloned2\lib\site-packages
        C:\Users\rdataforge\Anaconda3\envs\cloned2\lib\site-packages\win32
        C:\Users\rdataforge\Anaconda3\envs\cloned2\lib\site-packages\win32\lib
        C:\Users\rdataforge\Anaconda3\envs\cloned2\lib\site-packages\Pythonwin

sys.executable:
        C:\Users\rdataforge\Anaconda3\envs\cloned2\python.exe

sys.version:
        3.7.13 (default, Mar 28 2022, 08:03:21) [MSC v.1916 64 bit (AMD64)]

platform.platform():
        Windows-10-10.0.19041-SP0

where jupyter:
        C:\Users\rdataforge\Anaconda3\envs\cloned2\Scripts\jupyter.exe
        C:\Users\rdataforge\Anaconda3\Scripts\jupyter.exe

pip list:
        Package                           Version
        --------------------------------- -----------
        alembic                           1.7.7
        ansiwrap                          0.8.4
        anyio                             3.5.0
        appdirs                           1.4.4
        argon2-cffi                       21.3.0
        argon2-cffi-bindings              21.2.0
        astroid                           2.5.8
        atomicwrites                      1.4.0
        attrs                             21.4.0
        autopep8                          1.6.0
        Babel                             2.9.1
        backcall                          0.2.0
        backoff                           1.11.1
        bandit                            1.7.4
        beautifulsoup4                    4.11.1
        black                             19.10b0
        bleach                            5.0.0
        blis                              0.7.7
        Boruta                            0.3
        Bottleneck                        1.3.4
        brotlipy                          0.7.0
        catalogue                         1.0.0
        catboost                          0.26.1
        certifi                           2022.9.24
        cffi                              1.15.0
        charset-normalizer                2.0.12
        click                             8.0.4
        cloudpickle                       2.0.0
        colorama                          0.4.4
        colorcet                          3.0.1
        colorlover                        0.3.0
        commonmark                        0.9.1
        cryptography                      36.0.2
        cufflinks                         0.17.3
        cycler                            0.11.0
        cymem                             2.0.6
        Cython                            0.29.14
        databricks-cli                    0.16.6
        dataclasses                       0.8
        debugpy                           1.6.0
        decorator                         5.1.1
        defusedxml                        0.7.1
        distro                            1.7.0
        docker                            5.0.3
        entrypoints                       0.4
        et-xmlfile                        1.0.1
        evidently                         0.1.22.dev0
        fastapi                           0.78.0
        fastjsonschema                    2.15.3
        flake8                            4.0.1
        Flask                             2.1.2
        fonttools                         4.32.0
        fsspec                            2022.5.0
        funcy                             1.17
        future                            0.18.2
        gensim                            3.8.3
        gitdb                             4.0.9
        GitPython                         3.1.27
        graphviz                          0.20.1
        greenlet                          1.1.2
        h11                               0.13.0
        htmlmin                           0.1.12
        humanize                          4.2.3
        idna                              3.3
        ImageHash                         4.2.1
        imbalanced-learn                  0.7.0
        importlib-metadata                4.11.3
        importlib-resources               5.7.1
        iniconfig                         1.1.1
        ipdb                              0.13.9
        ipykernel                         6.13.0
        ipympl                            0.9.2
        ipython                           7.32.0
        ipython-genutils                  0.2.0
        ipywidgets                        8.0.2
        isort                             5.10.1
        itsdangerous                      2.1.2
        jedi                              0.18.1
        Jinja2                            3.0.3
        joblib                            1.0.1
        json5                             0.9.6
        jsonschema                        4.4.0
        jupyter                           1.0.0
        jupyter-client                    7.2.2
        jupyter-console                   6.4.3
        jupyter-contrib-core              0.4.0
        jupyter-contrib-nbextensions      0.5.1
        jupyter-core                      4.9.2
        jupyter-highlight-selected-word   0.2.0
        jupyter-latex-envs                1.4.6
        jupyter-nbextensions-configurator 0.4.1
        jupyter-server                    1.16.0
        jupyterlab                        3.3.3
        jupyterlab-pygments               0.2.1
        jupyterlab-server                 2.12.0
        jupyterlab-widgets                3.0.3
        jupytext                          1.13.8
        kiwisolver                        1.4.2
        kmodes                            0.12.0
        lazy-object-proxy                 1.7.1
        lightgbm                          3.3.2
        llvmlite                          0.37.0
        lxml                              4.8.0
        Mako                              1.2.0
        markdown-it-py                    2.1.0
        MarkupSafe                        2.0.1
        matplotlib                        3.5.1
        matplotlib-inline                 0.1.3
        mccabe                            0.6.1
        mdit-py-plugins                   0.3.0
        mdurl                             0.1.0
        missingno                         0.5.1
        mistune                           0.8.4
        mkl-fft                           1.3.1
        mkl-random                        1.2.2
        mkl-service                       2.4.0
        mlflow                            1.25.0
        mlxtend                           0.19.0
        monotonic                         1.6
        multimethod                       1.8
        munkres                           1.1.4
        murmurhash                        1.0.6
        mypy                              0.971
        mypy-extensions                   0.4.3
        nbclassic                         0.3.7
        nbclient                          0.5.13
        nbconvert                         6.5.0
        nbformat                          5.3.0
        nest-asyncio                      1.5.5
        networkx                          2.6.3
        nltk                              3.7
        notebook                          6.4.10
        notebook-shim                     0.1.0
        numba                             0.54.1
        numexpr                           2.8.1
        numpy                             1.20.1
        oauthlib                          3.2.0
        openpyxl                          3.0.9
        packaging                         21.3
        pandas                            1.3.5
        pandas-profiling                  3.1.0
        pandocfilters                     1.5.0
        papermill                         2.3.4
        param                             1.12.2
        parso                             0.8.3
        pathspec                          0.7.0
        patsy                             0.5.2
        pbr                               5.9.0
        phik                              0.12.2
        pickleshare                       0.7.5
        Pillow                            9.1.0
        pins                              0.5.0
        pip                               22.0.4
        plac                              1.1.3
        ploomber                          0.19.8
        ploomber-scaffold                 0.3.1
        plotly                            5.8.0
        pluggy                            1.0.0
        posthog                           1.4.9
        preshed                           3.0.6
        prometheus-client                 0.14.1
        prometheus-flask-exporter         0.20.1
        prompt-toolkit                    3.0.29
        protobuf                          3.20.0
        psutil                            5.9.1
        py                                1.11.0
        pycaret                           2.3.10
        pycodestyle                       2.8.0
        pycparser                         2.21
        pyct                              0.4.6
        pydantic                          1.9.0
        pyflakes                          2.4.0
        Pygments                          2.11.2
        PyJWT                             2.3.0
        pyLDAvis                          3.2.2
        pylint                            2.7.2
        pynndescent                       0.5.6
        pyod                              0.9.9
        pyOpenSSL                         22.0.0
        pyparsing                         3.0.8
        pyrsistent                        0.18.1
        PySocks                           1.7.1
        pytest                            7.1.1
        python-dateutil                   2.8.2
        pytz                              2022.1
        PyWavelets                        1.3.0
        pywin32                           303
        pywinpty                          2.0.5
        PyYAML                            6.0
        pyzmq                             22.3.0
        qtconsole                         5.3.0
        QtPy                              2.0.1
        querystring-parser                1.2.4
        regex                             2022.3.15
        requests                          2.27.1
        rich                              10.16.2
        rsconnect-python                  1.8.1
        scikit-learn                      0.23.2
        scikit-plot                       0.3.7
        scipy                             1.7.3
        seaborn                           0.11.2
        semver                            2.13.0
        Send2Trash                        1.8.0
        setuptools                        58.0.4
        sip                               4.19.13
        six                               1.16.0
        skimpy                            0.0.5
        sklearn-pandas                    2.2.0
        sklearn2pmml                      0.81.0
        smart-open                        5.2.1
        smmap                             5.0.0
        sniffio                           1.2.0
        soupsieve                         2.3.2
        spacy                             2.3.7
        SQLAlchemy                        1.4.39
        sqlparse                          0.4.2
        srsly                             1.0.5
        starlette                         0.19.1
        statsmodels                       0.13.2
        stevedore                         3.5.0
        tabulate                          0.8.10
        tangled-up-in-unicode             0.1.0
        tenacity                          8.0.1
        terminado                         0.13.3
        testpath                          0.5.0
        textblob                          0.17.1
        textwrap3                         0.9.2
        thinc                             7.4.5
        threadpoolctl                     3.1.0
        tinycss2                          1.1.1
        toml                              0.10.2
        tomli                             2.0.1
        tornado                           6.1
        tqdm                              4.64.0
        traitlets                         5.1.1
        typed-ast                         1.4.3
        typeguard                         2.13.3
        typing_extensions                 4.1.1
        umap-learn                        0.5.2
        urllib3                           1.26.9
        uvicorn                           0.18.2
        vetiver                           0.1.5
        visions                           0.7.4
        voila                             0.3.3
        waitress                          2.1.1
        wasabi                            0.9.1
        wcwidth                           0.2.5
        webencodings                      0.5.1
        websocket-client                  1.3.2
        websockets                        10.3
        Werkzeug                          2.1.2
        wheel                             0.37.1
        widgetsnbextension                4.0.3
        win-inet-pton                     1.1.0
        wincertstore                      0.2
        wordcloud                         1.8.1
        wrapt                             1.11.2
        xlrd                              2.0.1
        XlsxWriter                        3.0.3
        xxhash                            3.0.0
        yellowbrick                       1.3.post1
        zipp                              3.8.0

conda list:
        # packages in environment at C:\Users\rdataforge\Anaconda3\envs\cloned2:
        #
        # Name                    Version                   Build  Channel
        _py-xgboost-mutex         2.0                       cpu_0    conda-forge
        alembic                   1.7.7                    pypi_0    pypi
        ansiwrap                  0.8.4                      py_0    conda-forge
        anyio                     3.5.0            py37haa95532_0
        appdirs                   1.4.4              pyhd3eb1b0_0
        argon2-cffi               21.3.0             pyhd3eb1b0_0
        argon2-cffi-bindings      21.2.0           py37h2bbff1b_0
        astroid                   2.5.8            py37h03978a9_0    conda-forge
        atomicwrites              1.4.0                    pypi_0    pypi
        attrs                     21.4.0             pyhd3eb1b0_0
        autopep8                  1.6.0              pyhd8ed1ab_1    conda-forge
        babel                     2.9.1              pyhd3eb1b0_0
        backcall                  0.2.0              pyhd3eb1b0_0
        backoff                   1.11.1             pyhd8ed1ab_0    conda-forge
        bandit                    1.7.4            py37h03978a9_1    conda-forge
        beautifulsoup4            4.11.1           py37haa95532_0
        black                     19.10b0                    py_0
        blas                      1.0                         mkl
        bleach                    5.0.0                    pypi_0    pypi
        blis                      0.7.7                    pypi_0    pypi
        boruta                    0.3                      pypi_0    pypi
        bottleneck                1.3.4            py37h080aedc_0
        brotli                    1.0.9                ha925a31_2
        brotlipy                  0.7.0           py37hcc03f2d_1004    conda-forge
        ca-certificates           2022.9.24            h5b45459_0    conda-forge
        cairo                     1.16.0            h63a05c6_1001    conda-forge
        catalogue                 1.0.0                    pypi_0    pypi
        catboost                  0.26.1           py37haa95532_0
        certifi                   2022.9.24          pyhd8ed1ab_0    conda-forge
        cffi                      1.15.0           py37hd8e9650_0    conda-forge
        charset-normalizer        2.0.12             pyhd8ed1ab_0    conda-forge
        click                     7.1.2                    pypi_0    pypi
        cloudpickle               2.0.0                    pypi_0    pypi
        colorama                  0.4.4              pyhd3eb1b0_0
        colorcet                  3.0.1              pyhd8ed1ab_0    conda-forge
        colorlover                0.3.0                    pypi_0    pypi
        commonmark                0.9.1                    pypi_0    pypi
        cryptography              36.0.2           py37h65266a2_1    conda-forge
        cufflinks                 0.17.3                   pypi_0    pypi
        cycler                    0.11.0             pyhd3eb1b0_0
        cymem                     2.0.6                    pypi_0    pypi
        cython                    0.29.14                  pypi_0    pypi
        databricks-cli            0.16.6                   pypi_0    pypi
        dataclasses               0.8                pyhc8e2a94_3    conda-forge
        debugpy                   1.6.0                    pypi_0    pypi
        decorator                 5.1.1                    pypi_0    pypi
        defusedxml                0.7.1              pyhd3eb1b0_0
        distro                    1.7.0                    pypi_0    pypi
        docker                    5.0.3                    pypi_0    pypi
        entrypoints               0.4              py37haa95532_0  
        et_xmlfile                1.0.1                   py_1001    conda-forge
        evidently                 0.1.22.dev0        pyhd8ed1ab_0    conda-forge
        expat                     2.4.8                h39d44d4_0    conda-forge
        fastapi                   0.78.0                   pypi_0    pypi
        flake8                    4.0.1              pyhd8ed1ab_2    conda-forge
        flask                     2.1.1                    pypi_0    pypi
        fonttools                 4.32.0                   pypi_0    pypi
        freetype                  2.10.4               hd328e21_0
        fribidi                   1.0.10               h8d14728_0    conda-forge
        fsspec                    2022.5.0                 pypi_0    pypi
        funcy                     1.17                     pypi_0    pypi
        future                    0.18.2                   pypi_0    pypi
        gensim                    3.8.3                    pypi_0    pypi
        getopt-win32              0.1                  h8ffe710_0    conda-forge
        gitdb                     4.0.9              pyhd8ed1ab_0    conda-forge
        gitpython                 3.1.27             pyhd8ed1ab_0    conda-forge
        glib                      2.69.1               h5dc1a3c_1
        graphite2                 1.3.14               hd77b12b_1
        graphviz                  2.50.0               hdb8b0d4_0
        greenlet                  1.1.2            py37hf2a7229_2    conda-forge
        gts                       0.7.6                h69fa6b1_0    conda-forge
        h11                       0.13.0                   pypi_0    pypi
        harfbuzz                  4.3.0                hda2c7e1_0
        htmlmin                   0.1.12                   pypi_0    pypi
        humanize                  4.0.0                    pypi_0    pypi
        icc_rt                    2019.0.0             h0cc432a_1
        icu                       58.2                 ha925a31_3
        idna                      3.3                pyhd8ed1ab_0    conda-forge
        imagehash                 4.2.1              pyhd8ed1ab_0    conda-forge
        imbalanced-learn          0.7.0                    pypi_0    pypi
        importlib-metadata        4.11.3           py37haa95532_0
        importlib-resources       5.6.0                    pypi_0    pypi
        importlib_metadata        4.11.3               hd3eb1b0_0
        importlib_resources       5.7.1              pyhd8ed1ab_0    conda-forge
        iniconfig                 1.1.1                    pypi_0    pypi
        intel-openmp              2021.4.0          haa95532_3556
        ipdb                      0.13.9             pyhd8ed1ab_0    conda-forge
        ipykernel                 6.13.0                   pypi_0    pypi
        ipympl                    0.9.2              pyhd8ed1ab_0    conda-forge
        ipython                   7.32.0                   pypi_0    pypi
        ipython_genutils          0.2.0              pyhd3eb1b0_1
        ipywidgets                7.7.0                    pypi_0    pypi
        isort                     5.10.1             pyhd8ed1ab_0    conda-forge
        itsdangerous              2.1.2              pyhd8ed1ab_0    conda-forge
        jedi                      0.18.1           py37haa95532_1
        jinja2                    3.0.3              pyhd3eb1b0_0
        joblib                    1.0.1              pyhd8ed1ab_0    conda-forge
        jpeg                      9d                   h2bbff1b_0
        json5                     0.9.6              pyhd3eb1b0_0
        jsonschema                4.4.0              pyhd8ed1ab_0    conda-forge
        jupyter                   1.0.0                    pypi_0    pypi
        jupyter-console           6.4.3                    pypi_0    pypi
        jupyter-server            1.16.0                   pypi_0    pypi
        jupyter_client            7.2.2            py37haa95532_0
        jupyter_contrib_core      0.4.0              pyhd8ed1ab_0    conda-forge
        jupyter_contrib_nbextensions 0.5.1              pyhd8ed1ab_2    conda-forge
        jupyter_core              4.9.2            py37h03978a9_0    conda-forge
        jupyter_highlight_selected_word 0.2.0           py37h03978a9_1005    conda-forge
        jupyter_latex_envs        1.4.6           pyhd8ed1ab_1002    conda-forge
        jupyter_nbextensions_configurator 0.4.1            py37h03978a9_2    conda-forge
        jupyter_server            1.13.5             pyhd3eb1b0_0
        jupyterlab                3.3.3                    pypi_0    pypi
        jupyterlab-pygments       0.2.1                    pypi_0    pypi
        jupyterlab-widgets        1.1.0                    pypi_0    pypi
        jupyterlab_pygments       0.1.2                      py_0
        jupyterlab_server         2.12.0           py37haa95532_0
        jupyterlab_widgets        3.0.3              pyhd8ed1ab_0    conda-forge
        jupytext                  1.13.8             pyh4b9bcc7_0    conda-forge
        kiwisolver                1.4.2                    pypi_0    pypi
        kmodes                    0.12.0                   pypi_0    pypi
        lazy-object-proxy         1.7.1            py37hcc03f2d_1    conda-forge
        libffi                    3.4.2                h8ffe710_5    conda-forge
        libgd                     2.3.3                ha43c60c_1
        libiconv                  1.17                 h8ffe710_0    conda-forge
        libpng                    1.6.37               h2a8f88b_0
        libtiff                   4.2.0                hd0e1b90_0
        libwebp                   1.2.2                h2bbff1b_0
        libxgboost                1.5.1            cpu_h110a20b_2    conda-forge
        libxml2                   2.9.12               h0ad7f3c_0
        libxslt                   1.1.34               he774522_0
        lightgbm                  3.3.2                    pypi_0    pypi
        llvmlite                  0.37.0                   pypi_0    pypi
        lxml                      4.8.0            py37h1985fb9_0
        lz4-c                     1.9.3                h2bbff1b_1
        mako                      1.2.0                    pypi_0    pypi
        markdown-it-py            2.0.1                    pypi_0    pypi
        markupsafe                2.0.1            py37h2bbff1b_0
        matplotlib                3.5.1            py37haa95532_1
        matplotlib-base           3.5.1            py37hd77b12b_1
        matplotlib-inline         0.1.3                    pypi_0    pypi
        mccabe                    0.6.1                      py_1    conda-forge
        mdit-py-plugins           0.3.0              pyhd8ed1ab_0    conda-forge
        mdurl                     0.1.0              pyhd8ed1ab_0    conda-forge
        missingno                 0.5.1                    pypi_0    pypi
        mistune                   0.8.4           py37hfa6e2cd_1001
        mkl                       2021.4.0           haa95532_640
        mkl-service               2.4.0            py37h2bbff1b_0
        mkl_fft                   1.3.1            py37h277e83a_0
        mkl_random                1.2.2            py37hf11a4ad_0
        mlflow                    1.25.0                   pypi_0    pypi
        mlxtend                   0.19.0                   pypi_0    pypi
        monotonic                 1.6                      pypi_0    pypi
        multimethod               1.8                      pypi_0    pypi
        munkres                   1.1.4                      py_0
        murmurhash                1.0.6                    pypi_0    pypi
        mypy                      0.971            py37hcc03f2d_0    conda-forge
        mypy_extensions           0.4.3            py37haa95532_1
        nbclassic                 0.3.7                    pypi_0    pypi
        nbclient                  0.5.13           py37haa95532_0
        nbconvert                 6.5.0                    pypi_0    pypi
        nbformat                  5.3.0              pyhd8ed1ab_0    conda-forge
        nest-asyncio              1.5.5            py37haa95532_0
        networkx                  2.6.3                    pypi_0    pypi
        nltk                      3.7                      pypi_0    pypi
        notebook                  6.4.10                   pypi_0    pypi
        notebook-shim             0.1.0                    pypi_0    pypi
        numba                     0.54.1                   pypi_0    pypi
        numexpr                   2.8.1            py37hb80d3ca_0
        numpy                     1.19.5                   pypi_0    pypi
        numpy-base                1.20.1           py37haf7ebc8_0
        oauthlib                  3.2.0                    pypi_0    pypi
        openpyxl                  3.0.9              pyhd3eb1b0_0    anaconda
        openssl                   1.1.1q               h8ffe710_0    conda-forge
        packaging                 21.3               pyhd3eb1b0_0
        pandas                    1.3.5                    pypi_0    pypi
        pandas-profiling          3.1.0              pyhd8ed1ab_0    conda-forge
        pandoc                    2.19.2               h57928b3_1    conda-forge
        pandocfilters             1.5.0              pyhd3eb1b0_0
        pango                     1.50.7               h78c2152_0
        papermill                 2.3.4              pyhd8ed1ab_0    conda-forge
        param                     1.12.2             pyh6c4a22f_0    conda-forge
        parso                     0.8.3              pyhd3eb1b0_0
        pathspec                  0.7.0                      py_0
        patsy                     0.5.2              pyhd8ed1ab_0    conda-forge
        pbr                       5.9.0              pyhd8ed1ab_0    conda-forge
        pcre                      8.45                 h0e60522_0    conda-forge
        phik                      0.12.2           py37h743671a_0    conda-forge
        pickleshare               0.7.5           pyhd3eb1b0_1003
        pillow                    9.1.0                    pypi_0    pypi
        pins                      0.5.0                    pypi_0    pypi
        pip                       22.0.4             pyhd8ed1ab_0    conda-forge
        pixman                    0.38.0            hfa6e2cd_1003    conda-forge
        plac                      1.1.3                    pypi_0    pypi
        ploomber                  0.17.2                   pypi_0    pypi
        ploomber-scaffold         0.3.1              pyhd8ed1ab_0    conda-forge
        plotly                    5.7.0                    pypi_0    pypi
        pluggy                    1.0.0                    pypi_0    pypi
        posthog                   1.4.6                    pypi_0    pypi
        preshed                   3.0.6                    pypi_0    pypi
        prometheus-client         0.14.1                   pypi_0    pypi
        prometheus-flask-exporter 0.20.1                   pypi_0    pypi
        prometheus_client         0.13.1             pyhd3eb1b0_0
        prompt-toolkit            3.0.29                   pypi_0    pypi
        protobuf                  3.20.0                   pypi_0    pypi
        psutil                    5.9.0                    pypi_0    pypi
        py                        1.11.0                   pypi_0    pypi
        py-xgboost                1.5.1           cpu_py37h48304b8_2    conda-forge
        pybind11-abi              4                    hd8ed1ab_3    conda-forge
        pycaret                   2.3.10                   pypi_0    pypi
        pycodestyle               2.8.0              pyhd8ed1ab_0    conda-forge
        pycparser                 2.21               pyhd8ed1ab_0    conda-forge
        pyct                      0.4.6                      py_0    conda-forge
        pyct-core                 0.4.6                      py_0    conda-forge
        pydantic                  1.9.0            py37hcc03f2d_1    conda-forge
        pyflakes                  2.4.0              pyhd8ed1ab_0    conda-forge
        pygments                  2.11.2             pyhd3eb1b0_0
        pyjwt                     2.3.0                    pypi_0    pypi
        pyldavis                  3.2.2                    pypi_0    pypi
        pylint                    2.7.2            py37h03978a9_0    conda-forge
        pynndescent               0.5.6                    pypi_0    pypi
        pyod                      0.9.9                    pypi_0    pypi
        pyopenssl                 22.0.0             pyhd8ed1ab_0    conda-forge
        pyparsing                 3.0.8                    pypi_0    pypi
        pyqt                      5.9.2            py37hd77b12b_6
        pyrsistent                0.18.1           py37hcc03f2d_1    conda-forge
        pysocks                   1.7.1            py37h03978a9_5    conda-forge
        pytest                    7.1.1                    pypi_0    pypi
        python                    3.7.13               h6244533_0
        python-dateutil           2.8.2              pyhd3eb1b0_0
        python-fastjsonschema     2.15.3             pyhd8ed1ab_0    conda-forge
        python-graphviz           0.20.1             pyh22cad53_0    conda-forge
        python_abi                3.7                     2_cp37m    conda-forge
        pytz                      2022.1                   pypi_0    pypi
        pywavelets                1.3.0            py37h3a130e4_1    conda-forge
        pywin32                   227                      pypi_0    pypi
        pywinpty                  2.0.5                    pypi_0    pypi
        pyyaml                    5.4.1                    pypi_0    pypi
        pyzmq                     22.3.0           py37hd77b12b_2
        qt                        5.9.7            vc14h73c81de_0
        qtconsole                 5.3.0                    pypi_0    pypi
        qtpy                      2.0.1                    pypi_0    pypi
        querystring-parser        1.2.4                    pypi_0    pypi
        regex                     2022.3.15        py37h2bbff1b_0
        requests                  2.27.1             pyhd8ed1ab_0    conda-forge
        rich                      10.16.2                  pypi_0    pypi
        rsconnect-python          1.8.1                    pypi_0    pypi
        scikit-learn              0.23.2           py37h47e9c7a_0
        scikit-plot               0.3.7                    pypi_0    pypi
        scipy                     1.5.4                    pypi_0    pypi
        seaborn                   0.11.2               hd8ed1ab_0    conda-forge
        seaborn-base              0.11.2             pyhd8ed1ab_0    conda-forge
        semver                    2.13.0                   pypi_0    pypi
        send2trash                1.8.0              pyhd3eb1b0_1
        setuptools                58.0.4           py37haa95532_0
        sip                       4.19.13          py37hd77b12b_0
        six                       1.16.0             pyhd3eb1b0_1
        skimpy                    0.0.5                    pypi_0    pypi
        sklearn-pandas            2.2.0              pyhd8ed1ab_0    conda-forge
        sklearn2pmml              0.81.0             pyhd8ed1ab_0    conda-forge
        smart-open                5.2.1                    pypi_0    pypi
        smmap                     5.0.0                    pypi_0    pypi
        sniffio                   1.2.0            py37haa95532_1
        soupsieve                 2.3.2                    pypi_0    pypi
        spacy                     2.3.7                    pypi_0    pypi
        sqlalchemy                1.4.35                   pypi_0    pypi
        sqlite                    3.38.2               h2bbff1b_0
        sqlparse                  0.4.2              pyhd8ed1ab_0    conda-forge
        srsly                     1.0.5                    pypi_0    pypi
        starlette                 0.19.1                   pypi_0    pypi
        statsmodels               0.13.2           py37hec80d1f_0    conda-forge
        stevedore                 3.5.0            py37h03978a9_3    conda-forge
        tabulate                  0.8.9                    pypi_0    pypi
        tangled-up-in-unicode     0.1.0              pyhd8ed1ab_0    conda-forge
        tenacity                  8.0.1              pyhd8ed1ab_0    conda-forge
        terminado                 0.13.3                   pypi_0    pypi
        testpath                  0.5.0              pyhd3eb1b0_0
        textblob                  0.17.1                   pypi_0    pypi
        textwrap3                 0.9.2                      py_0    conda-forge
        thinc                     7.4.5                    pypi_0    pypi
        threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
        tinycss2                  1.1.1                    pypi_0    pypi
        tk                        8.6.11               h2bbff1b_0
        toml                      0.10.2             pyhd3eb1b0_0
        tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
        tornado                   6.1              py37h2bbff1b_0
        tqdm                      4.64.0             pyhd8ed1ab_0    conda-forge
        traitlets                 5.1.1              pyhd8ed1ab_0    conda-forge
        typed-ast                 1.4.3            py37h2bbff1b_1
        typeguard                 2.13.3                   pypi_0    pypi
        typing-extensions         4.1.1                hd3eb1b0_0
        typing_extensions         4.1.1              pyh06a4308_0
        umap-learn                0.5.2                    pypi_0    pypi
        urllib3                   1.26.9             pyhd8ed1ab_0    conda-forge
        uvicorn                   0.18.2                   pypi_0    pypi
        vc                        14.2                 h21ff451_1
        vetiver                   0.1.5                    pypi_0    pypi
        visions                   0.7.4              pyhd8ed1ab_0    conda-forge
        voila                     0.3.3              pyhd8ed1ab_0    conda-forge
        vs2015_runtime            14.27.29016          h5e58377_2
        waitress                  2.1.1                    pypi_0    pypi
        wasabi                    0.9.1                    pypi_0    pypi
        wcwidth                   0.2.5              pyhd3eb1b0_0
        webencodings              0.5.1                    pypi_0    pypi
        websocket-client          1.3.2                    pypi_0    pypi
        websockets                10.3             py37hcc03f2d_0    conda-forge
        werkzeug                  2.1.1                    pypi_0    pypi
        wheel                     0.37.1             pyhd3eb1b0_0
        widgetsnbextension        3.6.0                    pypi_0    pypi
        win_inet_pton             1.1.0            py37h03978a9_4    conda-forge
        wincertstore              0.2              py37haa95532_2
        winpty                    0.4.3                         4
        wordcloud                 1.8.1                    pypi_0    pypi
        wrapt                     1.11.2           py37h4ab8f01_1    conda-forge
        xgboost                   1.5.1           cpu_py37h48304b8_2    conda-forge
        xlrd                      2.0.1              pyhd3eb1b0_0    anaconda
        xlsxwriter                3.0.3              pyhd8ed1ab_0    conda-forge
        xxhash                    3.0.0                    pypi_0    pypi
        xz                        5.2.5                h62dcd97_0
        yaml                      0.2.5                h8ffe710_2    conda-forge
        yellowbrick               1.3.post1                pypi_0    pypi
        zipp                      3.8.0                    pypi_0    pypi
        zlib                      1.2.11               hbd8134f_5
        zstd                      1.4.9                h19a0ad4_0

conda env:
        name: cloned2
        channels:
          - anaconda
          - conda-forge
          - defaults
        dependencies:
          - _py-xgboost-mutex=2.0=cpu_0
          - ansiwrap=0.8.4=py_0
          - anyio=3.5.0=py37haa95532_0
          - appdirs=1.4.4=pyhd3eb1b0_0
          - argon2-cffi=21.3.0=pyhd3eb1b0_0
          - argon2-cffi-bindings=21.2.0=py37h2bbff1b_0
          - astroid=2.5.8=py37h03978a9_0
          - attrs=21.4.0=pyhd3eb1b0_0
          - autopep8=1.6.0=pyhd8ed1ab_1
          - babel=2.9.1=pyhd3eb1b0_0
          - backcall=0.2.0=pyhd3eb1b0_0
          - backoff=1.11.1=pyhd8ed1ab_0
          - bandit=1.7.4=py37h03978a9_1
          - beautifulsoup4=4.11.1=py37haa95532_0
          - black=19.10b0=py_0
          - blas=1.0=mkl
          - bottleneck=1.3.4=py37h080aedc_0
          - brotli=1.0.9=ha925a31_2
          - brotlipy=0.7.0=py37hcc03f2d_1004
          - ca-certificates=2022.9.24=h5b45459_0
          - cairo=1.16.0=h63a05c6_1001
          - catboost=0.26.1=py37haa95532_0
          - certifi=2022.9.24=pyhd8ed1ab_0
          - cffi=1.15.0=py37hd8e9650_0
          - charset-normalizer=2.0.12=pyhd8ed1ab_0
          - colorama=0.4.4=pyhd3eb1b0_0
          - colorcet=3.0.1=pyhd8ed1ab_0
          - cryptography=36.0.2=py37h65266a2_1
          - cycler=0.11.0=pyhd3eb1b0_0
          - dataclasses=0.8=pyhc8e2a94_3
          - defusedxml=0.7.1=pyhd3eb1b0_0
          - entrypoints=0.4=py37haa95532_0
          - et_xmlfile=1.0.1=py_1001
          - evidently=0.1.22.dev0=pyhd8ed1ab_0
          - expat=2.4.8=h39d44d4_0
          - flake8=4.0.1=pyhd8ed1ab_2
          - freetype=2.10.4=hd328e21_0
          - fribidi=1.0.10=h8d14728_0
          - getopt-win32=0.1=h8ffe710_0
          - gitdb=4.0.9=pyhd8ed1ab_0
          - gitpython=3.1.27=pyhd8ed1ab_0
          - glib=2.69.1=h5dc1a3c_1
          - graphite2=1.3.14=hd77b12b_1
          - graphviz=2.50.0=hdb8b0d4_0
          - greenlet=1.1.2=py37hf2a7229_2
          - gts=0.7.6=h69fa6b1_0
          - harfbuzz=4.3.0=hda2c7e1_0
          - icc_rt=2019.0.0=h0cc432a_1
          - icu=58.2=ha925a31_3
          - idna=3.3=pyhd8ed1ab_0
          - imagehash=4.2.1=pyhd8ed1ab_0
          - importlib-metadata=4.11.3=py37haa95532_0
          - importlib_metadata=4.11.3=hd3eb1b0_0
          - importlib_resources=5.7.1=pyhd8ed1ab_0
          - intel-openmp=2021.4.0=haa95532_3556
          - ipdb=0.13.9=pyhd8ed1ab_0
          - ipympl=0.9.2=pyhd8ed1ab_0
          - ipython_genutils=0.2.0=pyhd3eb1b0_1
          - isort=5.10.1=pyhd8ed1ab_0
          - itsdangerous=2.1.2=pyhd8ed1ab_0
          - jedi=0.18.1=py37haa95532_1
          - jinja2=3.0.3=pyhd3eb1b0_0
          - joblib=1.0.1=pyhd8ed1ab_0
          - jpeg=9d=h2bbff1b_0
          - json5=0.9.6=pyhd3eb1b0_0
          - jsonschema=4.4.0=pyhd8ed1ab_0
          - jupyter_client=7.2.2=py37haa95532_0
          - jupyter_contrib_core=0.4.0=pyhd8ed1ab_0
          - jupyter_contrib_nbextensions=0.5.1=pyhd8ed1ab_2
          - jupyter_core=4.9.2=py37h03978a9_0
          - jupyter_highlight_selected_word=0.2.0=py37h03978a9_1005
          - jupyter_latex_envs=1.4.6=pyhd8ed1ab_1002
          - jupyter_nbextensions_configurator=0.4.1=py37h03978a9_2
          - jupyter_server=1.13.5=pyhd3eb1b0_0
          - jupyterlab_pygments=0.1.2=py_0
          - jupyterlab_server=2.12.0=py37haa95532_0
          - jupyterlab_widgets=3.0.3=pyhd8ed1ab_0
          - jupytext=1.13.8=pyh4b9bcc7_0
          - lazy-object-proxy=1.7.1=py37hcc03f2d_1
          - libffi=3.4.2=h8ffe710_5
          - libgd=2.3.3=ha43c60c_1
          - libiconv=1.17=h8ffe710_0
          - libpng=1.6.37=h2a8f88b_0
          - libtiff=4.2.0=hd0e1b90_0
          - libwebp=1.2.2=h2bbff1b_0
          - libxgboost=1.5.1=cpu_h110a20b_2
          - libxml2=2.9.12=h0ad7f3c_0
          - libxslt=1.1.34=he774522_0
          - lxml=4.8.0=py37h1985fb9_0
          - lz4-c=1.9.3=h2bbff1b_1
          - markupsafe=2.0.1=py37h2bbff1b_0
          - matplotlib=3.5.1=py37haa95532_1
          - matplotlib-base=3.5.1=py37hd77b12b_1
          - mccabe=0.6.1=py_1
          - mdit-py-plugins=0.3.0=pyhd8ed1ab_0
          - mdurl=0.1.0=pyhd8ed1ab_0
          - mistune=0.8.4=py37hfa6e2cd_1001
          - mkl=2021.4.0=haa95532_640
          - mkl-service=2.4.0=py37h2bbff1b_0
          - mkl_fft=1.3.1=py37h277e83a_0
          - mkl_random=1.2.2=py37hf11a4ad_0
          - munkres=1.1.4=py_0
          - mypy=0.971=py37hcc03f2d_0
          - mypy_extensions=0.4.3=py37haa95532_1
          - nbclient=0.5.13=py37haa95532_0
          - nbformat=5.3.0=pyhd8ed1ab_0
          - nest-asyncio=1.5.5=py37haa95532_0
          - numexpr=2.8.1=py37hb80d3ca_0
          - numpy-base=1.20.1=py37haf7ebc8_0
          - openpyxl=3.0.9=pyhd3eb1b0_0
          - openssl=1.1.1q=h8ffe710_0
          - packaging=21.3=pyhd3eb1b0_0
          - pandas-profiling=3.1.0=pyhd8ed1ab_0
          - pandoc=2.19.2=h57928b3_1
          - pandocfilters=1.5.0=pyhd3eb1b0_0
          - pango=1.50.7=h78c2152_0
          - papermill=2.3.4=pyhd8ed1ab_0
          - param=1.12.2=pyh6c4a22f_0
          - parso=0.8.3=pyhd3eb1b0_0
          - pathspec=0.7.0=py_0
          - patsy=0.5.2=pyhd8ed1ab_0
          - pbr=5.9.0=pyhd8ed1ab_0
          - pcre=8.45=h0e60522_0
          - phik=0.12.2=py37h743671a_0
          - pickleshare=0.7.5=pyhd3eb1b0_1003
          - pip=22.0.4=pyhd8ed1ab_0
          - pixman=0.38.0=hfa6e2cd_1003
          - ploomber-scaffold=0.3.1=pyhd8ed1ab_0
          - prometheus_client=0.13.1=pyhd3eb1b0_0
          - py-xgboost=1.5.1=cpu_py37h48304b8_2
          - pybind11-abi=4=hd8ed1ab_3
          - pycodestyle=2.8.0=pyhd8ed1ab_0
          - pycparser=2.21=pyhd8ed1ab_0
          - pyct=0.4.6=py_0
          - pyct-core=0.4.6=py_0
          - pydantic=1.9.0=py37hcc03f2d_1
          - pyflakes=2.4.0=pyhd8ed1ab_0
          - pygments=2.11.2=pyhd3eb1b0_0
          - pylint=2.7.2=py37h03978a9_0
          - pyopenssl=22.0.0=pyhd8ed1ab_0
          - pyqt=5.9.2=py37hd77b12b_6
          - pyrsistent=0.18.1=py37hcc03f2d_1
          - pysocks=1.7.1=py37h03978a9_5
          - python=3.7.13=h6244533_0
          - python-dateutil=2.8.2=pyhd3eb1b0_0
          - python-fastjsonschema=2.15.3=pyhd8ed1ab_0
          - python-graphviz=0.20.1=pyh22cad53_0
          - python_abi=3.7=2_cp37m
          - pywavelets=1.3.0=py37h3a130e4_1
          - pyzmq=22.3.0=py37hd77b12b_2
          - qt=5.9.7=vc14h73c81de_0
          - regex=2022.3.15=py37h2bbff1b_0
          - requests=2.27.1=pyhd8ed1ab_0
          - scikit-learn=0.23.2=py37h47e9c7a_0
          - seaborn=0.11.2=hd8ed1ab_0
          - seaborn-base=0.11.2=pyhd8ed1ab_0
          - send2trash=1.8.0=pyhd3eb1b0_1
          - setuptools=58.0.4=py37haa95532_0
          - sip=4.19.13=py37hd77b12b_0
          - six=1.16.0=pyhd3eb1b0_1
          - sklearn-pandas=2.2.0=pyhd8ed1ab_0
          - sklearn2pmml=0.81.0=pyhd8ed1ab_0
          - sniffio=1.2.0=py37haa95532_1
          - sqlite=3.38.2=h2bbff1b_0
          - sqlparse=0.4.2=pyhd8ed1ab_0
          - statsmodels=0.13.2=py37hec80d1f_0
          - stevedore=3.5.0=py37h03978a9_3
          - tangled-up-in-unicode=0.1.0=pyhd8ed1ab_0
          - tenacity=8.0.1=pyhd8ed1ab_0
          - testpath=0.5.0=pyhd3eb1b0_0
          - textwrap3=0.9.2=py_0
          - threadpoolctl=3.1.0=pyh8a188c0_0
          - tk=8.6.11=h2bbff1b_0
          - toml=0.10.2=pyhd3eb1b0_0
          - tomli=2.0.1=pyhd8ed1ab_0
          - tornado=6.1=py37h2bbff1b_0
          - tqdm=4.64.0=pyhd8ed1ab_0
          - traitlets=5.1.1=pyhd8ed1ab_0
          - typed-ast=1.4.3=py37h2bbff1b_1
          - typing-extensions=4.1.1=hd3eb1b0_0
          - typing_extensions=4.1.1=pyh06a4308_0
          - urllib3=1.26.9=pyhd8ed1ab_0
          - vc=14.2=h21ff451_1
          - visions=0.7.4=pyhd8ed1ab_0
          - voila=0.3.3=pyhd8ed1ab_0
          - vs2015_runtime=14.27.29016=h5e58377_2
          - wcwidth=0.2.5=pyhd3eb1b0_0
          - websockets=10.3=py37hcc03f2d_0
          - wheel=0.37.1=pyhd3eb1b0_0
          - win_inet_pton=1.1.0=py37h03978a9_4
          - wincertstore=0.2=py37haa95532_2
          - winpty=0.4.3=4
          - wrapt=1.11.2=py37h4ab8f01_1
          - xgboost=1.5.1=cpu_py37h48304b8_2
          - xlrd=2.0.1=pyhd3eb1b0_0
          - xlsxwriter=3.0.3=pyhd8ed1ab_0
          - xz=5.2.5=h62dcd97_0
          - yaml=0.2.5=h8ffe710_2
          - zlib=1.2.11=hbd8134f_5
          - zstd=1.4.9=h19a0ad4_0
          - pip:
            - alembic==1.7.7
            - atomicwrites==1.4.0
            - bleach==5.0.0
            - blis==0.7.7
            - boruta==0.3
            - catalogue==1.0.0
            - click==7.1.2
            - cloudpickle==2.0.0
            - colorlover==0.3.0
            - commonmark==0.9.1
            - cufflinks==0.17.3
            - cymem==2.0.6
            - cython==0.29.14
            - databricks-cli==0.16.6
            - debugpy==1.6.0
            - decorator==5.1.1
            - distro==1.7.0
            - docker==5.0.3
            - fastapi==0.78.0
            - flask==2.1.1
            - fonttools==4.32.0
            - fsspec==2022.5.0
            - funcy==1.17
            - future==0.18.2
            - gensim==3.8.3
            - h11==0.13.0
            - htmlmin==0.1.12
            - humanize==4.0.0
            - imbalanced-learn==0.7.0
            - importlib-resources==5.6.0
            - iniconfig==1.1.1
            - ipykernel==6.13.0
            - ipython==7.32.0
            - ipywidgets==7.7.0
            - jupyter==1.0.0
            - jupyter-console==6.4.3
            - jupyter-server==1.16.0
            - jupyterlab==3.3.3
            - jupyterlab-pygments==0.2.1
            - jupyterlab-widgets==1.1.0
            - kiwisolver==1.4.2
            - kmodes==0.12.0
            - lightgbm==3.3.2
            - llvmlite==0.37.0
            - mako==1.2.0
            - markdown-it-py==2.0.1
            - matplotlib-inline==0.1.3
            - missingno==0.5.1
            - mlflow==1.25.0
            - mlxtend==0.19.0
            - monotonic==1.6
            - multimethod==1.8
            - murmurhash==1.0.6
            - nbclassic==0.3.7
            - nbconvert==6.5.0
            - networkx==2.6.3
            - nltk==3.7
            - notebook==6.4.10
            - notebook-shim==0.1.0
            - numba==0.54.1
            - numpy==1.19.5
            - oauthlib==3.2.0
            - pandas==1.3.5
            - pillow==9.1.0
            - pins==0.5.0
            - plac==1.1.3
            - ploomber==0.17.2
            - plotly==5.7.0
            - pluggy==1.0.0
            - posthog==1.4.6
            - preshed==3.0.6
            - prometheus-client==0.14.1
            - prometheus-flask-exporter==0.20.1
            - prompt-toolkit==3.0.29
            - protobuf==3.20.0
            - psutil==5.9.0
            - py==1.11.0
            - pycaret==2.3.10
            - pyjwt==2.3.0
            - pyldavis==3.2.2
            - pynndescent==0.5.6
            - pyod==0.9.9
            - pyparsing==3.0.8
            - pytest==7.1.1
            - pytz==2022.1
            - pywin32==227
            - pywinpty==2.0.5
            - pyyaml==5.4.1
            - qtconsole==5.3.0
            - qtpy==2.0.1
            - querystring-parser==1.2.4
            - rich==10.16.2
            - rsconnect-python==1.8.1
            - scikit-plot==0.3.7
            - scipy==1.5.4
            - semver==2.13.0
            - skimpy==0.0.5
            - smart-open==5.2.1
            - smmap==5.0.0
            - soupsieve==2.3.2
            - spacy==2.3.7
            - sqlalchemy==1.4.35
            - srsly==1.0.5
            - starlette==0.19.1
            - tabulate==0.8.9
            - terminado==0.13.3
            - textblob==0.17.1
            - thinc==7.4.5
            - tinycss2==1.1.1
            - typeguard==2.13.3
            - umap-learn==0.5.2
            - uvicorn==0.18.2
            - vetiver==0.1.5
            - waitress==2.1.1
            - wasabi==0.9.1
            - webencodings==0.5.1
            - websocket-client==1.3.2
            - werkzeug==2.1.1
            - widgetsnbextension==3.6.0
            - wordcloud==1.8.1
            - xxhash==3.0.0
            - yellowbrick==1.3.post1
            - zipp==3.8.0
        prefix: C:\Users\rdataforge\Anaconda3\envs\cloned2
voila output

$ voila mynotebook.ipynb 
[Voila] Using C:\Users\rdataforge\AppData\Local\Temp to store connection files
[Voila] Storing connection files in C:\Users\rdataforge\AppData\Local\Temp\voila_9ppxndck.
[Voila] Serving static files from C:\Users\rdataforge\Anaconda3\envs\cloned2\lib\site-packages\voila\static.
[Voila] Voilà is running at: http://localhost:8866/
[Voila] Unable to load extension: pydevd_plugins.extensions.types.pydevd_plugin_pandas_types
WARNING:tornado.general:404 GET /api/kernels/14eb69aa-f310-4620-9a5e-2194cff85d50/channels?session_id=852860cb-dec6-4445-b47f-5c0f1b7ee24f (::1): Kernel does not exist: 14eb69aa-f310-4620-9a5e-2194cff85d50
WARNING:tornado.access:404 GET /api/kernels/14eb69aa-f310-4620-9a5e-2194cff85d50/channels?session_id=852860cb-dec6-4445-b47f-5c0f1b7ee24f (::1) 10.01ms
[Voila] Kernel started: 063a3b77-33b6-438a-b3c4-7653de1acc6e
Unable to load extension: pydevd_plugins.extensions.types.pydevd_plugin_pandas_types
WARNING:tornado.general:403 GET /voila/files/favicon.ico (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/favicon.ico (::1) 1.02ms
WARNING:tornado.general:403 GET /voila/files/voila/jupyter-matplotlib.js (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/voila/jupyter-matplotlib.js (::1) 0.97ms
[Voila] Starting buffering for 063a3b77-33b6-438a-b3c4-7653de1acc6e:82104a00-27cd-4bcd-8d0b-811a3d53001a
[Voila] Kernel shutdown: 063a3b77-33b6-438a-b3c4-7653de1acc6e
WARNING:tornado.general:404 POST /voila/api/shutdown/14eb69aa-f310-4620-9a5e-2194cff85d50 (::1): Kernel does not exist: 14eb69aa-f310-4620-9a5e-2194cff85d50
[Voila] WARNING | Kernel does not exist: 14eb69aa-f310-4620-9a5e-2194cff85d50
WARNING:tornado.access:404 POST /voila/api/shutdown/14eb69aa-f310-4620-9a5e-2194cff85d50 (::1) 2.98ms

There was an error creating your Issue: body is too long, body is too long (maximum is 65536 characters).

trungleduc commented 1 year ago

Hi, thank you for your report. Can you post the actual code to reproduce the issue?

rdataforge commented 1 year ago

A simple notebook with two cells:

First cell

from sklearn import datasets
import pandas as pd
import ipywidgets as widgets
from ipywidgets import interactive, HTML
from IPython.display import display

age_list=[22,34,21,22,34,55,69]
sex_list=["M","F","M","F","M","F","F"]
score_list=[.33,.45,.23,.98,.23,.45,.55]

df=pd.DataFrame({"age": age_list, "sex":sex_list, "score":score_list})

def filter_df(age,sex):
    """prepare output from widget selection

    """

    filtered_df = df.query(f"age=='{age}' or sex=='{sex}' ")

    with report_out:
        report_out.clear_output()
        display(filtered_df)

age_drop = widgets.Dropdown(options=age_list, description='Age: ')
sex_drop = widgets.Dropdown(options=sex_list, description='Sex: ')

report_out = widgets.Output(layout={'border': '1px solid black'})

interactive(filter_df, age=age_drop, sex=sex_drop)

Second Cell

display(report_out)

afonit commented 1 year ago

I just tried using: voila 0.4.0 And the posted code is working fine: click_refresh_001

Have you tried this in a freshly installed environment?