How to install Tkinter inside DDP.

UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker
I have been facing the problem of "Tkinter module not found" every time when try to run the code recipe in DDP.

the problem is only notebook is there as the interactive platform in DDP for python so either tell the way to install python Tkinter through notebook or tell me the other way if any ?

But anyone please help....!
Tagged:

Answers

  • cperdigou
    cperdigou Alpha Tester, Dataiker Alumni Posts: 115 ✭✭✭✭✭✭✭
    edited July 17

    You can try the following sequence:

    • unload the python notebook
    • open the python notebook
    • run this in a cell (important : BEFORE running the %pylab...)

    import matplotlib
    matplotlib.use('Agg')

Setup Info
    Tags
      Help me…