Giter VIP home page Giter VIP logo

Comments (7)

dmnfarrell avatar dmnfarrell commented on May 14, 2024

Is there any error message? Are you calling this from a script or the python interpreter? You would have to show the specific code used.

from pandastable.

MikeKilo avatar MikeKilo commented on May 14, 2024

No error messages - I run this code:

from pandastable.app import DataExplore
app = DataExplore()
app.load_dataframe(mhdf,'new')

The application starts and a tabe named "new" is created, but the application stops responding, and when closing it, the python kernel dies with it.
the dataframe size does not matter as well - the current one was 500x6.

running python 3.6 over spyder 3.1.2.

from pandastable.

dmnfarrell avatar dmnfarrell commented on May 14, 2024

I think this is simply because I didn't document how to do it properly. If you used the normal python interpreter it will not let you interact with the app until you call app.mainloop(). However this blocks further commands in the terminal. You can only get this to work without it blocking using ipython. You launch ipython and then type %gui tk. Then run app = DataExplore() and you should still be able to access the interpreter and interact with the app. I tried this in spyder ipython console too and it appears to work except the app is not visible! Maybe you can try it.

from pandastable.

dmnfarrell avatar dmnfarrell commented on May 14, 2024

@badiay This doesn't seem to work on windows using conda. It works on linux.

from pandastable.

xnmp avatar xnmp commented on May 14, 2024

I'm doing this from IPython console and it results in the same thing. I can't even kill it, but when I kill the kernel it dies as well.

from pandastable.

dmnfarrell avatar dmnfarrell commented on May 14, 2024

What OS and are you using conda?

from pandastable.

Robuko avatar Robuko commented on May 14, 2024

running python 2.7.14 on spyder 3.2.4 on windows with tk backend for IPython, the app is not visible

from pandastable.

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.