Fritz Lekschas

Results 175 comments of Fritz Lekschas

Can `manage` download files for you? I think this is the main reason for having `test.sh` no?

@pkerpedjiev I think this is not yet superseded by other branches but I'll double check. Maybe I'll setup a new branch because I somehow lost track what's what with the...

I think it depends a bit on what you're trying to accomplish. Jupyter Scatter uses [regl-scatterplot](https://github.com/flekschas/regl-scatterplot) under the hood (you could almost go as far an call Jupyter Scatter just...

Wow nice! Thanks for sharing the snippets! @GeorgePearse Does that help you getting started?

Awesome! I'll close the ticket then but please feel free to reopen it if you have more questions.

@manzt shall we still merge this? The string check for checking whether the label is a marker could still be useful I think

Wow thanks for putting this together! I'm happy to merge this. One thing I wonder though is if we can actually remove the pub-sub typing here altogether as [I recently...

I'm closing this PR as I've refactored `pub-sub-es` to TypeScript to fix all the typing issues once and for all. Please let me know if you still run into issues...

Oh odd. Did you by chance alter the notebook in anyway or did this just happen when you execute the notebook the first time? The type error makes me think...

I've tested this again and it works as expected for me. My pandas and numpy versions are: - pandas==1.5.3 - numpy==1.25.0 Since Pandas has a new major version, I updated...