Kyle Rawlins

Results 21 comments of Kyle Rawlins

This is also an issue for running anything that might draw a tree through CI systems; e.g. I test my notebooks for a project on travis and was hitting it....

I guess I never came back and posted in this issue, but I later ended up writing a pure python svg-based tree drawing package that works with nltk, and as...

I ran across while trying to figure out why this package is no longer working (not a lot of direct search results) and it happens that I use sublime text....

On further testing, just setting `col-sm-3` doesn't work; the ratio is still wrong. It's currently using 10-2 main to sidebar, and 8-4 seems to work better better, so I think...

> Am I the only person who doesn't see this as such a big deal? A super common LaTeX paradigm, in my experience, is `$stuff$\\$stuff$`, which this would be the...

> > A super common LaTeX paradigm, in my experience, is `$stuff$\\$stuff$`, which this would be the closest to. > > I don't quite follow. The theory seemed to be...

This is more or less resolved by #2875 right? (If someone still wanted raster images in a headless setting, there's also now a straightforward conversion path to png via `svgling`+`cairosvg`.)

Just a thought, it might be useful to get community feedback also by having a regular post about this topic on the discourse instance, I'm not sure how much visibility...

Also, need to add a general solution to the issue of variable name shadowing.

Quick fix to allow spaces/underscores in item names added in https://github.com/rawlins/lambda-notebook/commit/96ef1c3e66d1784d2a6e8f5f12153c7173d3b33b . This isn't a general solution to the variable name issues though.