Replies: 2 comments 2 replies
|
@lahvak well, we could add chat messages to |
2 replies
|
I came up with something in this PR: #8847 should be live today or tomorrow |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Often when collaborating on a notebook (for example when reviewing a student's project, or grading an assignment), I want to comment on a specific cell in the notebook. Right now I can:
Having a way to attach a new chatroom to a cell from the notebook view, such that in the notebook view participants could see that there is a chat attached to it, and click on it to pen the chat, would in my opinion greatly boost productivity when collaborating on notebooks.
I am not sure if there is a space for something like that in the cell metadata, or whether it would have to be implemented separately (using the metadata would be useful for preserving the chat link when making copies of the notebook).
All reactions