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
Disable Jupyter history manager to suppress Almond
Add jupyter_server_config.py to disable the history manager, which prevents
history_request messages that cause JSON decoding errors in Almond 0.9.1:
ERROR Kernel Ignoring error decoding message
java.lang.Exception: Error decoding message:
com.github.plokhotnyuk.jsoniter_scala.core.JsonReaderException
The error is cosmetic (doesn't break functionality) but annoying in logs.
Disabling history requests eliminates the error completely while maintaining
all Chisel functionality and visualization capabilities.
0 commit comments