##// END OF EJS Templates
IPython/core/history.py: Handle RuntimeError on Thread.start (#14318)...
IPython/core/history.py: Handle RuntimeError on Thread.start (#14318) On the emscripten (Pyodide), `HistorySavingThread.start` raises `RuntimeError`. We handle this exception here. It also reveals a misplaced `atexit` call, which we also fix here.

File last commit:

r28416:e9820004
r28625:0a3cf8f6 merge
Show More
requirements.txt
12 lines | 139 B | text/plain | TextLexer
-e .[doc]
sphinx>7
setuptools
sphinx_rtd_theme>=1.2.0
numpy
exceptiongroup
testpath
matplotlib
docrepr
prompt_toolkit
ipykernel
stack_data