You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monkeyking/IPython/frontend/html/notebook/templates
Stefan van der Walt 6a8a66fa8b
Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
14 years ago
..
layout.html Hide top login/logout buttons on login/logout pages. 14 years ago
login.html Hide top login/logout buttons on login/logout pages. 14 years ago
logout.html Hide top login/logout buttons on login/logout pages. 14 years ago
notebook.html Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled. 14 years ago
projectdashboard.html Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates. 14 years ago