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
Matthias Bussonnier
c681186e2d
Merge pull request #1199 from julienr/drop_visual_indicator
...
[WIP] [Image attachment] Add visual indicator that a drop is possible
10 years ago
Julien Rebetez
ac373f46fe
Bump codemirror version to 5.14, which includes the fix for the dragleave event.
10 years ago
Min RK
1e9cddc68b
Merge pull request #1378 from parleur/nice_customjs
...
Protection againt bad custom.js
10 years ago
Julien Rebetez
65f1fae5ec
Use a gray dashed border instead of yellow background to indicate dropzone
10 years ago
Julien Rebetez
14f7c2ccc0
Better handling of dnd events to correctly remove the dropzone effect when escape is pressed.
10 years ago
Julien Rebetez
180ef74ff5
Clear the dropzone indicator on cell render.
...
Change the dropzone CSS effect to be on the input_area
10 years ago
Julien Rebetez
7b974946ff
Add a visual indicator that a drop is possible when dragging an image on a markdown cells
10 years ago
Sylvain Corlay
f6b7656499
Enable widgets 4.1
10 years ago
Matthias Bussonnier
baa49f73c8
Add eslint deps
10 years ago
Matthias Bussonnier
12b48343cb
dynamic sourcemaps
10 years ago
Matthias Bussonnier
ab85f165c7
Create shortcut editor for the notebook
...
1) finish the step allowing the use of es6
- this include some tweak to web pack configuration to speed up
recompile in watch mode (in particular cache sourcemaps).
- enable eslint (error only), on obvious mistakes.
- setup babel to compile to es5 as a target.
2) Make the test pass under Casper that does not always have
`Function.prototype.bind` defined, which we cannot patch only in the
tests.
3) Write an actual shortcut editor that list and allow to modify most of
the command mode shortcut.
The logic to persist the shortcuts is a bit tricky as there are default
keyboard shortcuts, and so when you "unbind" them you need to re-unbind
them at next startup. This does not work for a few shortcut for
technical reasons: `<Esc>`, `<Shift>`, as well as `<Ctrl-Shift-P>` and `<F>`
which register asynchronously, so are not detected as "default"
shortcuts.
10 years ago
Pierre Gerold
fcec0896ce
Protect the three call to custom.js
10 years ago
Min RK
1ca5557234
Merge pull request #1374 from blink1073/dedupe
...
Enforce npm dedupe
10 years ago
Pierre Gerold
be52aa38f9
Condom againt bad custom.js
10 years ago
Steven Silvester
c2723c7996
Fix check_output syntax
10 years ago
Steven Silvester
b78f91c696
Match the usage of the shell kwarg
10 years ago
Steven Silvester
a8928d8303
Raise the error if dedupe fails
10 years ago
Steven Silvester
b30e35a8a1
Enforce npm dedupe
10 years ago
Min RK
89f942029d
Merge pull request #1367 from blink1073/jupyterlab-failsafe
...
Allow JupyterLab to fail gracefully on install
10 years ago
Sri Konduru
e07cb5a03c
use os.replace instead of os.rename if available
10 years ago
Steven Silvester
0176f72550
Do not verify lab installed files yet
10 years ago
Steven Silvester
a31a2236db
Allow JupyterLab to fail gracefully on install for now
10 years ago
Min RK
f75e591bd6
Merge pull request #1351 from Carreau/es6
...
ES6 and prerequisite to shortcut editor
10 years ago
Matthias Bussonnier
07f988f433
Merge pull request #1360 from takluyver/override-css-mimetype
...
Override mimetype for .css files
10 years ago
Carol Willing
d8d541020c
Merge pull request #1361 from wasade/missingnewline
...
Missing newline impacting RTD rendering
10 years ago
Daniel McDonald
69ab463a0e
Missing newline impacting RTD rendering
...
Please see the attached screenshot.
10 years ago
Thomas Kluyver
cc3a8668f2
Override mimetype for .css files
...
This should avoid the issue several people have had with unstyled pages
on misconfigured Windows systems. I think practicality beats purity
here.
Closes gh-1350
10 years ago
Sylvain Corlay
db7fa4ab85
Merge pull request #1352 from blink1073/promise-polyfill
...
Make JupyterLab more self contained
10 years ago
Min RK
4e6aa7e94c
Merge pull request #1338 from minrk/double-base-url
...
avoid double-base-url when launching browser
10 years ago
Min RK
32011e3bad
Merge pull request #1353 from siyuwj/master
...
Escape file names in attachment headers
10 years ago
wenjun.swj
6684b76ab8
encode file name in Content-Disposition when it contains non-ascii characters
10 years ago
Matthias Bussonnier
79088c5341
Check forhasOwnProperty in for-in loop.
10 years ago
Matthias Bussonnier
6954e996fd
Remove debug console.log
10 years ago
Matthias Bussonnier
1096410fcf
Try es6 and add a few features for shortcut editor.
10 years ago
Steven Silvester
a3b1cadc9b
Use webpack for promise polyfill and font-awesome
10 years ago
Steven Silvester
236214fc43
Move to dependency
10 years ago