Grant Nestor
767942ccf4
Upgrade cell's `editable` and `deletable` metadata if not defined
10 years ago
YuviPanda
66fa05e919
Implement 'editable' for textcell type too
10 years ago
YuviPanda
70afd0c82d
Change is_readonly to is_editable
...
While I prefer things that default to false than true,
in this case it is better to be consistent with is_deletable
10 years ago
YuviPanda
87f6b34967
Respect 'readonly' cell metadata
...
- Readonly cells can not be split or merged
- Readonly cells can be executed
- End users can still modify this by editing the metadata
themsevles directly
10 years ago
Min RK
4e359c921f
Merge pull request #1466 from robnagler/robnagler-terminado_settings
...
added terminado_settings
10 years ago
Min RK
f8211ee016
Merge pull request #1458 from robnagler/robnagler-typeahead_min
...
typeahead.min.js (not typeahead.js)
10 years ago
Thomas Kluyver
49a4c7356d
Merge pull request #1418 from minrk/nbconvert-exception
...
log exceptions in nbconvert handlers
10 years ago
Min RK
17af0c362c
Merge pull request #1459 from robnagler/robnagler-edit_mimetype
...
EDIT_MIMETYPES needed "this." and corrected boolean logic on editing
10 years ago
robnagler
129c7179fc
typeahead.min.js (not typeahead.js
10 years ago
robnagler
a92f38439f
EDIT_MIMETYPES needed "this." and corrected boolean logic on editing
10 years ago
robnagler
385773d2c1
added terminado_settings
10 years ago
Thomas Kluyver
a7da78127a
Merge pull request #1441 from minrk/mathjax-config
...
remove unnecessary _mathjax_config_default
10 years ago
Min RK
13575ea376
remove unnecessary _mathjax_config_default
10 years ago
Min RK
0f2193cc4c
Merge pull request #1409 from poke1024/mathjax
...
Configurable MathJax config
10 years ago
Kyle Kelley
4ec76aa7b7
Merge pull request #1436 from minrk/less-py-js-py-js-less
...
add npm run build:css
10 years ago
Min RK
f0352f6ebc
remove npm steps from travis
...
pip install runs these steps
10 years ago
Min RK
b55f68e445
less sourcemaps don't work with less-2.7
10 years ago
Min RK
2ced11ff9c
run js before css
10 years ago
Min RK
4c7f5972e1
add npm run build:css
...
setup.py css is just an alias for this,
so there should be no more calls back to Python from npm run build:anything
10 years ago
Carol Willing
0849f68f66
Merge pull request #1432 from Carreau/kerneljs
...
Document `kernel.js` extensions.
10 years ago
Matthias Bussonnier
6b6adc7099
Merge pull request #10 from willingc/Carreau-kerneljs
...
Edits to kernel specific extensions
10 years ago
Carol Willing
eac86ab13b
Edits to text
10 years ago
Matthias Bussonnier
1838e966e6
Document `kernel.js` extensions.
10 years ago
Matthias Bussonnier
d8fc95173b
Merge pull request #1347 from Carreau/shortcut-editor-2
...
Create a shortcut editor for the notebook.
10 years ago
Matthias Bussonnier
6aa60a5581
Merge pull request #1429 from Carreau/codecov
...
Add codecov.yml
10 years ago
Matthias Bussonnier
96615ed836
'set drop to 10%'
10 years ago
Matthias Bussonnier
18a6698691
Add codecov.yml
...
And lower coverage threshold to 60%
this should prevent coverage to fail on simple patch like
https://github.com/jupyter/notebook/pull/1418
10 years ago
Thomas Kluyver
27a4bf8e4b
Merge pull request #1420 from yuvallanger/import-notebooks-patch
...
Make Importing Notebooks guide work again.
10 years ago
Yuval Langer
80ae2c9322
Use fixed version number.
10 years ago
Yuval Langer
cbbc713a77
Make Importing Notebooks guide work again.
10 years ago
Min RK
6c0847cba8
Merge pull request #1417 from willingc/pollock-encrypt
...
Add Let's Encrypt to the docs
10 years ago
Min RK
6805cabf76
log exceptions in nbconvert handlers
...
when nbconvert fails, log the traceback
10 years ago
Carol Willing
215244b5f6
Fix minor formatting error
10 years ago
Carol Willing
f84bb09fec
Add letsencrypt instructions re: Pollock on ML
10 years ago
Matthias Bussonnier
c170ba1021
Merge pull request #1412 from captainsafia/fix-sys-info
...
Check if sys_info is null
10 years ago
Min RK
371cd86970
Merge pull request #1413 from captainsafia/add-permitted-mimetypes
...
Add PERMITTED_MIMETYPES to mimetype check
10 years ago
Safia Abdalla
be7649b873
Replaced PERMITTED_MIMETYPES with EDIT_MIMETYPES
10 years ago
Safia Abdalla
883429615d
Add PERMITTED_MIMETYPES
10 years ago
Safia Abdalla
fb4cb19aa6
Check if sys_info is null
10 years ago
Bernhard Liebl
4d0c9dec86
extended the mathjax_config setting to lab
10 years ago
Bernhard Liebl
c52e8fdc77
make MathJax config parameter configurable (instead of hard coded)
10 years ago
Min RK
3d176dd620
Merge pull request #1403 from takluyver/i1401
...
Don't pass destination when installing nbextension from Python package
10 years ago
Brian E. Granger
2acae71738
Merge pull request #1405 from blink1073/update-lab
...
Update lab
10 years ago
Steven Silvester
7c3f507117
Update lab
10 years ago
Thomas Kluyver
f5abb87488
Don't pass destination when installing nbextension from Python package
...
Closes gh-1401
10 years ago
Min RK
99f4540019
Merge pull request #1389 from SylvainCorlay/old_widgets
...
Enable older version of ipywidgets on notebook 4.2
10 years ago
Matthias Bussonnier
251061ea18
Merge pull request #1396 from mgeier/issue-1390
...
CSS: "alert" is missing "margin-top"
10 years ago
Matthias Geier
c6c709a894
CSS: "alert" is missing "margin-top"
...
Closes #1390 .
10 years ago
Carol Willing
7752e15cf1
Merge pull request #1391 from minrk/nbext-dest
...
specify destination for nbextension install
10 years ago
Min RK
e1eacf8d25
specify destination for nbextension install
...
arg was supported, just not passed along
10 years ago