tkrabel / bamboolib

bamboolib - a GUI for pandas DataFrames
https://bamboolib.com
936 stars 94 forks source link

How can I activate bamboolib inside my jupyer lab environment under a proper running venv? #47

Open squeezer44 opened 1 year ago

squeezer44 commented 1 year ago

Environment

What steps have you taken to resolve this already?

import bamboolib as bam
bam.test_setup()

Testing Jupyter extensions: ipywidgets works

ipywidgets:

ipyslickgrid: Python library version is 0.0.3

Error displaying widget: model not found

plotly: Python library version is 5.14.0

bamboolib: Python library version is 1.30.19 Needed version of Jupyter extension is 1.30.0

Error displaying widget: model not found

JupyterLab and Labextensions:

Anything else?

I'm looking forward to your hint to get bamboolib running inside jupyter lab. Thx ...

fwetdb commented 1 year ago

It seems to me like you did not install the widget JS extensions

squeezer44 commented 1 year ago

Thx so far. @fwetdb : Could you please give me a source whre to read how to fix it?