qqdaiyu55

Results 19 comments of qqdaiyu55

@mwouts hi, could u please describe the issue you met? I'm pretty busy today, I can take a look in next few days

@mwouts Sure, I'll take a look. Could you please open the console in developer tool and share the error log?

Sry for late reply, I'm quite busy these days. I just test it with jupyter lab/notebook, it seems work well. Could you please share the notebook or code snippet which...

The screenshot you shared, these two errors, one in `doctool.js`, and the other in `sphinx`. None of them is related to your `itables` pkg. ![image](https://user-images.githubusercontent.com/9846706/164718775-0737f749-ef6b-465c-b632-c770ea6816cb.png)

@ctxhou Any plan on implementing the feature? Thanks.

@ctxhou Sorry I'm also busy recently, I'll take a look if I have time. If you have any idea on implementing this feature, you can post it here : )

ok I saw we already support for local path ``` def resolve_one_wheel(self, path_or_url): """download a single wheel, and copy to the cache""" local_path = None will_fetch = False ```

@bollwyvl Thanks for reply! > it would ideally match the upstream kernel's behavior a la #97, and might not work the same way for different kernels. A quick scan shows:...

Or I can try to implement an extension to do it, though it's not fun (making an extension only for startup codes).

> run it in another site: and they both secretly run different (incompatible) lines of code before I even get to do anything The benefit of prerun codes I think,...