tkrabel / bamboolib

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

Can't get bamboolib to show up... #34

Open iCUE-Solutions opened 3 years ago

iCUE-Solutions commented 3 years ago

I installed everything from scratch and according to documentation. When running bam.test_setup() all test come back ok, except for the following part:

bamboolib:
Python library version is 1.26.0
Needed version of Jupyter extension is 1.26.0
Error displaying widget: model not found

JupyterLab and Labextensions:
JupyterLab v3.1.18
Other labextensions (built into JupyterLab)
   app dir: C:\ProgramData\Anaconda3\share\jupyter\lab
        @8080labs/qgrid v1.1.1 enabled ok
        @jupyter-widgets/jupyterlab-manager v3.0.1 enabled ok
        @jupyterlab/git v0.30.1 enabled ok
        bamboolib v1.26.0 enabled ok
        ipyslickgrid v0.0.3 enabled ok
        js v0.1.0 enabled ok
        jupyter-leaflet v0.14.0 enabled ok
        jupyter-matplotlib v0.10.0 enabled ok
        jupyterlab-plotly v4.14.3 enabled ok
        jupyterlab_iframe v0.4.0 enabled ok
        nbdime-jupyterlab v2.1.0 enabled ok
        plotlywidget v4.14.3 enabled ok

Uninstalled core extensions:
    bamboolib

Any advice is highly appreciated. Also, I'd like to use the community version for now.

FlorianWetschoreck commented 3 years ago

Hi Dirk,

this is a Jupyter config issue. Please check the following links and I hope that you can get it to work: https://github.com/jupyterlab/jupyterlab/issues/8449 https://discourse.jupyter.org/t/extension-shows-up-as-both-installed-and-uninstalled-and-doesnt-work/2688 https://github.com/jupyterlab/jupyterlab/issues/8122

I came up with the links via searching "uninstalled core extension jupyterlab" in google.

Also, please note that the setup is usually straightforward (and less error-prone) using the plain Jupyter Notebook.

Hope this helps :)

iCUE-Solutions commented 3 years ago

Thanks Florian. Unfortunately, I can't get it to work. No idea.

fwetdb commented 3 years ago

Sorry to hear that. Unfortunately we currently cannot provide support for the community version e.g. installation support. However, as soon as bamboolib will be integrated into Databricks we don't expect any setup issues any more because we can control the environment better.

iCUE-Solutions commented 3 years ago

I ended up installing it from scratch into a conda Environment. That fixed it.

fwetdb commented 3 years ago

Great, happy to hear that!