Giter Club home page Giter Club logo

Comments (12)

timhockswender avatar timhockswender commented on June 15, 2024 1

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

Hi @timhockswender

which pygwalker version?

conda list pygwalker

from pygwalker.

timhockswender avatar timhockswender commented on June 15, 2024

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

you should install latest pygwalker version(0.4.7).

conda remove pygwalker

conda install -c conda-forge pygwalker

or

conda install pygwalker=0.4.7

from pygwalker.

timhockswender avatar timhockswender commented on June 15, 2024

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

I have a temporary solution:

using pip to install pygwalker:

pip install --upgrade --pre pygwalker

I need some time to solve the dependency version problem in conda.

from pygwalker.

timhockswender avatar timhockswender commented on June 15, 2024

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

Using Windows 11; JupyterLab Attempts to duplicate the JupyterLab tutorial have failed. Imports have no error. These 3 are ok: df = pd.read_csv("https://kanaries-app.s3.ap-northeast-1.amazonaws.com/public-datasets/bike_sharing_dc.csv") walker = pyg.walk(df) df.head() pyg.table(df) =============> AttributeError: module 'pygwalker' has no attribute 'table' pyg.render(df, spec="./gw_config.json") ==============>pyg.render(df, spec="./gw_config.json") [what does this do?]

I have installed pygwalker twice via conda, today, 03/27/24

Hi @timhockswender

At the first time you try to use pygwalker, pyg.walk(df) work normally?

I will try to reproduce it.

from pygwalker.

timhockswender avatar timhockswender commented on June 15, 2024

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

I made some attempts in my mac(osx-arm64):

Python 3.11.8(conda env)

  1. I created a new conda virtual environment(base python 3.11.8)
  2. Install packages
    conda install -c conda-forge jupyterlab
    conda install -c conda-forge pygwalker
  3. run jupyter lab
  4. execute example code, success.

conda list

