Matthias BUSSONNIER
981738f9e3
change upload sentense
14 years ago
Matthias BUSSONNIER
40bdd81f5c
replace b by strong for semantic, more change in boilerplate
14 years ago
Matthias BUSSONNIER
231e8f93f2
remove underscore in filename
14 years ago
Matthias BUSSONNIER
0ada7dd847
bold click here in dashboard
14 years ago
Matthias BUSSONNIER
8d673ea086
clean html, style logon form
14 years ago
Matthias BUSSONNIER
275b1040b1
multifile selection
14 years ago
Matthias BUSSONNIER
ca089cc7cf
alternate notebook upload methods
...
fixes #1562
14 years ago
Brian Granger
19322be14d
Chaging # of engines format in cluster list.
14 years ago
Brian Granger
35ffb5500a
Cluster management is now working.
...
You can start/stop clusters in the notebook with a very simple UI. More to do,
but this is a start.
14 years ago
Brian Granger
34d784a5ab
Draft of the cluster list UI.
...
Not functional yet, but the idea is there.
14 years ago
Brian Granger
b819fbfe8f
Initial try at adding tabs to project dashboard.
14 years ago
Brian Granger
3631fae153
Major refactoring of notebook.
...
* Created new base page html/css/js.
* Everything inherits from the page template.
* Universal header border.
* Notebook list borders are set to 1px all around.
* No border around notebook area.
* Border cleanup of toolbar/menubar.
* Lots of code reorg to get ready for further refactoring.
14 years ago
Brian Granger
6dc7b078b9
Refactoring templates and top level js/css organization.
14 years ago
Andrew Straw
81a636dabf
use Tornado's handler.static_url() in templates
14 years ago
MinRK
ba5e2538b5
use absolute URLs for static files
14 years ago
Stefan van der Walt
52a2f081fe
Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
14 years ago
Stefan van der Walt
3bf57a7f5d
Improve three-state read-only logic.
14 years ago
Matthias BUSSONNIER
16946ef7bb
unhide on not read-only instead of inverse
14 years ago
Stefan van der Walt
3b6c151b72
Add logout button.
14 years ago
Stefan van der Walt
c4b7ee1a75
Use template inheritance.
14 years ago
MinRK
65a6cb3b1c
move read_only flag to page-level
...
contents of LPanel are not drawn until after collapse
read_only is in a <meta> tag
15 years ago
MinRK
a6de5947de
add read-only view for notebooks
...
When using a password, read-only mode allows unauthenticated users
read-only access to notebooks. Editing, execution, etc. are not
allowed in read-only mode, but save/print functions are available.
No kernels are started until an authenticated user opens a notebook.
15 years ago
MinRK
89f11475da
dashboard page title -> IPython Dashboard
15 years ago
Brian E. Granger
05729f7c0c
Further cleanup and renaming of notebook.
15 years ago
Brian E. Granger
2318fe4ef5
Renaming things in the notebook.
...
* nbbrowser -> projectdashboard.
* Getting rid of underscores on .js filenames.
15 years ago