##// END OF EJS Templates
Removing default input prompt number....
Removing default input prompt number. In a notebook setting being able to delete and add cells makes it virtually impossible to correctly guess what the next input prompt number should be. We now follow the convention that our prompts look like "In [ ]:" before execution.

File last commit:

r4302:a2dd0398
r4391:b1f1ddea
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>