Sandy4321
Sandy4321
Good idea, what are these 24 packages and versions
can you share example with some simple toy data pls
any updates pls in this video is shown it works https://www.youtube.com/watch?v=sm1YoOp2BR0&ab_channel=StatsOnStatsOnStats&t=0s
any updates
see also https://github.com/pixiedust/pixiedust/issues/796
but fix above helps python 3.8 The function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead, depending on your requirements, to have...
(base) C:\Users\sndr>conda list anaconda$ # packages in environment at C:\Users\sndr\anaconda3_Apr_2020: # # Name Version Build Channel anaconda custom py37_1 (base) C:\Users\sndr>python --version Python 3.7.9 (base) C:\Users\sndr>
It looks like your IPython package is out of date as time.clock() was deprecated a couple of years ago and its use removed from IPython. Try upgrading your IPython: pip...

ok I did as recommended in https://github.com/pixiedust/pixiedust/issues/788 https://github.com/sonictl and now it is running on windows 10 python 3.8 The function time.clock() has been removed, after having been deprecated since Python...