PY-74366 Jupyter/RemoteDev (feat): In Remote Dev in notebooks, tables will be displayed in as html-table. Cells execution state will be synchronized.

(cherry picked from commit 853b332b230ffdaf6da890f105811171fd84a4ca)


(cherry picked from commit 059b813db573293afa210cd39dcc76c7d081a4b7)

IJ-CR-147319

GitOrigin-RevId: 177d11260385a3b1dc514c39a52701f585507647
This commit is contained in:
Nikita Pavlenko
2024-10-18 13:14:04 +02:00
committed by intellij-monorepo-bot
parent f9d6899d51
commit ab63e63ae6

View File

@@ -69,7 +69,7 @@ class NotebookIntervalPointerConcurrentMap<Value>(messageBus: MessageBus, parent
* see [java.util.concurrent.ConcurrentHashMap.CollectionView.removeAll]
*/
fun removeAll(cellPointers: Collection<NotebookIntervalPointer>): Boolean {
return mapReference.get()?.keys?.removeAll(cellPointers) ?: false
return mapReference.get()?.keys?.removeAll(cellPointers) == true
}
override fun dispose() {