Samy Bencherif
Samy Bencherif
Yes I am running on mac. Here is [ptop.log](https://github.com/darxtrix/ptop/files/2623537/ptop.log). Please let me know if I can be of more assistance.
It looks like the inverse situation to me. ``` samy-mbp-5:~ samybencherif$ pip --version pip 18.1 from [...] (python 3.6) samy-mbp-5:~ samybencherif$ python --version Python 2.7.10 ``` Should I change pip...
FYI the command you need is `pip install ipywidgets==7.4`
Just stumbled onto this project, and jeez is this all impressive. I'm pretty sure adding colors could take like 2-3 hours. Using ansi escape sequences like in this project would...
This is also worth looking at https://www.uninformativ.de/blog/postings/2016-12-17/0/POSTING-en.html It will give you sub-pixel dot resolution of (2x1) and same for colors. Whereas this project provides 3x2 subpix dot and 1x1 (none)...
@tanrax Do you remember to have `filetype plugin on` in your .vimrc?
The patch solution is to run `python3 pip install -m pyobjc`
> Any ideas to force Tkinter window to be in front? I recall another thread from a while ago (different project) where it was concluded that this is not possible...
> The problem is not C code (only @omz could implement it) but it's Fortran code that is a lot harder to make work on iOS. Are you saying scipy...