##// END OF EJS Templates
get rid of most slowdown at notebook loading....
get rid of most slowdown at notebook loading. 1) Do not setOption('mode',new_mode) on CM if new and old mode are the same. It triggert **a lot** of calculation of bounding box in the end. 2) Do **not** select cell when loading the notebook it triggers **a lot** of CM even that check visible things and so on and so forth. So add a option to add_cell_at_index not to select it 3) jQuery $.attr has some magics, but has a slight overhead on real native ELEM.setAttribute DOM method. Seem slight improvement when loads of PNGs on one page

File last commit:

r11730:a4062b36
r13573:417940c5
Show More
index.rst
25 lines | 421 B | text/x-rst | RstLexer
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520 .. _parallel_index:
====================================
Using IPython for parallel computing
====================================
MinRK
rebase IPython.parallel after removal of IPython.kernel...
r3672 .. toctree::
:maxdepth: 2
Paul Ivanov
update indexes to use .rst, remove .txt refs
r11730 parallel_intro
parallel_process
parallel_multiengine
magics
parallel_task
asyncresult
parallel_mpi
parallel_db
parallel_security
parallel_winhpc
parallel_demos
dag_dependencies
parallel_details
parallel_transition
MinRK
rebase IPython.parallel after removal of IPython.kernel...
r3672
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520