Jonathan Frederic
12fe7823ad
New Terminal into new new button
2015-01-19 09:41:32 -08:00
Jonathan Frederic
2d835bd7ed
Put lists in an accordion
2015-01-19 09:41:31 -08:00
Jonathan Frederic
808916762e
Remove terminals page of the dashboard,
...
move contents into running tab.
2015-01-19 09:41:31 -08:00
Min RK
e769c2c99e
remove tree override.css
2015-01-14 12:51:22 -08:00
Matthias Bussonnier
27f3c224c2
a few 1 pixel fixes.
...
this uses the same html/css structure acroos the tabs, and reduce the overlay
click zone that expended the size of the header to 25px instead of 24px
2014-12-23 23:20:03 +01:00
Jonathan Frederic
9e3b18605a
Reverse order of file/folder and notebooks in new menu
2014-12-23 12:15:06 -08:00
Jonathan Frederic
e0adde46f3
New new button
2014-12-23 12:15:06 -08:00
Matthias Bussonnier
6b57f44bf6
ungroup button on dashboard
...
fix a few instanced of button toolbar that were not with the right class or not in btn groups.
2014-12-23 11:32:15 +01:00
Jonathan Frederic
a485fe42ea
s/Notebooks/Files
2014-12-15 16:07:45 -08:00
Bussonnier Matthias
59f5b9199d
just indent everythin twice
2014-12-12 15:40:29 +01:00
Bussonnier Matthias
1b2305c475
emit valid html:
...
Not closed div, <a> don't have alt but title, chrome frame has been
closed for at least a year, IE shoudl use edge mode. div cannot embed
span.
2014-12-12 15:28:51 +01:00
Min RK
6a1cebe4c0
minor reflow of tree header
...
- remove absolutely positioned text (absolute text doesn't wrap correctly)
- associate hidden upload directly with 'click here' via span
- remove column split, rely on regular reflow
2014-12-05 13:08:55 -08:00
Min RK
d9767e8c94
separate selecting default kernel from new notebook with specified kernel
...
adds checkmark to indicate selection
2014-12-05 12:06:55 -08:00
Min RK
0cfd8731a0
include current kernel name in new notebook dropdown
2014-12-05 12:06:55 -08:00
Min RK
d312486840
Add kernel-select dropdown to new notebook button
...
most recent choice is remembered in localStorage
2014-12-05 12:06:54 -08:00
Thomas Kluyver
4025b57ed8
Only display terminals in dashboard if terminals are available
2014-10-31 15:56:53 -07:00
Thomas Kluyver
65e664b143
Add list of available terminals in the dashboard
2014-10-31 15:42:52 -07:00
MinRK
fae77bd133
remove unused project_dir
2014-07-31 11:57:38 -07:00
Thomas Spura
01dec53cf9
Port more icons to fontawesome-4
2014-07-27 14:53:20 +02:00
MinRK
11193d4790
move some responsive bootstrap transitions
...
- `-md-` puts the transition at 970px
- `-sm-` puts the transition at 768px
I moved most of the `md` transitions to `sm`,
which seems more reasonable.
I also moved the cluster list to `xs` because
the columns will never be wider than a dozen or so characters.
2014-07-24 13:02:30 -07:00
Jonathan Frederic
188072d190
@carreau review changes
2014-07-10 15:47:22 -05:00
Jonathan Frederic
9bfe5fc06c
Use ipython namepsace for instances.
2014-07-10 15:25:09 -05:00
Jonathan Frederic
9f4a03ce79
Started work to make tree requirejs friendly.
2014-07-10 15:25:08 -05:00
Jonathan Frederic
22c94ab404
Lots of small alignment tweaks to get Bootstrap3 looking better
2014-06-09 12:05:38 -07:00
Jonathan Frederic
80673856a8
Fixed float
2014-06-09 12:05:37 -07:00
Jonathan Frederic
0689830c4b
Fixes to make spinners in cluster list display correctly.
2014-06-09 12:05:37 -07:00
Jonathan Frederic
0483bb2ed8
Fixed cluster list.
2014-06-09 12:05:37 -07:00
Jonathan Frederic
d88daf1bb7
Ran jdfreder/bootstrap2to3
2014-06-09 12:05:37 -07:00
Paul Ivanov
f8ab13b675
Merge pull request #5215 from ivanov/running-kernels
...
Dashboard "Running" Tab
2014-02-27 19:57:50 -08:00
Paul Ivanov
938f4bdfc4
small whitespace cleanup, renamed drag_info
...
in the dashboard, I've renamed drag_info to notebook_list_info, so
applying style to notebook_list_info and running_list_info can be done
in one place.
2014-02-27 19:36:42 -08:00
Paul Ivanov
7d1da4c550
refer to notebooks, not kernels.
2014-02-26 12:35:20 -08:00
Paul Ivanov
b74b10e308
added IPython.session_list
...
before this, kernel_list and notebook_list each fetched and held onto
their own copy of the sessions.
2014-02-25 18:09:16 -08:00
Paul Ivanov
06c689caa3
remove reiterated repetitively redundant "actively"
2014-02-24 15:02:08 -08:00
Paul Ivanov
cb1bb62272
ok, Running tab is working now
2014-02-24 13:11:13 -08:00
Paul Ivanov
b3c1164798
put Running tab on the page
2014-02-20 17:01:51 -08:00
MinRK
a184724bdb
remove base_kernel_url
2014-02-11 21:26:10 -08:00
MinRK
e1e0b19a6a
s/base_project_url/base_url/
...
deprecate NotebookApp.base_project_url
2014-02-08 23:09:24 -08:00
Brian E. Granger
7ab69652ea
Breadcrumb home icon.
2014-02-05 15:35:46 -08:00
Brian E. Granger
378b18b2fb
Nice dashboard page titles like /.../examples/notebooks/
2014-02-04 16:29:55 -08:00
Brian E. Granger
dd126fce6d
Tighten spacing of dashboard.
2014-02-04 15:53:27 -08:00
Brian E. Granger
2207a4f0dc
Adding proper breadcrumb support.
2014-02-04 15:53:27 -08:00
MinRK
dd93a2211a
add utils.js to tree template
2013-10-17 14:09:13 -07:00
MinRK
c79dcc8e73
quote data attributes
...
prevents errors when these are empty strings
2013-10-17 14:09:13 -07:00
MinRK
14fd50f80b
Simplify Tree handlers
...
- 404 on missing path
- only need one handler for each of redirect and dashboard,
don't need duplicates.
- project property on Handlers is unclear
2013-10-17 14:09:12 -07:00
Zachary Sailer
d16fe2f826
manual rebase html notebook templates
2013-10-17 14:07:50 -07:00
MinRK
03883d82e4
remove bad if logged_in
preventing new-notebook without login
2013-07-25 12:07:40 -07:00
MinRK
f9dd129e1c
remove notebook read-only view
...
it is largely broken, and had problematic security issues.
2013-07-23 13:22:05 -07:00
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
2013-06-27 11:14:10 -07:00