Skip to content
Snippets Groups Projects

exponentially decay message frequency in live_info

Merged Jorn Hoofwijk requested to merge limit_message_queue into master
All threads resolved!
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
 
# -*- coding: utf-8 -*-
 
import ipywidgets
 
 
 
def test_private_api_used_in_live_info():
 
"""We are catching all errors in
 
adaptive.notebook_integration.should_update
 
so if ipykernel changed its API it would happen unnoticed."""
 
ipywidgets.Button().comm.kernel.iopub_thread._events
Loading