Min RK
|
a12e6e4d05
|
changes for 4.2.1
|
10 years ago |
Jason Grout
|
c94cb141fb
|
Merge pull request #1506 from blink1073/remove-lab
Remove hard-coded JupyterLab in favor of a server extension
|
10 years ago |
Steven Silvester
|
45e16b2278
|
Remove lab from the app
|
10 years ago |
Steven Silvester
|
bc001b8062
|
Remove the hardcoded jupyterlab in favor of a server extension
|
10 years ago |
Safia Abdalla
|
5d0790c7dc
|
Merge pull request #1503 from minrk/nb-secret-docs
remove discussion of IPython profiles from notebook signatures docs
|
10 years ago |
Min RK
|
12d5189e95
|
remove discussion of IPython profiles from notebook signatures docs
|
10 years ago |
Min RK
|
300fef8e96
|
Merge pull request #1471 from minrk/reconnect
Fixes for reconnecting on a flaky network
|
10 years ago |
Thomas Kluyver
|
6dcfc4d352
|
Merge pull request #1497 from minrk/finish-rename
finish-up os.replace PR
|
10 years ago |
Min RK
|
8c9e0c3ca3
|
finish-up os.replace PR
addresses last bit of review in #1370
- remove error-catching around os.replace
- move windows-specific handling to remove_file
|
10 years ago |
Min RK
|
d1cbdc822f
|
Merge pull request #1370 from varmas/use-os-replace
use os.replace instead of os.rename if available
|
10 years ago |
Min RK
|
b6e8a3732e
|
Allow replacing stale websocket connections
instead of refusing duplecate connections,
since reconnect on flaky network is more likely.
|
10 years ago |
Min RK
|
6c4687bc8e
|
remove outdated "you will NOT be able to run code" message
from connection-failed dialog.
This is a reference to ignored execute requests,
which are fixed by the pending-message queue.
|
10 years ago |
Min RK
|
4fe10b8142
|
Prevent session_id collisions
Keep a registry of open sessions, and refuse to open duplicates.
|
10 years ago |
Min RK
|
e110914495
|
register callbacks before sending message
just in case of infinitely fast replies
|
10 years ago |
Min RK
|
14e276c6f1
|
allow explicit reconnect
rather than reconnect being a no-op if it appears connected
this allows an escape hatch if the connection should be forcefully reestablished.
|
10 years ago |
Matthias Bussonnier
|
20ad0d03ee
|
Merge pull request #1476 from minrk/backoff-codecov
Don't require patch coverage for CI
|
10 years ago |
Matthias Bussonnier
|
45fec0e62e
|
Merge pull request #1494 from dhirschfeld/fix-quotes
Fix quoting in `package.json`
|
10 years ago |
Dave Hirschfeld
|
34203fa00f
|
Fix quoting in `package.json`
|
10 years ago |
Min RK
|
a5ad979e6d
|
Don't require patch coverage for CI
Keep it running so the number is visible, but don't use it as a CI criterion.
|
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 |