2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-01-24 12:05:22 +08:00

Merge pull request from mspacek/inprocess

update examples and docs after kernel move

mostly just s/zmq/kernel.zmq/ and s/inprocess/kernel.inprocess/ changes.
This commit is contained in:
Min RK 2013-02-04 15:26:26 -08:00
commit a719cd2776

View File

@ -371,7 +371,7 @@
"stream": "stdout",
"text": [
"\n",
"Welcome to pylab, a matplotlib-based Python environment [backend: module://IPython.zmq.pylab.backend_inline].\n",
"Welcome to pylab, a matplotlib-based Python environment [backend: module://IPython.kernel.zmq.pylab.backend_inline].\n",
"For more information, type 'help(pylab)'.\n"
]
}