# Name                    Version                   Build  Channel
altair                    5.2.0              pyhd8ed1ab_1    conda-forge
analytics-python          2.2.2              pyh1a96a4e_0    conda-forge
annotated-types           0.6.0              pyhd8ed1ab_0    conda-forge
anyio                     4.3.0              pyhd8ed1ab_0    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
appnope                   0.1.4              pyhd8ed1ab_0    conda-forge
argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0          py311heffc1b2_4    conda-forge
arrow                     1.3.0              pyhd8ed1ab_0    conda-forge
astor                     0.8.1              pyh9f0ad1d_0    conda-forge
asttokens                 2.4.1              pyhd8ed1ab_0    conda-forge
async-lru                 2.0.4              pyhd8ed1ab_0    conda-forge
attrs                     23.2.0             pyh71513ae_0    conda-forge
aws-c-auth                0.7.16               h0d2f7a6_8    conda-forge
aws-c-cal                 0.6.10               h677d54c_2    conda-forge
aws-c-common              0.9.14               h93a5062_0    conda-forge
aws-c-compression         0.2.18               h677d54c_2    conda-forge
aws-c-event-stream        0.4.2                h59ac3ca_6    conda-forge
aws-c-http                0.8.1                hfe5d766_7    conda-forge
aws-c-io                  0.14.6               h9ac2cdb_2    conda-forge
aws-c-mqtt                0.10.3               hb8a1441_2    conda-forge
aws-c-s3                  0.5.4                h4398043_0    conda-forge
aws-c-sdkutils            0.1.15               h677d54c_2    conda-forge
aws-checksums             0.1.18               h677d54c_2    conda-forge
aws-crt-cpp               0.26.4               he5ad744_2    conda-forge
aws-sdk-cpp               1.11.267             ha761c4c_4    conda-forge
babel                     2.14.0             pyhd8ed1ab_0    conda-forge
backoff                   2.2.1              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.12.3             pyha770c72_0    conda-forge
bleach                    6.1.0              pyhd8ed1ab_0    conda-forge
brotli-python             1.1.0           py311ha891d26_1    conda-forge
bzip2                     1.0.8                h80987f9_5  
c-ares                    1.27.0               h93a5062_0    conda-forge
ca-certificates           2024.3.11            hca03da5_0  
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.3.3              pyhd8ed1ab_0    conda-forge
certifi                   2024.2.2           pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py311h4a08483_0    conda-forge
charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
comm                      0.2.2              pyhd8ed1ab_0    conda-forge
dateutils                 0.6.12                     py_0    conda-forge
debugpy                   1.8.1           py311h92babd0_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
exceptiongroup            1.2.0              pyhd8ed1ab_2    conda-forge
executing                 2.0.1              pyhd8ed1ab_0    conda-forge
fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
gflags                    2.2.2             hc88da5d_1004    conda-forge
glog                      0.7.0                hc6770e3_0    conda-forge
greenlet                  3.0.3           py311h92babd0_0    conda-forge
h11                       0.14.0             pyhd8ed1ab_0    conda-forge
h2                        4.1.0              pyhd8ed1ab_0    conda-forge
hpack                     4.0.0              pyh9f0ad1d_0    conda-forge
httpcore                  1.0.5              pyhd8ed1ab_0    conda-forge
httpx                     0.27.0             pyhd8ed1ab_0    conda-forge
hyperframe                6.0.1              pyhd8ed1ab_0    conda-forge
icu                       73.2                 hc8870d7_0    conda-forge
idna                      3.6                pyhd8ed1ab_0    conda-forge
importlib-metadata        7.1.0              pyha770c72_0    conda-forge
importlib_metadata        7.1.0                hd8ed1ab_0    conda-forge
importlib_resources       6.4.0              pyhd8ed1ab_0    conda-forge
ipykernel                 6.29.3             pyh3cd1d5f_0    conda-forge
ipython                   8.22.2             pyh707e725_0    conda-forge
ipywidgets                8.1.2              pyhd8ed1ab_0    conda-forge
isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
jedi                      0.19.1             pyhd8ed1ab_0    conda-forge
jinja2                    3.1.3              pyhd8ed1ab_0    conda-forge
json5                     0.9.24             pyhd8ed1ab_0    conda-forge
jsonpointer               2.4             py311h267d04e_3    conda-forge
jsonschema                4.21.1             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.12.1          pyhd8ed1ab_0    conda-forge
jsonschema-with-format-nongpl 4.21.1             pyhd8ed1ab_0    conda-forge
jupyter-lsp               2.2.4              pyhd8ed1ab_0    conda-forge
jupyter_client            8.6.1              pyhd8ed1ab_0    conda-forge
jupyter_core              5.7.2           py311h267d04e_0    conda-forge
jupyter_events            0.10.0             pyhd8ed1ab_0    conda-forge
jupyter_server            2.13.0             pyhd8ed1ab_0    conda-forge
jupyter_server_terminals  0.5.3              pyhd8ed1ab_0    conda-forge
jupyterlab                4.1.5              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.3.0              pyhd8ed1ab_1    conda-forge
jupyterlab_server         2.25.4             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.10             pyhd8ed1ab_0    conda-forge
kanaries-track            0.0.3              pyhd8ed1ab_0    conda-forge
krb5                      1.21.2               h92f50d5_0    conda-forge
libabseil                 20240116.1      cxx17_hebf3989_2    conda-forge
libarrow                  15.0.2           h5e64418_1_cpu    conda-forge
libarrow-acero            15.0.2           hebf3989_1_cpu    conda-forge
libarrow-dataset          15.0.2           hebf3989_1_cpu    conda-forge
libarrow-flight           15.0.2           h1f98dca_1_cpu    conda-forge
libarrow-flight-sql       15.0.2           hb095944_1_cpu    conda-forge
libarrow-gandiva          15.0.2           h2c81988_1_cpu    conda-forge
libarrow-substrait        15.0.2           h50959cf_1_cpu    conda-forge
libblas                   3.9.0           21_osxarm64_openblas    conda-forge
libbrotlicommon           1.1.0                hb547adb_1    conda-forge
libbrotlidec              1.1.0                hb547adb_1    conda-forge
libbrotlienc              1.1.0                hb547adb_1    conda-forge
libcblas                  3.9.0           21_osxarm64_openblas    conda-forge
libcrc32c                 1.1.2                hbdafb3b_0    conda-forge
libcurl                   8.7.1                h2d989ff_0    conda-forge
libcxx                    16.0.6               h4653b0c_0    conda-forge
libedit                   3.1.20191231         hc8eb9b7_2    conda-forge
libev                     4.33                 h93a5062_2    conda-forge
libevent                  2.1.12               h2757513_1    conda-forge
libexpat                  2.6.2                hebf3989_0    conda-forge
libffi                    3.4.4                hca03da5_0  
libgfortran               5.0.0           13_2_0_hd922786_3    conda-forge
libgfortran5              13.2.0               hf226fd6_3    conda-forge
libgoogle-cloud           2.22.0               hbebe991_1    conda-forge
libgoogle-cloud-storage   2.22.0               h8a76758_1    conda-forge
libgrpc                   1.62.1               h9c18a4f_0    conda-forge
libiconv                  1.17                 h0d3ecfb_2    conda-forge
liblapack                 3.9.0           21_osxarm64_openblas    conda-forge
libllvm16                 16.0.6               haab561b_3    conda-forge
libnghttp2                1.58.0               ha4dd798_1    conda-forge
libopenblas               0.3.26          openmp_h6c19121_0    conda-forge
libparquet                15.0.2           h278d484_1_cpu    conda-forge
libprotobuf               4.25.3               hbfab5d5_0    conda-forge
libre2-11                 2023.09.01           h7b2c953_2    conda-forge
libsodium                 1.0.18               h27ca646_1    conda-forge
libsqlite                 3.45.2               h091b4b1_0    conda-forge
libssh2                   1.11.0               h7a5bd25_0    conda-forge
libthrift                 0.19.0               h026a170_1    conda-forge
libutf8proc               2.8.0                h1a8c8d9_0    conda-forge
libxml2                   2.12.6               h0d0cfa8_1    conda-forge
libzlib                   1.2.13               h53f4e23_5    conda-forge
llvm-openmp               18.1.2               hcd81f8e_0    conda-forge
lz4-c                     1.9.4                hb7217d7_0    conda-forge
markupsafe                2.1.5           py311h05b510d_0    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mistune                   3.0.2              pyhd8ed1ab_0    conda-forge
monotonic                 1.5                        py_0    conda-forge
nbclient                  0.10.0             pyhd8ed1ab_0    conda-forge
nbconvert-core            7.16.3             pyhd8ed1ab_0    conda-forge
nbformat                  5.10.3             pyhd8ed1ab_0    conda-forge
ncurses                   6.4                  h313beb8_0  
nest-asyncio              1.6.0              pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.4              pyhd8ed1ab_0    conda-forge
numpy                     1.26.4          py311h7125741_0    conda-forge
openssl                   3.2.1                h0d3ecfb_1    conda-forge
orc                       2.0.0                h3d3088e_0    conda-forge
overrides                 7.7.0              pyhd8ed1ab_0    conda-forge
packaging                 24.0               pyhd8ed1ab_0    conda-forge
pandas                    2.2.1           py311hfbe21a1_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
pexpect                   4.9.0              pyhd8ed1ab_0    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pip                       23.3.1          py311hca03da5_0  
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              4.2.0              pyhd8ed1ab_0    conda-forge
prometheus_client         0.20.0             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.42             pyha770c72_0    conda-forge
psutil                    5.9.8           py311h05b510d_0    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
pyarrow                   15.0.2          py311hce53c6f_1_cpu    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pydantic                  2.6.4              pyhd8ed1ab_0    conda-forge
pydantic-core             2.16.3          py311h94f323b_0    conda-forge
pygments                  2.17.2             pyhd8ed1ab_0    conda-forge
pygwalker                 0.4.7              pyhd8ed1ab_0    conda-forge
pyobjc-core               10.2            py311h665608e_0    conda-forge
pyobjc-framework-cocoa    10.2            py311h665608e_0    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
python                    3.11.8          hdf0ec26_0_cpython    conda-forge
python-dateutil           2.9.0              pyhd8ed1ab_0    conda-forge
python-duckdb             0.9.2           py311h92babd0_1    conda-forge
python-fastjsonschema     2.19.1             pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-tzdata             2024.1             pyhd8ed1ab_0    conda-forge
python_abi                3.11                    4_cp311    conda-forge
pytz                      2024.1             pyhd8ed1ab_0    conda-forge
pyyaml                    6.0.1           py311heffc1b2_1    conda-forge
pyzmq                     25.1.2          py311h6727e71_0    conda-forge
re2                       2023.09.01           h4cba328_2    conda-forge
readline                  8.2                  h1a28f6b_0  
referencing               0.34.0             pyhd8ed1ab_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rpds-py                   0.18.0          py311ha958965_0    conda-forge
send2trash                1.8.2              pyhd1c38e8_0    conda-forge
setuptools                68.2.2          py311hca03da5_0  
six                       1.16.0             pyh6c4a22f_0    conda-forge
snappy                    1.1.10               h17c5cce_0    conda-forge
sniffio                   1.3.1              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
sqlalchemy                2.0.29          py311h05b510d_0    conda-forge
sqlglot                   23.2.0             pyhd8ed1ab_1    conda-forge
sqlite                    3.41.2               h80987f9_0  
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
terminado                 0.18.1             pyh31c8845_0    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.13               h5083fa2_1    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
toolz                     0.12.1             pyhd8ed1ab_0    conda-forge
tornado                   6.4             py311h05b510d_0    conda-forge
traitlets                 5.14.2             pyhd8ed1ab_0    conda-forge
types-python-dateutil     2.9.0.20240316     pyhd8ed1ab_0    conda-forge
typing-extensions         4.10.0               hd8ed1ab_0    conda-forge
typing_extensions         4.10.0             pyha770c72_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
tzdata                    2024a                h04d1e81_0  
uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
urllib3                   2.2.1              pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.13             pyhd8ed1ab_0    conda-forge
webcolors                 1.13               pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
websocket-client          1.7.0              pyhd8ed1ab_0    conda-forge
wheel                     0.41.2          py311hca03da5_0  
widgetsnbextension        4.0.10             pyhd8ed1ab_0    conda-forge
xz                        5.4.6                h80987f9_0  
yaml                      0.2.5                h3422bc3_2    conda-forge
zeromq                    4.3.5                hebf3989_1    conda-forge
zipp                      3.17.0             pyhd8ed1ab_0    conda-forge
zlib                      1.2.13               h53f4e23_5    conda-forge
zstd                      1.5.5                h4f39d0f_0    conda-forge

