##// END OF EJS Templates
CTRL-ENTER now runs a cell in "terminal mode"...
CTRL-ENTER now runs a cell in "terminal mode" In this mode, a new cell is not created after the current cell is run. Once the cell is run, the current input is cleared, so it acts just like the terminal.

File last commit:

r4302:a2dd0398
r4390:6a242bad
Show More
nbbrowser.html
29 lines | 1003 B | text/html | HtmlLexer
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title>IPython Notebook Browser</title>
<meta name="description" content="Browser for local IPython notebooks">
<meta name="author" content="IPython dev team">
<link rel="stylesheet" href="static/css/nbbrowser.css" type="text/css" />
<link rel="stylesheet" href="static/jquery/css/jquery.wijmo-open.1.1.3.css" type="text/css" />
<link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" />
</head>
<body>
<!-- JavaScript at the bottom for fast page loading -->
<script src="static/jquery/js/jquery-1.5.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="static/jquery/js/jquery-ui-1.8.10.custom.min.js" type="text/javascript" charset="utf-8"></script>
<script src="static/jquery/js/jquery.wijmo-open.1.1.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="static/js/nbbrowser.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>