alphaCTzo7G
alphaCTzo7G
@FelikZ , thanks for creating this plugin.. it really sped up the file/MRU search. However, when I tried to search tags, it didn't really show any tags. I added the...
This repository is not maintained anymore..
Thanks for this plugin. It works great.. One thing I noticed is that ff I am trying to move to a character on a line which is visible but folded,...
I am getting this error when I try to insert a breakpoint with `ipdb` using `import ipbd; ipdb.set_trace()`. ``` ================================== FAILURES =================================== ________________ TestClass.test_Class _________________ self = > import ipdb;...
Currently, ipdb doesn't save the command line history, as a result, there is no way to retreive past commands entered in `ipdb`. Ipython already supports history search. Since `ipdb` and...
I use `jupyter-console` on a `Ubuntu` VM to connect to a `ipython-kernel` running on Windows using `jupyter console --existing /media/sf_python/dotfiles/kernel-13708.json` On windows I start the `ipython kernel` using: `ipython kernel...
IPDB is a very popular debugger these days. Not sure whether this is a problem in jupyter console or in ipdb.. but ipdb doesnt work in jupyter-console but works find...
Thanks for sharing your jupyter notebook for xlwings formatting.. very helpful.. I noticed this code here: ``` for cell in Range('A1').current_region: for border_id in range(7,12): cell.api.Borders(border_id).LineStyle = 1 cell.api.Borders(border_id).Weight =...
Hi Jeff Thanks for creating this amazing plugin. I have recently been having this issue. I was initially confused as to what is causing this, as this tends to be...
Bug.n is amazing, now that I have spent maybe 10 hours just pressing random buttons, scratching my head.. but I am guessing most people dont want to spend so much...