Matthias Bussonnier
69ff48ee99
Merge pull request #813 from jdfreder/i795
...
Run and select below multiselect compat.
10 years ago
Jonathan Frederic
03b7e18082
Merge pull request #815 from jdfreder/i793
...
Deprecate move cell up/down
10 years ago
Jonathan Frederic
a9b9243ebf
Tests
10 years ago
Jonathan Frederic
7ec9d5a967
Run and select below multiselect compat.
10 years ago
Matthias Bussonnier
b370f285bb
Merge pull request #812 from jdfreder/i794
...
Insert cell above/below and multiple selection
10 years ago
Matthias Bussonnier
c71c4f3032
Merge pull request #814 from jdfreder/i796
...
Run and insert below, multiselect compat.
10 years ago
Jonathan Frederic
b1febfc13c
Merge pull request #818 from Carreau/docs-quickselect
...
Document limitation of quick celltype selector...
10 years ago
Jonathan Frederic
eead7d3fd6
Remove deprecation pill
10 years ago
Jonathan Frederic
2faaae8d54
Merge pull request #821 from Carreau/fix-mergeable-tests
...
Fix tests on merge-able cells.
10 years ago
Jonathan Frederic
c2dfc10fa5
Merge pull request #819 from Carreau/pluralize
...
Pluralize action on multiple outputs
10 years ago
Matthias Bussonnier
b7a85f4e6b
Merge pull request #8 from jdfreder/doccopyedit
...
Copy edit
10 years ago
Jonathan Frederic
193202bdb5
Copy edit
10 years ago
Jonathan Frederic
989c7da9d4
State when the function will be removed
10 years ago
Jonathan Frederic
7a7c90b993
Add tests
10 years ago
Jonathan Frederic
c80d554c99
Merge pull request #4 from Carreau/john-tests
...
Write test to test for running of multiple selection and insert below.
10 years ago
Matthias Bussonnier
f5dc1b25ec
Fix tests on merge-able cells.
...
Add test to check that shift-m does actually do nothing on only 1 cell
selected.
make sure multiple cells get selected when trying to merge a lock cell
(or it's useless test)
Add a test that check 2 cells can be merged.
Closes #820
10 years ago
Matthias Bussonnier
fb7d3004f2
Pluralize action on multiple outputs
10 years ago
Matthias Bussonnier
225bbcffa7
Document limitation of quick celltype selector...
...
... With regard to Multiple selection.
Closes #805
10 years ago
Matthias Bussonnier
4719f957ad
Write test to test for running of multiple selection and insert below.
10 years ago
Matthias Bussonnier
79df8c6469
Merge pull request #816 from captainsafia/add-multiselect-toggle-tests
...
Add tests for multiselect toggles
10 years ago
Safia Abdalla
ca496ee268
Added tests for multiselect toggle functionality
10 years ago
Safia Abdalla
068f4e9136
Refactored multiselect toggles
10 years ago
Fernando Perez
3e76a5a515
Merge pull request #760 from Carreau/secure-server
...
Refactor script to automatically setup notebook over SSL.
10 years ago
Jonathan Frederic
9ff8889641
Merge pull request #809 from parente/multiple-cell-converts
...
Support multiple cell selections in markdown, raw, and code conversions
10 years ago
Jonathan Frederic
b1ac6f2591
Deprecate move cell up/down
10 years ago
Jonathan Frederic
5455aef679
Run and insert below, multiselect compat.
10 years ago
Jonathan Frederic
46f0cd9c34
Insert cell above/below and multiple selection
10 years ago
Peter Parente
2b7a06d4b2
Add multiselect cell type conversion tests
...
(c) Copyright IBM Corp. 2015
10 years ago
Peter Parente
258470e19c
Support multicell selection in markdown conversion
...
Fixes #803
(c) Copyright IBM Corp. 2015
10 years ago
Peter Parente
eb2ad5fcf6
Support multicell selection in row text conversion
...
Fixes #804
(c) Copyright IBM Corp. 2015
10 years ago
Peter Parente
e641f5fe1f
Add doc string to cells_to_code
10 years ago
Pierre Gerold
5a8cc0a75d
add maintoolbar fix for cells_to_code
10 years ago
Pierre Gerold
77210286d3
some ; missings
10 years ago
Pierre Gerold
e3299328d2
to_code -> cells_to_code to handle muliple selected cells
10 years ago
Matthias Bussonnier
b382950432
Toggle scroll, collapse and clear cell now apply on selection.
...
Still need tests.
And as discussed a long time ago, the concept of toggling scrolling and
Collapsed is **not** the right one, it leads to inconsistencies.
The cell output has 3 states:
- expanded
- scrolled
- collapsed
And the menu action should decide which one of the 3 user want.
Otherwise you get into inconsistencies like what is the difference
between collapsed & scrolled /vs/ collapsed & not scrolled.
Partially addresses #800 and #801 (I think)
11 years ago
Brian E. Granger
cdd59fd140
Merge pull request #798 from Carreau/pluralize
...
Pluralize commands in menu that can act on many cells.
11 years ago
Matthias Bussonnier
c42d43f6c4
Pluralize commands in menu that can act on many cells.
...
Should we put the `s` in parenthesis ?
11 years ago
Matthias Bussonnier
de405586e3
make certif 0o600 also.
11 years ago
Matthias Bussonnier
efc7e8f4ea
Take comments into account
11 years ago
Min RK
c882b27732
Merge pull request #786 from minrk/4.1-docs
...
4.1 changelog and docs
11 years ago
Brian E. Granger
feb83d6c9d
Merge pull request #708 from Carreau/fix-shift-jk
...
[WIP] Prototype to fix Shift-J/K selection with anchor and cursor
11 years ago
Thomas Kluyver
6325a1a4a7
Merge pull request #787 from parente/patch-1
...
Fix ConfigWithDefaults "this" context
11 years ago
Peter Parente
2ace23d841
Fix ConfigWithDefaults "this" context
...
Within the promise callback, refer to the ConfigWithDefaults instance, not the Promise
11 years ago
Min RK
8024000a0e
regen rst notebooks
...
with pandoc-1.15.2.1
fixes some heading inconsistencies
11 years ago
Min RK
1bbeb54673
rst can't handle arbitrary heading levels
11 years ago
Min RK
dfc51fae35
don't mention profiles in nbextensions
11 years ago
Min RK
5bbab29286
update 4.1 changelog
...
with screenshots of new UI
11 years ago
Thomas Kluyver
bdb8ca88ce
Merge pull request #785 from mmarchetti/fix/json-header-error
...
Fix secondary error that occurs during handling of HTTP 500 status
11 years ago
Michael Marchetti
536a6d64dc
Use `dict()` to convert the mapping to a dictionary
11 years ago
Michael Marchetti
5639ac7134
Fix secondary error that occurs during handling of HTTP 500 status
...
In log.py, we're attempting to log the request headers when a
500-series error occurs, but tornado.httputil.HTTPHeaders isn't a dict -
it inherits from collections.MutableMapping. So it fails during
JSON serialization. The fix is to convert it to a dict first.
Unfortunately, the HTTPHeaders class doesn't expose any methods
to access the underlying dictionary (`request.headers._dict`) directly,
so we recreate it using the public API.
11 years ago