##// END OF EJS Templates
remove translateZ hack...
remove translateZ hack while it does improve repaint performance on *some* setups (OS X+Chrome+Low-DPI), it seems to have no effect on most (OS X+FF, OS X+Chrome+High-DPI, Linux+Chrome), and the opposite effect on others (Linux+FF).

File last commit:

r14009:6f019b30
r20251:c710e81a
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()