Jeremy Cohn
Jeremy Cohn
Solution: yum install python35u-tkinter
I wonder if there's a way to have this installed when installing QSTrader in setup.py?
Found this thread helpful. As a follow on tip... After following the instructions above, when I directed my browser to the GUI, it prompted me to create a new user...
It would be interesting to compare a NFS-based solution vs rsync. NFS is supposed to handle large file transfers better. Since rsync is build on top of SSH, I wonder...
See this page: http://rrag.github.io/react-stockcharts/documentation.html#/theme_dark Does that help?
Ok, I think I have my answer. The `` object takes a parm yExtents. In many of the example it does things like: yExtents={d => [d.high, d.low]}. This defines the...
@itsmemittal When you say "live websocket data", do you mean to be able to have the charts automatically update with new data bars? If so, I'm interested in the same....
Actually, this might be a false alarm. I found a lot of node_modules were created with `root` user. I cleaned everything up and rebuilt the dependencies using my local user...