##// END OF EJS Templates
qtconsole: strip newline on text copy (fixes #6234)...
qtconsole: strip newline on text copy (fixes #6234) IPython's inputsplitter inserts newline at the end of string passed to it. So, if user didn't select newline before copying, we must strip it.

File last commit:

r15985:3d455be3
r18190:935f26fb
Show More
notebook_redirect.html
9 lines | 274 B | text/html | HtmlLexer
<html>
<head>
<meta http-equiv="Refresh" content="0; url=../notebook/index.html" />
<title>Notebook docs have moved</title>
</head>
<body>
<p>The notebook docs have moved <a href="../notebook/index.html">here</a>.</p>
</body>
</html>