Python 3.12.2(conda env)

  1. I created a new conda virtual environment(base python 3.12.2)
  2. Install packages
    conda install -c conda-forge jupyterlab
    pip install --pre pygwalker
  3. run jupyter lab
  4. execute example code, success.

conda list

# Name                    Version                   Build  Channel
annotated-types           0.6.0                    pypi_0    pypi
anyio                     4.2.0           py312hca03da5_0  
appdirs                   1.4.4                    pypi_0    pypi
appnope                   0.1.3           py312hca03da5_1001  
argon2-cffi               21.3.0             pyhd3eb1b0_0  
argon2-cffi-bindings      21.2.0          py312h80987f9_0  
arrow                     1.3.0                    pypi_0    pypi
astor                     0.8.1                    pypi_0    pypi
asttokens                 2.4.1                    pypi_0    pypi
async-lru                 2.0.4           py312hca03da5_0  
attrs                     23.1.0          py312hca03da5_0  
babel                     2.11.0          py312hca03da5_0  
backoff                   2.2.1                    pypi_0    pypi
beautifulsoup4            4.12.2          py312hca03da5_0  
bleach                    4.1.0              pyhd3eb1b0_0  
brotli-python             1.0.9           py312h313beb8_7  
bzip2                     1.0.8                h80987f9_5  
ca-certificates           2024.3.11            hca03da5_0  
cachetools                5.3.3                    pypi_0    pypi
certifi                   2024.2.2           pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py312h80987f9_0  
charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
comm                      0.2.2                    pypi_0    pypi
dateutils                 0.6.12                   pypi_0    pypi
debugpy                   1.6.7           py312h313beb8_0  
decorator                 5.1.1              pyhd3eb1b0_0  
defusedxml                0.7.1              pyhd3eb1b0_0  
duckdb                    0.10.0                   pypi_0    pypi
executing                 2.0.1                    pypi_0    pypi
expat                     2.5.0                h313beb8_0  
gw-dsl-parser             0.1.45a6                 pypi_0    pypi
idna                      3.6                      pypi_0    pypi
ipykernel                 6.28.0          py312hca03da5_0  
ipython                   8.22.2                   pypi_0    pypi
ipywidgets                8.1.2                    pypi_0    pypi
jedi                      0.19.1                   pypi_0    pypi
jinja2                    3.1.3           py312hca03da5_0  
json5                     0.9.6              pyhd3eb1b0_0  
jsonschema                4.19.2          py312hca03da5_0  
jsonschema-specifications 2023.7.1        py312hca03da5_0  
jupyter-lsp               2.2.0           py312hca03da5_0  
jupyter_client            8.6.0           py312hca03da5_0  
jupyter_core              5.5.0           py312hca03da5_0  
jupyter_events            0.8.0           py312hca03da5_0  
jupyter_server            2.10.0          py312hca03da5_0  
jupyter_server_terminals  0.4.4           py312hca03da5_1  
jupyterlab                4.0.11          py312hca03da5_0  
jupyterlab-widgets        3.0.10                   pypi_0    pypi
jupyterlab_pygments       0.1.2                      py_0  
jupyterlab_server         2.25.1          py312hca03da5_0  
kanaries-track            0.0.4                    pypi_0    pypi
libcxx                    14.0.6               h848a8c0_0  
libffi                    3.4.4                hca03da5_0  
libsodium                 1.0.18               h1a28f6b_0  
markupsafe                2.1.5                    pypi_0    pypi
matplotlib-inline         0.1.6           py312hca03da5_0  
mistune                   2.0.4           py312hca03da5_0  
monotonic                 1.6                      pypi_0    pypi
nbclient                  0.8.0           py312hca03da5_0  
nbconvert                 7.10.0          py312hca03da5_0  
nbformat                  5.9.2           py312hca03da5_0  
ncurses                   6.4                  h313beb8_0  
nest-asyncio              1.6.0           py312hca03da5_0  
notebook-shim             0.2.3           py312hca03da5_0  
numpy                     1.26.4                   pypi_0    pypi
openssl                   3.2.1                h0d3ecfb_1    conda-forge
overrides                 7.4.0           py312hca03da5_0  
packaging                 24.0                     pypi_0    pypi
pandas                    2.2.1                    pypi_0    pypi
pandocfilters             1.5.0              pyhd3eb1b0_0  
parso                     0.8.3              pyhd3eb1b0_0  
pexpect                   4.9.0                    pypi_0    pypi
pip                       23.3.1          py312hca03da5_0  
platformdirs              3.10.0          py312hca03da5_0  
prometheus_client         0.14.1          py312hca03da5_0  
prompt-toolkit            3.0.43          py312hca03da5_0  
prompt_toolkit            3.0.43               hd3eb1b0_0  
psutil                    5.9.8                    pypi_0    pypi
ptyprocess                0.7.0              pyhd3eb1b0_2  
pure_eval                 0.2.2              pyhd3eb1b0_0  
pyarrow                   15.0.2                   pypi_0    pypi
pycparser                 2.21               pyhd3eb1b0_0  
pydantic                  2.6.4                    pypi_0    pypi
pydantic-core             2.16.3                   pypi_0    pypi
pygments                  2.17.2                   pypi_0    pypi
pygwalker                 0.4.8a6                  pypi_0    pypi
pysocks                   1.7.1           py312hca03da5_0  
python                    3.12.2               h99e199e_0  
python-dateutil           2.9.0.post0              pypi_0    pypi
python-fastjsonschema     2.16.2          py312hca03da5_0  
python-json-logger        2.0.7           py312hca03da5_0  
pytz                      2024.1                   pypi_0    pypi
pyyaml                    6.0.1           py312h80987f9_0  
pyzmq                     25.1.2          py312h313beb8_0  
readline                  8.2                  h1a28f6b_0  
referencing               0.30.2          py312hca03da5_0  
requests                  2.31.0          py312hca03da5_1  
rfc3339-validator         0.1.4           py312hca03da5_0  
rfc3986-validator         0.1.1           py312hca03da5_0  
rpds-py                   0.10.6          py312hf0e4da2_0  
segment-analytics-python  2.2.3                    pypi_0    pypi
send2trash                1.8.2           py312hca03da5_0  
setuptools                68.2.2          py312hca03da5_0  
six                       1.16.0             pyhd3eb1b0_1  
sniffio                   1.3.0           py312hca03da5_0  
soupsieve                 2.5             py312hca03da5_0  
sqlalchemy                2.0.29                   pypi_0    pypi
sqlglot                   23.2.0                   pypi_0    pypi
sqlite                    3.41.2               h80987f9_0  
stack-data                0.6.3                    pypi_0    pypi
stack_data                0.2.0              pyhd3eb1b0_0  
terminado                 0.17.1          py312hca03da5_0  
tinycss2                  1.2.1           py312hca03da5_0  
tk                        8.6.12               hb8d0fd4_0  
tornado                   6.3.3           py312h80987f9_0  
traitlets                 5.14.2                   pypi_0    pypi
types-python-dateutil     2.9.0.20240316           pypi_0    pypi
typing-extensions         4.11.0rc1                pypi_0    pypi
typing_extensions         4.9.0           py312hca03da5_1  
tzdata                    2024.1                   pypi_0    pypi
urllib3                   2.2.1                    pypi_0    pypi
wasmtime                  12.0.0                   pypi_0    pypi
wcwidth                   0.2.13                   pypi_0    pypi
webencodings              0.5.1           py312hca03da5_2  
websocket-client          0.58.0          py312hca03da5_4  
wheel                     0.41.2          py312hca03da5_0  
widgetsnbextension        4.0.10                   pypi_0    pypi
xz                        5.4.6                h80987f9_0  
yaml                      0.2.5                h1a28f6b_0  
zeromq                    4.3.5                h313beb8_0  
zlib                      1.2.13               h5a0b063_0

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

try run it in jupyter lab:

import ipywidgets as widgets

widgets.Textarea(
    value='Hello World',
    placeholder='Type something',
    description='String:',
    disabled=False
)

what is the output?

from pygwalker.

longxiaofei avatar longxiaofei commented on June 15, 2024

Can you try restarting jupyter lab and re-run the code?

It may be caused by jupyter widgets not establishing communication.

Refer to a previous issue: #346

from pygwalker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.