Jonathan Frederic
c6548ebe0e
Merge pull request #7288 from Carreau/that/this
...
remove that.
11 years ago
Matthias Bussonnier
7a295d1924
Merge pull request #7273 from Carreau/content-no-namespace
...
Do not inject self in IPython namespace
11 years ago
Matthias Bussonnier
123c0f3b28
remove that.
11 years ago
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.
11 years ago
Matthias Bussonnier
1dfdda6e97
binary or is rare in JS
11 years ago
Matthias Bussonnier
06d4d1505a
Merge pull request #7266 from Carreau/shutdown-orange
...
make shutdown yellow/orange
11 years ago
Min RK
a417785c5e
add resource URLs to kernelspec model
...
- move kernelspec itself to model.spec
- add resources top-level key with resource URLs
- no more 404s or HEAD requests under normal circumstances
11 years ago
Thomas Kluyver
217e758e3d
Merge pull request #7264 from dongweiming/custom_js_3.0
...
Update custom.js for 3.0
12 years ago
dongweiming
85a2a88396
Update custom.js for 3.0
12 years ago
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
12 years ago
Bussonnier Matthias
eaf8fdc4f9
Do not inject self in IPython namespace
...
And do not require nemaespace either
- this is bad practice, and this prevent from
writing a blended content manager that works both
with drive and localhost as they shoudl both export
themselves to IPython.Contents module.
12 years ago
Jonathan Frederic
7926c36b0d
Remove right margin from the terminal
12 years ago
Jonathan Frederic
8d2e57e3ef
invoke css
12 years ago
Jonathan Frederic
028b79b385
Move kernel logo to right margin.
12 years ago
Jonathan Frederic
fd5659427d
invoke css
12 years ago
Jonathan Frederic
2c714357c4
Review comments
12 years ago
Jonathan Frederic
359bc2e1bc
invoke css
12 years ago
Jonathan Frederic
096b1638bf
Remove padding on editor
12 years ago
Jonathan Frederic
7daba81475
invoke css
12 years ago
Jonathan Frederic
cda53215ba
Improve edit app
12 years ago
Jonathan Frederic
b81a9f6bc6
invoke css
12 years ago
Jonathan Frederic
972065ad22
Additional aesthetic clean-up
12 years ago
Jonathan Frederic
461b2e74b6
invoke css
12 years ago
Jonathan Frederic
94a893d975
Prevent terminal from scrolling
12 years ago
Jonathan Frederic
fbc2adf2d5
Make things consistent
12 years ago
Jonathan Frederic
4e7832cf64
invoke css
12 years ago
Jonathan Frederic
726c95cbff
Address review comments
12 years ago
Bussonnier Matthias
2b0147c21a
no shadow on print media
...
Also hide celltoolbars
12 years ago
Matthias Bussonnier
6e9ef7abeb
Style notebook as a document
12 years ago
Jonathan Frederic
4d62ad0df6
invoke css
12 years ago
Jonathan Frederic
79fe99d124
Make terminal pretty
12 years ago
Jonathan Frederic
3969f0ec84
Move terminal less into better location
12 years ago
Jonathan Frederic
f8968df7e2
Merge pull request #7148 from minrk/kernel-selector
...
remove kernel selector from header
12 years ago
Bussonnier Matthias
bb61df5c35
make shutdown yellow/orange
12 years ago
Matthias Bussonnier
27c90f1da3
Merge pull request #7087 from nheijermans/master
...
Enable the IPython Notebook to display messages from other clients.
12 years ago
Min RK
9f9714e11f
remove kernel logo text placeholder
12 years ago
Min RK
da88bff678
add text placeholder for kernels with no logo
...
capital first initial on gray field
12 years ago
Min RK
d5f6aaa1f6
remove kernel selector from header
...
- add kernel name to indicator
- float kernel logo where indicator used to be
12 years ago
Brian E. Granger
6c55690994
Merge pull request #7227 from jdfreder/undead
...
Add visual cue for widgets with dead comms
12 years ago
Jonathan Frederic
e7370be7cc
invoke css
12 years ago
Jonathan Frederic
79fd5c3fed
Address comments
12 years ago
Thomas Kluyver
5a5f621591
Merge pull request #7247 from Carreau/fix-restore-checkpoint
...
fix restore checkpoint add an empty cell
12 years ago
Thomas Kluyver
2dbc8f5304
Merge pull request #7248 from Carreau/config-ctm
...
pass config to contentsManager
12 years ago
Bussonnier Matthias
f0c5de7c7e
make method private
12 years ago
Bussonnier Matthias
ddbd7aa4fa
add ability to unregister a preset
...
fix #7218
12 years ago
Bussonnier Matthias
3bce53e32e
fix logo on base_url prefix
12 years ago
Bussonnier Matthias
51f1cad6e4
pass config to contentsManager
12 years ago
Bussonnier Matthias
df418c6a62
fix restore checkpoint add an empty cell
12 years ago
Matthias Bussonnier
449384e85f
Merge pull request #7224 from jasongrout/fix-toolbarjs
...
Fix javascript iteration through array
12 years ago
Matthias Bussonnier
7eb4d1b84d
Merge pull request #7225 from Carreau/fix-actions
...
fix leading underscore
12 years ago
Jonathan Frederic
ab1fca9fdb
Prevent the page from jumping on tree tab change
12 years ago
Jonathan Frederic
d9346c002d
invoke css
12 years ago
Jonathan Frederic
9e67a34891
Bubble event and implement logic in CodeCell
12 years ago
Matthias Bussonnier
420fee5e4c
Merge pull request #7163 from jdfreder/refresh-persist
...
Persist widgets across page refresh
12 years ago
Jonathan Frederic
2d40eb30d4
Make sure comm-dead is applied to the top widget view class
...
in all cases where the kernel disconnects.
12 years ago
Min RK
26136f44d2
Merge pull request #7088 from Carreau/kernel.js
...
Load the per kernel kernel.js and kernel.css
12 years ago
Bussonnier Matthias
737064d9db
fix leading underscore
...
mering object with itself is stupid otherwise
12 years ago
Jason Grout
efc1fee242
Fix javascript iteration through array
...
for(var k in config) was assigning k to the properties of Array, not just the numeric indices
the second argument of add_buttons_group, k[1], should be config[k][1]
12 years ago
Matthias Bussonnier
031252d44f
Merge pull request #7207 from takluyver/rm-nb-user-config
...
WIP: Remove js user_config module
12 years ago
Matthias Bussonnier
791676006d
Merge pull request #7186 from minrk/moment
...
moment.js-related fixes
12 years ago
Thomas Kluyver
95e60a544c
Update test to modify class config for default_cell_type
12 years ago
Kyle Kelley
4f4e14342b
Merge pull request #7172 from Carreau/sort-dashboard
...
Sort dashbord list in frontend
12 years ago
Brian E. Granger
bd57d219fc
Merge pull request #7199 from takluyver/python-logo
...
Use Python logo for IPython kernel
12 years ago
Thomas Kluyver
7f221537d4
Fix default_cell_type option for notebook
12 years ago
Thomas Kluyver
938630b475
Remove user_config js module
12 years ago
Thomas Kluyver
e51f3ff8d5
Merge pull request #7187 from minrk/utils-js
...
various fixes in utils.js
12 years ago
Thomas Kluyver
27ad247f9d
Enlarge Jupyter logo to 28px height
12 years ago
Nathan Heijermans
408e3fa557
Backing out all changes to the UI and notebook.js.
...
Updated kernel.js to trigger the ``received_unsolicited_message.Kernel`` event instead. Notebook extensions can handle the event in whatever way they deem appropriate.
A notebook extension that takes advantage of this is available at https://github.com/nheijermans/nbexts.git .
12 years ago
Brian E. Granger
27144e51ff
Merge pull request #7162 from jdfreder/persist-fixes
...
Widget persistence fixes
12 years ago
Brian E. Granger
e090b609d1
Merge pull request #7169 from jdfreder/pager-style
...
Make the new pager look better
12 years ago
Jonathan Frederic
12366e8e8d
Clean up comments
12 years ago
Jonathan Frederic
1e0acbeb31
Write a plugin to handle private function automatically.
12 years ago
Jonathan Frederic
c703b3f3f5
Some clean-up
12 years ago
Jonathan Frederic
beb5ea6deb
Make sure every function appears in the Notebook class.
12 years ago
Jonathan Frederic
d756816e2b
Some typo fixes
12 years ago
Jonathan Frederic
5802309151
Make notebook.js jsdoc compatible
12 years ago
Jonathan Frederic
1aa280d9c9
Start JSDoc integration
12 years ago
Min RK
6661a0a301
fix regular checkpoint updates in notebook
...
in master, this was updating every 10 hours,
regardless of the value, due to a variety of bugs,
including using relativeTimeThreshold getters
that do not exist in moment.js 2.7.
12 years ago
Min RK
b11fe93abb
add utils.time
...
consolidate some time-related utils, used in save widgets
12 years ago
Min RK
982a742112
Merge pull request #6700 from Carreau/actions-2
...
Use notebook actions in toolbar
12 years ago
Thomas Kluyver
7454b25dc0
Probably don't need text styles on an img tag
12 years ago
Min RK
cadd5a14fe
Merge pull request #6747 from jdfreder/combofix
...
Make Selection widgets respect values order.
12 years ago
Jonathan Frederic
ab409d1966
Hide variables that shouldn't be exposed to the user
12 years ago
Jonathan Frederic
45eadcd06c
invoke css
12 years ago
Bussonnier Matthias
cd67e1aca7
return elements instead of append them directly
...
+ jshint fixes
12 years ago
Bussonnier Matthias
89edf7c099
fix ordering dirs > notebook> files
12 years ago
Min RK
1512598b83
various fixes in utils.js
...
revealed by linters
- remove duplicate WrappedError definition
- regex_split doesn't actually allow string separator
- remove various unused variables
- fix some incorrect regex escaping
- add missing quotes in $('body')
- remove a `for(attr in object)` because javascript
12 years ago
Jonathan Frederic
c5de028039
invoke css
12 years ago
Jonathan Frederic
12ef806b58
Thinner handle, single handlebar
12 years ago
Bussonnier Matthias
09b4d91ad0
sort dashbord in frontend
12 years ago
Bussonnier Matthias
07c6dd8b5d
move setting nb.kernelselector inside kernelselector itself
12 years ago
Bussonnier Matthias
7a3a61fe81
make pseudo action in their own dcit.
...
make test more reliable by adding data-attributes to buttons.
12 years ago
Bussonnier Matthias
08dbdb1640
note to self
12 years ago
Matthias Bussonnier
199483b82d
fix rebase after kill of layout manager
12 years ago
Jonathan Frederic
c897b66031
invoke css
12 years ago
Jonathan Frederic
eb34a4c6c2
Add shadow to pager handle
12 years ago
Jonathan Frederic
d5a4739636
invoke css
12 years ago
Jonathan Frederic
9879a3c16c
Make the pager look better
12 years ago
Jonathan Frederic
b1b88a7855
Merge pull request #7147 from jdfreder/print
...
Meta-p for print
12 years ago
Jonathan Frederic
3b11cc66a7
Make widgets persist across page refresh
12 years ago