Frankie Robertson
Frankie Robertson
This seems to be a bit more painful to do this than one might think because in the gh-pages branch the notebooks are not necessarily in sync with the dependencies....
Understood. I am just using `ufunclab.minmax` on the principle that I tend to like to pull in utility libraries for small stuff in cases where the small stuff might otherwise...
I had the same problem. I switched to https://github.com/microcipcip/cookie-universal which seems to work just fine.
It might help to re-enable the CompatHelper action to get compat PRs again https://github.com/numericalEFT/MCIntegration.jl/actions/workflows/CompatHelper.yml
This works for me: uv tool install 'git+https://github.com/saulpw/visidata.git@develop#egg=vdsql&subdirectory=visidata/apps/vdsql' --with 'git+https://github.com/saulpw/visidata.git' --with 'ibis-framework[duckdb]' Looks like the 0.2 release should have bounded its visidata dependency. Perhaps another release of vdsql to pypi,...
I think the way to deal with this would be to use a package extension and specialise for KeyedArray
Seems to work to me too for script-as-notebook style usage. Being able to switch to a terminal-like REPL like view on the same Julia process would be nice. I think...
I have given some information on my current workaround here: https://github.com/JuliaInterop/RCall.jl/issues/480
Sounds reasonable. I will try to do that as a next step [after getting this PR merged](https://github.com/JuliaInterop/RCall.jl/pull/496) which should make the integration more straight forward.
@ParadaCarleton I wonder whether you might be able to help test this? If you are able to test/review it might help with getting PRs merged. The first step is to...