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
Fernando Perez b3d5732690
Fix typo in help string
15 years ago
..
static Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates. 15 years ago
templates 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. 15 years ago
tests Refactored htmlnotebook session and kernel manager. 15 years ago
handlers.py Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates. 15 years ago
kernelmanager.py add Integer traitlet 15 years ago
notebookapp.py Add --script flag as shorthand for the script autosave notebook option. 15 years ago
notebookmanager.py Fix typo in help string 15 years ago