Thomas Kluyver
0d124e054e
Catch trying to rename to an empty filename
...
Act as if the OK button is diabled.
Closes gh-2475
9 years ago
Grant Nestor
3e01e128f5
Use animated favicon for kernel busy indicator
9 years ago
Grant Nestor
5f3dbf9890
Use different favicons for different components (notebook, terminal, file)
9 years ago
Kyle Kelley
7b5c42d21c
Merge pull request #2448 from gnestor/issue-1129
...
Fix save widget layout for long notebook titles
9 years ago
Grant Nestor
74ea5ebd12
Fix save widget layout for long notebook titles
9 years ago
Matthias Bussonnier
7dac0a2bac
Merge pull request #2433 from takluyver/toolbar-btn-label
...
Allow toolbar buttons to have short label
9 years ago
Min RK
521f43f0bf
Merge pull request #2430 from minrk/never-abs-urls
...
fix some absolute URL paths
9 years ago
acrule
e928e21704
fix typo in action name
9 years ago
acrule
487d3ecb09
redirect paste menu items to call paste actions, not notebook paste functions
9 years ago
Thomas Kluyver
af244a63b8
Allow toolbar buttons to have short label
...
I've wanted this for ages - little monochrome icons can only convey so
much information. So far, I've only added a label to the run button.
9 years ago
Min RK
61439f8ffb
fix some absolute URLs
...
absolute URLs should never occur in the javascript
9 years ago
Min RK
eaeb5cb410
remove some outdated, incorrect $.getScript examples
9 years ago
Thomas Kluyver
e5a492dd25
Merge pull request #2418 from minrk/remember-edit-extensions
...
editor: remember user language choices per file extension
9 years ago
Min RK
97f4913c16
only set codemirror mode if it exists
9 years ago
Min RK
76c6617b28
delete settings.url when pulling it out
9 years ago
Min RK
25c4ff33e4
accept jquery's ajax({url: '...'}) signature
...
to ease extensions updating from `$.ajax` to `utils.ajax`
9 years ago
Min RK
a2f6a8c3bb
editor: remember user language choices per file extension
...
When the language is selected manually, record the file extension and choice in config
so that future files opened with the same extension use the same mode.
This allows users to teach the editor about file extensions CodeMirror doesn't know about.
9 years ago
Jason Grout
8e822e999f
Call the code cell’s clear_output so a cell event is triggered.
...
Thanks to @gnestor for this, from PR #2394 .
9 years ago
Jason Grout
76b77a0b09
Pass the output area object in events specific to the output area.
...
Also, add a new event triggered right before the output area is cleared. This is useful if an output renderer has cleanup work to do before the DOM element is removed off of the page.
9 years ago
Min RK
f5f2eadd92
Merge pull request #2349 from parmentelat/split-cell
...
include metadata when copying a cell
9 years ago
Min RK
8a0410ecae
Merge pull request #2390 from miishke/menubar-toggle
...
Added show, hide, and toggle actions for menubar container to the Com…
9 years ago
Milos Miljkovic
f39a551149
Added show, hide, and toggle actions for menubar container to the Command Palette
9 years ago
Kyle Kelley
082153d7e8
Merge pull request #2385 from rgbkrk/ensure-trailing-slash
...
ensure a trailing slash on the base_url
9 years ago
Kyle Kelley
ed92e20f75
Merge pull request #2387 from gnestor/editor-search-style
...
Fix search background style
9 years ago
Grant Nestor
ebad7c0241
Fix search background style
9 years ago
Kyle Kelley
0a1b0309b7
ensure a trailing slash on the base_url
9 years ago
Min RK
f9f2a5e3f9
Merge pull request #2279 from delftswa2017/refactoring_page
...
Refactoring Page object
9 years ago
Grant Nestor
bf2e14cfe4
Back to development
9 years ago
Grant Nestor
048f243a3a
release 5.0.0
9 years ago
Grant Nestor
60a02df266
Use `events.one` vs `events.on` inside of `CodeCell.execute`
9 years ago
Thierry Parmentelat
6aaa4d7a96
an early attempt to fix #2273
...
I was not able to test this though
preserves initial strategy that uses original cell as cell B
so as to preserve selection
9 years ago
Grant Nestor
f0ee02fb27
Use `_new_window` method for "Download as .ipynb"
9 years ago
Grant Nestor
e9c9c3a10e
Back to development
9 years ago
Grant Nestor
35c37c068f
release 5.0.0rc2
9 years ago
Thomas Kluyver
e2943130c7
Remove addition of cell toolbar reminder
...
Follow up from PR #2331
9 years ago
Thomas Kluyver
ece0a777d5
Merge pull request #2331 from gnestor/celltoolbar-reminder
...
Remove cell toolbar reminder
9 years ago
Grant Nestor
f2f9237c06
Remove cell toolbar reminder
9 years ago
michaelpacer
9b771de18d
Add latex button to dropdown
9 years ago
Matthias Bussonnier
fc0354ef59
Remove drop shadow from Tag UI for consistency.
...
Likely a side-effect of using `.form-control()`
9 years ago
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
9 years ago
Matthias Bussonnier
8aa04b9699
Enforce version number at build time.
...
Prevent making releases with wrong version number that will confuse pip,
or make sdists to appear more recent than wheels.
9 years ago
Grant Nestor
b12bd4cbcc
release 5.0.0-rc.1
9 years ago
Grant Nestor
64fe3f1618
Trigger 'cleared' event when output area is cleared
9 years ago
Min RK
93d8f3fe0f
add output_added.OutputArea event
9 years ago
Min RK
7756fd34a9
restore append-after-render
...
so all output types are handled consistently
9 years ago
Min RK
273e8f9bbe
display_id target index is now outputs.length - 1
...
since item has been appended to outputs before calling instead of after
9 years ago
Grant Nestor
d635525aef
Make mime bundle accessible to renderers
9 years ago
Ioannis Papadopoulos
7227c261ce
fix indentation
9 years ago
Ioannis Papadopoulos
d4bd5ccf39
Refactored Page class removing todo
9 years ago
Grant Nestor
c8841b68c4
Back to development
9 years ago