Giter VIP home page Giter VIP logo

Comments (7)

TimShawver avatar TimShawver commented on July 18, 2024

Sorry about this. I'll update the release on pypi next week (need help from a coworker because I don't have access). In the meantime you should just install from github instead with pip install git+https://github.com/quantopian/qgrid

from qgrid.

alphaBenj avatar alphaBenj commented on July 18, 2024

I tried today its badly broken nothing worked, but again I didnt use in the past.

from qgrid.

TimShawver avatar TimShawver commented on July 18, 2024

Hmmm works fine for me. I might be able to help if you give me more information about what errors you're seeing.

The main thing that's been tripping people up lately is that it's not compatible with the latest version of jupyter notebook and ipywidgets, which I'm currently working on fixing. As a temporary fix I've updated the requirements.txt file such that if you install with pip install git+https://github.com/quantopian/qgrid you'll get the older, compatible versions of those two packages.

from qgrid.

alphaBenj avatar alphaBenj commented on July 18, 2024

I see no errors. nothing happens..Hard to debug even that happens

On Sat, Jun 4, 2016 at 2:52 PM, Tim Shawver [email protected]
wrote:

Hmmm works fine for me. I might be able to help if you give me more
information about what errors you're seeing.

The main thing that's been tripping people up lately is that it's not
compatible with the latest version of jupyter notebook and ipywidgets,
which I'm currently working on fixing. As a temporary fix I've updated the
requirements.txt file such that if you install with pip install git+
https://github.com/quantopian/qgrid you'll get the older, compatible
versions of those two packages.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#77 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ANV0nqsOXKJ2xyL9nJps25Khnqdm7YQ4ks5qIcmDgaJpZM4ItzGS
.

from qgrid.

TimShawver avatar TimShawver commented on July 18, 2024

Any errors in the terminal where you're running jupyter notebook? Any javascript errors in your web browser? You'll need to open the development tools for whatever browser you're using, go to the "console" tab, and rerun the qgrid.show_grid cell of the notebook to see javascript errors.

If you're using version 4.2.x of jupyter notebook or version 5.x of ipywidgets, you'll need to reinstall qgrid to get the fix that I just merged to master. You can do that with pip uninstall qgrid and pip install git+https://github.com/quantopian/qgrid.

If you don't know what versions of these packages you have installed, then run pip freeze. If you could send me the result of running that command, that would be helpful.

from qgrid.

TimShawver avatar TimShawver commented on July 18, 2024

Closing because I don't have enough information to investigate this further, and I haven't heard back in a couple of weeks.

from qgrid.

alphaBenj avatar alphaBenj commented on July 18, 2024

Hi :

I can't get multi-col sort to work Using qgrid version: (0.2.0).
All sort functions stop.
Use case sort col "D", then sort col E.
editable also fails.

code below:

qgrid.set_defaults(remote_js=None, precision=None, grid_options={
'forceFitColumns': True,'rowHeight': 26, 'enableColumnReorder': True,
'multiColumnSort': True,'defaultColumnWidth': 70, 'editable': True})

df3 = pd.DataFrame({
'A' : 1.,
'B' : pd.Timestamp('20130102'),
'C' : pd.Series(randn(8),index=list(range(8)),dtype='float32'),
'D' : np.array([3,2] * 4,dtype='int32'),
'E' : pd.Categorical(["washington", "adams", "madison",
"lincoln","jefferson", "hamilton", "roosevelt", "kennedy"]),
'F' : 'foo' })
df3

qgrid.show_grid(df3)

On Sat, Jun 4, 2016 at 6:13 PM, Asher Benjamin [email protected] wrote:

I see no errors. nothing happens..Hard to debug even that happens

On Sat, Jun 4, 2016 at 2:52 PM, Tim Shawver [email protected]
wrote:

Hmmm works fine for me. I might be able to help if you give me more
information about what errors you're seeing.

The main thing that's been tripping people up lately is that it's not
compatible with the latest version of jupyter notebook and ipywidgets,
which I'm currently working on fixing. As a temporary fix I've updated the
requirements.txt file such that if you install with pip install git+
https://github.com/quantopian/qgrid you'll get the older, compatible
versions of those two packages.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#77 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ANV0nqsOXKJ2xyL9nJps25Khnqdm7YQ4ks5qIcmDgaJpZM4ItzGS
.

from qgrid.

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.