File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -387,15 +387,12 @@ In general Matplotlib is not thread safe. If you are going to update
387
387
sure that you are locking in the critical sections.
388
388
389
389
390
- The Weeds
391
- =========
392
-
393
390
394
391
Eventloop integration mechanism
395
- -------------------------------
392
+ ===============================
396
393
397
394
CPython / readline
398
- ~~~~~~~~~~~~~~~~~~
395
+ ------------------
399
396
400
397
The python capi provides a hook, :c:var: `PyOS_InputHook `, to register a
401
398
function to be run "The function will be called when Python's
@@ -422,7 +419,7 @@ is the recommended method of integrating Matplotlib and a prompt.
422
419
423
420
424
421
IPython / prompt toolkit
425
- ~~~~~~~~~~~~~~~~~~~~~~~~
422
+ ------------------------
426
423
427
424
With IPython >= 5.0 IPython has changed from using cpython's readline
428
425
based prompt to a ``prompt_toolkit `` based prompt. ``prompt_toolkit ``
You can’t perform that action at this time.
0 commit comments