How to install Tkinter inside DDP.

UserBird
Dataiker
How to install Tkinter inside DDP.
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....!
0 Kudos
1 Reply
cperdigou
Dataiker Alumni

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')


 

0 Kudos

Labels

?
Labels (2)
A banner prompting to get Dataiku