lmeyerov

Results 264 comments of lmeyerov

In a session w/ thomas: * Databricks notebooks will print() live, and I forgot if display() clears old display() or just displays at end * Databricks dashboards will show stale...

After analysis, it seems for databricks dashboards, we need to support a split mode: * dashboard login cell: a non-blocking sso initiation call emits the link and returns * dashboard...

great, see my comments on the branch

including in issues we can close now/soon (?)

great let's close when https://github.com/graphistry/pygraphistry/pull/486 is ready to merge ! (see comments there)

@tanmoyio our charts have mlflow, can we try doing explicit mlflow support for whatever their API supports?

(I'm not sure at pipeline level, g, ...)

cc @sky-2002 re: https://github.com/graphistry/pygraphistry/pull/436 agreed w/ @DataBoyTX , a cool pattern in pandas is `{name: alg, ...}` ex: ```python compute_algs({ 'pr': 'pagerank', 'bt': ('betweenness', opts123) }) ``` So we can...

Hi @prabhjotsingh18 ! Yes, of course -- * See lint, type check shell scripts @ https://github.com/graphistry/pygraphistry/blob/master/bin/lint.sh * A starting point is following the same pattern except lint.ruff.sh * And if...

Ah missed this response -- all these seem fine and worth the flip