Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qgrid for jupyterlab #275

Merged
merged 2 commits into from Dec 31, 2019
Merged

Update qgrid for jupyterlab #275

merged 2 commits into from Dec 31, 2019

Conversation

gmanoim-quantopian
Copy link

Credit to @qzchenwl via #262 for the work.

  • Bump dependencies (maintaining support for older jupyters/labs)
  • bump version
  • update css for lab

@wpence
Copy link

wpence commented Oct 28, 2019

I have confirmed that this update works for both Jupyter Notebook 6.0.1 and Jupyter Lab 1.1.4. Would love to see this merged in.

Copy link

@wpence wpence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have confirmed that this update works for both Jupyter Notebook 6.0.1 and Jupyter Lab 1.1.4. These changes appear to be the best path forward to support both notebook and lab.

js/src/qgrid.css Outdated Show resolved Hide resolved
New lines are good

Co-Authored-By: Scott Sanderson <ssanderson@quantopian.com>
Copy link
Contributor

@ssanderson ssanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@people-can-fly
Copy link

when is the new version be available in pypi. pypi still has 1.1.1 released in Jul 11, 2018

@gerrymanoim
Copy link
Contributor

when is the new version be available in pypi. pypi still has 1.1.1 released in Jul 11, 2018

https://pypi.org/project/qgrid/1.2.0/

@people-can-fly
Copy link

Thanks for this new years gift. 😃

@tkrabel
Copy link

tkrabel commented Jan 12, 2020

@gerrymanoim would you also do an npm publish of the JS extension so that people working with qgrid in JupyterLab get the correct extension without having to locally install from a github repo?

@gerrymanoim
Copy link
Contributor

gerrymanoim commented Feb 4, 2020

@tkrabel - Sorry for the delay, we had some account issues. To remedy that, we've pushed the package to a new home in #288. You will now need to jupyter labextension install qgrid2 (if I've done that correctly).

@ghuname
Copy link

ghuname commented Mar 5, 2020

I have just installed a fresh jupyterlab installation. I went to (GUI) extension manager and installed @jupyter-widgets/jupyterlab-manager, than I executed jupyter labextension install qgrid2, restarted jupyterlab server but I got an "Error displaying widget: model not found" error.

Looks like we still have issues here.

>jupyter labextension list
JupyterLab v2.0.0
Known labextensions:
   app dir: C:\Users\user\Miniconda3\share\jupyter\lab
        @jupyter-widgets/jupyterlab-manager v2.0.0 enabled  ok
        qgrid2 v1.1.2 enabled  ok

@da-phil
Copy link

da-phil commented May 14, 2020

I have just installed a fresh jupyterlab installation. I went to (GUI) extension manager and installed @jupyter-widgets/jupyterlab-manager, than I executed jupyter labextension install qgrid2, restarted jupyterlab server but I got an "Error displaying widget: model not found" error.

Looks like we still have issues here.

>jupyter labextension list
JupyterLab v2.0.0
Known labextensions:
   app dir: C:\Users\user\Miniconda3\share\jupyter\lab
        @jupyter-widgets/jupyterlab-manager v2.0.0 enabled  ok
        qgrid2 v1.1.2 enabled  ok

I have the same issue :(

> conda list | grep jupyter
jupyter                   1.0.0                      py_2    conda-forge
jupyter_client            6.1.3                      py_0    conda-forge
jupyter_console           6.1.0                      py_1    conda-forge
jupyter_contrib_core      0.3.3                      py_2    conda-forge
jupyter_contrib_nbextensions 0.5.1                    py37_0    conda-forge
jupyter_core              4.6.3            py37hc8dfbb8_1    conda-forge
jupyter_highlight_selected_word 0.2.0                 py37_1000    conda-forge
jupyter_latex_envs        1.4.6                 py37_1000    conda-forge
jupyter_nbextensions_configurator 0.4.1                    py37_0    conda-forge
jupyterlab                2.1.2                      py_0    conda-forge
jupyterlab_server         1.1.1                      py_0  
> jupyter labextension list         
JupyterLab v2.1.2
Known labextensions:
   app dir: /home/q477002/anaconda3/envs/machinelearning/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        @jupyterlab/latex v2.0.0  enabled  OK
        jupyter-matplotlib v0.7.2  enabled  OK
        qgrid2 v1.1.3  enabled  OK

@robingirard
Copy link

Any idea on how to solve this issue ?

@mmlynarik
Copy link

mmlynarik commented Feb 15, 2021

I add to the people above, why this problem has still not been fixed? It's so sad that such useful tool is not usable because of technical problems.

@semihdesticioglu
Copy link

I wanted to try it on jupyterlab but I got error too.

DanNBullock added a commit to DanNBullock/WMAD that referenced this pull request Sep 10, 2021
@thomas-bc
Copy link

Same issue here. No updates in more than 2 years - is qgrid not maintained anymore?

@j-baum
Copy link

j-baum commented Mar 12, 2023

Same problem here, both on fresh anaconda 2022.05 and 2023.03 installs. Is there a fix?

EDIT: for anyone else landing here from a google search: this project is indeed no longer maintained. An alternative that has been recommended is https://github.com/bloomberg/ipydatagrid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet