You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing a notebook PR for the https://github.com/ibm-granite-community/granite-snack-cookbook/, I also cleared the notebook output in Jupyter Lab, which is our standard practice. In doing so, I noticed a strange behavior for the output of the chat program. Invoking "Clear outputs of all cells" in Jupyter Lab only erased one line of the chat interaction at a time. I had to repeat the command multiple times to clear the whole output. This seems like a bug.
The text was updated successfully, but these errors were encountered:
I didn't say this explicitly, but if this is a bug, I'm guessing it would be related to the notebook extension. For example, the chat is printed "flat", but is it stored "hierarchically" or in some sort of linked list and the notebooks "clear output" command only cleans one layer?
While testing a notebook PR for the https://github.com/ibm-granite-community/granite-snack-cookbook/, I also cleared the notebook output in Jupyter Lab, which is our standard practice. In doing so, I noticed a strange behavior for the output of the chat program. Invoking "Clear outputs of all cells" in Jupyter Lab only erased one line of the chat interaction at a time. I had to repeat the command multiple times to clear the whole output. This seems like a bug.
The text was updated successfully, but these errors were encountered: