Zach Lipp

Results 13 comments of Zach Lipp

Seconded - This is essential functionality for container-first builds and frankly I think a compelling argument in favor of using `requirements.txt` and pip over `pyproject.toml` and flit

For a workaround, I've added the following layers to my Dockerfile: ```Dockerfile COPY ./pyproject.toml ./ # Install and cache ALL packages specified in pyproject.toml # Assumes requirements meet the following...

Any movement on this? A lot of things choke on `NULL`s, would be great to be able to coerce them to `NA`s

Hey there! I am happy to hear you can reproduce my results. it definitely appears that the js implementation will have an "extra" axis every so often. I guess my...

@sambhav This is blocking me and there's a PR to implement it. How can I help get this through?

It's been a month with no notice. What's the status here? This should be a simple change.

Hey @arogozhnikov! I would love to help contribute to this if you're open to it

This sounds interesting. If I understand right, what you're looking for is: - A separate repository consisting of a `jupyterlite` app - On load, this repository fetches the current notebooks...

@arogozhnikov I'm making some progress here! One thing to think about: When should we overwrite the files the user has downloaded? I don't think overwriting the notebooks each time the...

I've spent a few more hours on this, and you're right, it's pretty complicated. I am writing a lot of javascript and I am far from a javascript expert. One...