Feature requests - user search, cell dependencies, long strings

  1. Search users by their name or username
    (I think search should include results from users as well, right now it only searches by notebook title)

  2. Possibility to view cells dependency graph - would be helpful in certain times (When debugging, or trying to explore other user’s notebook, which has lot cell variables)

  3. Way to hide very long cell outputs - like big multiline strings, or stringified objects and e.t.c., ( but still store its value in the cell variable)

2 Likes

Looks like #2 is possible now

1 Like

I’ve noticed that issue number #3 is also working

35

2 Likes

You are right ,good news :upside_down_face: