Daniel Chen

Results 29 comments of Daniel Chen

I can take on this issue. Need a little guidance and help with the existing though though. If I am understanding the problem: You can get the link to the...

I can put up an ipython notebook with a working example of my extension module that implements this. @rpgoldman I'm pretty much in the same boat as you. Once I...

hey @marianormuro sorry for the really late reply. My implementation is really hacky, janky, and untested. Probably shouldn't really use it for 'serious' work

@jackiekazil @dmasad There's continuous integration setup on this repo, we _could_ have CI re-generate these images every time a PR is made and stick it in _somewhere_ in the documentation...

I've been teaching git (outside of carpentries related work) and people will still show up with an older version of git even if they're given the setup instructions. but it...

I agree that Python and R are different languages with different domains and should be treated accordingly. My only concern is if we remove `for` loops until the very end...

The timings on the side refer to how long it would take to cover the entire set of lessons. Since the workshops are typically 2 days, we devote 1 days...

Depending on what you need you can use the `wrap=False` option in the chunk ``` # some python code @ ``` if you're working with pandas you can manually set...

I'm having the same issue. However, the unload/re-load isn't working for me. My use case is I have a rproject where one of the subfolders is a shiny app. instead...

I've resorted to the "old way" I've done things using a conditional with `interactive()` ```r if (interactive()) { base_dir