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

adapt to jupyterlab 1.0.2 #262

Closed
wants to merge 1 commit into from
Closed

Conversation

qzchenwl
Copy link

Fixed issue #261

@consideRatio
Copy link
Contributor

consideRatio commented Jul 18, 2019

I'm not really able to provide a proper review, but I was surprised to find the CSS change alongside with a bump of dependencies. Is that also part of the requirements for JupyterLab 1.0.0+?

Along with a PR like this, or a release following this, the following should probably also be updated:
https://github.com/quantopian/qgrid#compatibility

@qzchenwl
Copy link
Author

The CSS change is relate to jupyter-widgets/ipywidgets#2500 and jupyter-widgets/ipywidgets#2499 .

If ipywidgets PR is accepted, then the CSS change is unnecessary.

@0xmjk
Copy link

0xmjk commented Jul 21, 2019

WFM thanks @qzchenwl

Copy link

@whyboris whyboris left a comment

Choose a reason for hiding this comment

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

I'd love to see this merged 🙌

@@ -25,8 +25,8 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.0",
"@jupyter-widgets/controls": "^1.0.0",
"@jupyter-widgets/base": "^2.0.1",

Choose a reason for hiding this comment

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

Since we still want to support classic notebooks, my reading of jupyter-widgets/ipywidgets#2472 and https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/changelog.md#75 is that this should change to:

 "@jupyter-widgets/base": "^1.1 || ^2"

@timkpaine
Copy link

confirmed working on 1.1.1

@naomi-henderson
Copy link

We also confirm that this is working - issue 261 is causing a lot of grief - PLEASE PLEASE merge this pull request!

@rabernat
Copy link

As another potential users of qgrid, I would like to add my 👍 to this PR!

@gerrymanoim
Copy link
Contributor

Merged #275 instead.

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

9 participants