Paxton Fitzpatrick

Results 16 comments of Paxton Fitzpatrick

Same issue here, specifically when opening two _different_ versions of Atom side-by-side. Opening multiple windows of the same app instance works fine, as does opening windows from two different instances,...

closing as resolved by lmcinnes/umap#150. That issue reports the problem is fixed as of `numba==0.43.1`, we require `umap-learn>=0.4.6`, and `umap-learn==0.4.6` requires `numba>=0.46`. So this issue will no longer present when...

I like this idea, and it'd be pretty easy to integrate as a github workflow that runs when pull requests are merged. Could be based on that repo, or this...

same question here as #12

I'm pretty familiar with the current state of the lab manual, so I'd be happy to deal with this 👍

@jeremymanning do you still want to add this? The lab manual currently does include one required reading on "lab culture" ([Leah Somerville's article](https://www.sciencemag.org/careers/2018/11/what-can-we-learn-dartmouth)) and I want to be cautious about...

This could be worth adding as a checklist item for senior lab members (or anyone who would be using a lab-owned computer). The only potential issue is that new lab...

Something similar would be useful (and also easy to implement) for temporarily changing the pip executable Davos uses. E.g., ```python with davos.tmp_pip_executable('/path/to/pip'): smuggle foo ```

The README at be1181609a00ad5169c39909db1dc2dc1c525b44 contains some conda-related text, examples, links, etc. that should be added back in when support is implemented.

Code in [`conda.cli.install`](https://github.com/conda/conda/blob/master/conda/cli/install.py) deals with actual installation of conda packages