Andy Kipp

Results 193 issues of Andy Kipp

Hi! Many thanks for great solution! Could you please add simple way to visualize pandas pivot table as rect/matrix in Bokeh? Examples: * https://bokeh.pydata.org/en/latest/docs/gallery/les_mis.html * https://bokeh.pydata.org/en/latest/docs/gallery/unemployment.html ![image](https://user-images.githubusercontent.com/1708680/62123525-ca63f180-b2d0-11e9-9779-253d518ba1b2.png) Something like this:...

enhancement
help wanted

Hi! Thank you for this project! It will be cool to support [xonsh shell](https://xon.sh/) because xonsh has two history backends (json and [sqlite](https://xon.sh/tutorial_hist.html#sqlite-history-backend)) with the detailed info about history. The...

https://github.com/xonsh/xontrib-abbrevs/blob/be7deb3ab437648ba3cac9f02768f4d3b73efebb/xontrib/abbrevs.py#L136 ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**

good first issue

Hi! Just want to let you know that there is very easy way to release the PyPi package of xontrib using Github Actions: 1. Click Actions ![Screenshot_20200916_115026](https://user-images.githubusercontent.com/1708680/93314706-d2535d80-f812-11ea-8ff1-0a68bed2fd24.png) 2. Click Set...

To create more clean data it's needed to convert one row into multiple: ```xsh cat job-titles.txt | grep '/' | grep -v ' ' | head ``` ``` allergist/immunologist allergist/md...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

Starting line - https://github.com/anki-code/xontrib-output-search/blob/d0b647178d152997b113d947c149c77f0f356ae0/xontrib/output_search.py#L81

enhancement