Graham Wheeler

Results 31 comments of Graham Wheeler

I had a similar issue. If I did a "docker run" from a terminal, I had no problem, but trying to run this through the Synology docker manager did not...

I have just switched from BoostNote to Notable for this reason. https://github.com/notable/notable I think BoostNote is superior in most respects but this is a huge issue. By having the files...

It's odd that this has been open for 1.5 years now, it is one of the most upvoted and commented on issues, and yet it has not even been given...

Here are the stubs for `DataFrame.__getitem__`: ``` @overload def __getitem__(self, idx: _str) -> Series[Dtype]: ... @overload def __getitem__(self, rows: slice) -> DataFrame: ... @overload def __getitem__( self, idx: Union[Series[_bool], DataFrame,...

There clearly is an issue here Italo; I think the team should look into it more deeply. It may be related to how we process overloads. I'm not suggesting the...

Do we really have to force this and disable others? We could make it a setting and leave it to users to enable it and make sure there are no...

> I wish the Python community stopped behaving as if static typing is a silver bullet and life cannot go on without them, despite the amazing success that Python has...

I am surprised this only had one vote and it was a downvote, at least for the Arrow support, as that would clearly be a good way to share data...

I was thinking of data in the Plasma object store. We had an intern prototype viewing dataframes from the Jupyter notebook in VS Code in SandDance, but that involved (IIRC)...

Sorry, I missed this. We aren’t doing anything with Arrow yet, but have been talking about using it in the future for sharing data between kernels in polyglot notebooks. On...