lmeyerov

Results 264 comments of lmeyerov

Realized this may relate to https://github.com/graphistry/pygraphistry/pull/536

@tanmoyio saw this is dangling, any response on https://github.com/graphistry/pygraphistry/pull/489#discussion_r1228278050 ?

@tanmoyio afaict there are no fixes in the current version, it got commented out?

@vaimdev I think this is really 2 different issues: 1. Ensure in databricks + jupyter that the link immediately appears (vs after 30s) . That includes when used in a...

is this closing in favor of https://github.com/graphistry/pygraphistry/pull/543 ?

Better code reuse here seems good, and enables memoization etc tricks Also, I think somewhere in the code I realized a useful trick was, when just a check is needed,...

Hmm, these calls do different things; - importlib will see it is resolvable: This has false positives - still needs an 'import' w try/catch to truly validate - you can...