Nate Rush

Results 79 comments of Nate Rush

Relevant: https://jupyter-server.readthedocs.io/en/latest/operators/security.html#the-problem See the section on trusting a notebook, to make these things visible from load!

@zhugw thanks for posting this. Can you help me understanding a little bit better what you want to do here? It's pretty much: for every row in "C" that does...

Currently, this is not possible (although something like this is on the update). To clarify, do you then filter to a different value like `different foo` and then update those...

@aarondr77 can you find out what browser this occurred on in the screen shot above? For this specific sort of bug, it makes investigations about 10x easier!

Ok, a few thoughts. 1. Proposal 1 looks like a good start, but you'll probably have to deal with out of order returns (especially with API calls). 2. That's it....

Oh... I remember 2. I don't know if every message has a response... in which case, figuring out what is loading might be kinda tricky. I am not sure though....

@joseberlines thanks for the feature request! Dashboarding is something we certainly aim to have Mito support at some point, but I'm not sure when we'll get to adding it! The...

This dataframe triggers it: `pd.DataFrame({1: [2, 3], True: [False, True]}, index=[1, 2])` I think it's when there is 1 and True. The indexing in results in the same column, but...

Nice! This is confirmed the bug. Nice work investigating to get there!

Ok, so we can certainly include both of the files in the labextension folder. The main question is: if we just copy the .tgz into the labextension folder, how do...