##// END OF EJS Templates
allow the notebook to run without MathJax...
allow the notebook to run without MathJax * add `--no-mathjax` flag for disabling mathjax in the notebook server * A jQuery dialog with our 'no mathjax' message will appear if mathjax is unavailable, but the notebook will be fully functional after dismissal. * Various calls to MathJax.Hub.typeset moved to Cell.typeset, which checks for MathJax existence and is a no-op without it. closes #1071

File last commit:

r3970:c5a35798
r5547:ef48cc07
Show More
logtopics.rst
13 lines | 454 B | text/x-rst | RstLexer
MinRK
zmq kernels now started via newapp
r3970 =======================
Log Topic Specification
=======================
we use pyzmq to broadcast log events over a PUB socket. Engines, Controllers, etc. can all
broadcast. SUB sockets can be used to view the logs, and ZMQ topics are used to help
select out what to follow.
the PUBHandler object that emits the logs can ascribe topics to log messages. The order is:
<root_topic>.<loglevel>.<subtopic>[.<etc>]
root_topic is specified as an attribute