Timothy M. Shead

Results 18 comments of Timothy M. Shead

From what I can see here, `exclude_input_prompt` isn't used by the new code. I'm chiming in because I write lots of library documentation using notebooks, and the input prompts are...

@mgeier - Happy to butt-in! When it comes to running notebooks, I appreciate the prompts for keeping track of the order in which I've (re)run cells. For documentation, where the...

I was hoping it was just user error. Here are the versions: CherryPy 3.2.6 ws4py 0.3.4 Here's the log output when calling self.send() in the opened() callback: ``` 127.0.0.1 -...

I hadn't noticed this example because I've been (perhaps overly) focused on the server side, but I'll give it a try. Cheers, Tim

You can use the `margin` property to put more space between the axes and the edge of the canvas: _, axes, _ = tp.plot(hpf.log_likelihoods, width=300, margin=100) You can specify non-uniform...

@eaton-lab - I like where this is headed, but this isn't just a case where the reference images need to be updated, the code is failing at render time ......

Yeah, I'm testing the pull-request locally right now. The errors look more like a server offline or something. Cheers, Tim

Closing-and-reopening this PR to trigger re-running the tests.