Jesse Bloom

Results 17 comments of Jesse Bloom

I have attached a screenshot of how it looks in Alabaster. ![screen shot 2017-08-08 at 3 24 01 pm](https://user-images.githubusercontent.com/1906801/29097255-ab67803c-7c4d-11e7-912f-058cd2af04f2.png) In this image, the `--alignspecs` should be in literal text in...

I will say that I ended up working around this by just using `papermill` to parameterize the notebook as output instead.

I would just like to echo the comment immediately above: the table of contents in Jupyter lab is substantially less useful than toc2 in Jupyter notebook because you cannot create...

I had exactly same problem as above, also fixed by using `--keep-ident`.

I was just curious about this upgrade and the general future of `altair`, as I've noticed commits and code updates have slowed a lot over last year or so. I...

This did not seem to fix the problem for me.

I also run into an error on `matplotlib` 3.6: ``` from matplotlib.tight_layout import get_renderer ImportError: cannot import name 'get_renderer' from 'matplotlib.tight_layout' ```

We have been using `altair` to create a SARS-CoV-2 "antibody escape calculator" which enables interactive prediction of the effect of mutations to the virus's receptor-binding domain on antibody escape. This...

I seem to be running into a similar issue, when a single function uses the output of two different checkpoints.

@jnothman, is there any chance of getting this merged?