Min RK
|
f0db998d4d
|
Merge pull request #3560 from minrk/longcell
Remove max_msg_size
The max_msg_size safety limit is just removed.
closes #3124
|
13 years ago |
MinRK
|
39578beabc
|
remove max_msg_size altogether
It was a security feature without an application.
|
13 years ago |
MinRK
|
7fe1b00cdc
|
mention double-control-C to stop notebook server
in the initial log message.
closes #2971
|
13 years ago |
MinRK
|
563d9372bf
|
up default max_msg_size to 1MB
|
13 years ago |
Matthias Bussonnier
|
9640b57161
|
Merge pull request #3528 from minrk/staticbase
fix local mathjax with custom base_project_url
|
13 years ago |
MinRK
|
b20845172b
|
fix local mathjax with custom base_project_url
closes #2720
|
13 years ago |
Thomas Kluyver
|
a2bf752dba
|
Remove unused imports in IPython.html
|
13 years ago |
MinRK
|
bd03a99e28
|
use `parent=self` throughout IPython
instead of `config=self.config`
only real effective change: IPythonKernelApp.parent has been renamed to IPKernelApp.parent_handle.
|
13 years ago |
MinRK
|
a3653e34b1
|
update references for IPython.html
|
13 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |