Nate
Nate
I modified my theme with a few small changes I thought I'd suggest here: 1. Make the headers bold to stand out more: ``` name Markdown: Heading scope markup.heading settings...
It doesn't happen every time, but every so often when I ctl+enter code into the gnome-terminal, I get: ``` In [4]: V --------------------------------------------------------------------------- NameError Traceback (most recent call last) in...
Hi, Is it possible to have Est, Range, Agg, etc. be used when both x and y are quantitative? Like, being able to plot a mean point and x and...
I just upgraded to IPython 5. I can send single lines of code to the terminal fine, but if I highlight a block of text, it doesn't send and the...
SendText works great! Thanks for all of the work to make it. I just started to get a new error though. If I highlight multiple lines and hit Cmd+Enter to...
Hi, Running fully updated Linux Mint Cinnamon. Have a new issue where Kanri freezes whenever I click the three buttons to get more options. I'm trying to delete a board,...
Hi, I'm using Kanri on two different devices, and what I'm trying to do is export Kanri to my dropbox, then import it on the second device when I start...
Hi, I'm using seaborn objects to generate a custom subplotted grid, but the math font defaults to a serif font and I can't figure out how to change it. For...
Hi all, I'm trying use a GAM to model my data and get predictions. I'm following the tutorial here: https://gist.github.com/josef-pkt/453de603b019143e831fbdd4dfb6aa30 The problem is that everything works (not the problem) up...
Hi! I'm making a figure with three subpanels. The bottom panel is a scatterplot which needs a legend. I'm using subplot_mosaic to arrange the panels, then combining the [objects interface...