Peter Parente
925709b5b4
Fix bundler tool failures on Windows
...
* Normalize to system path separator format
* Fix hardcoded separators
* Fix hardcoded test paths
10 years ago
Sylvain Corlay
b01b6f8cc7
Remove jupyter lab link and old bundle
10 years ago
Grant Nestor
e9d448837c
Remove MathML mime type
10 years ago
Sergei Lebedev
b1d0f3c1fa
Fixed a bug in 'ConfigWithDefaults.get_sync'
...
The method returned the default value if the result of '_class_data'
lookup was falsy (in the JS sense).
This bug also affected 'ConfigWithDefaults.get'.
10 years ago
Min RK
b9292d3139
Merge pull request #1680 from poke1024/mglyph-output
...
fixes problem with disappearing MathJax mglyphs in output areas
10 years ago
Brian E. Granger
6c8d453762
Merge pull request #1676 from gnestor/toggle-line-numbers
...
View > Toggle line numbers
10 years ago
Kyle Kelley
85d7cfba22
Merge pull request #1685 from gnestor/content-mathml
...
Add MathJax support for Content MathML
10 years ago
Grant Nestor
33fdb5cce4
Add MathJax support for Content MathML
10 years ago
Bernhard Liebl
ce6ea93e25
fixes problem with disappearing MathJax mglyphs in output areas
10 years ago
Grant Nestor
d11d2dd942
Replace mime type strings with constants
10 years ago
Min RK
f396334380
Merge pull request #1579 from parente/bundler-api
...
Bundler extension API
10 years ago
Kyle Kelley
a249c9cdd7
Merge pull request #1672 from gnestor/mime-mathml
...
Add support for MathML mime type
10 years ago
Matthias Bussonnier
14089ce139
Inherit configuration and propagate it from MD cell
...
Persist the configuration of toggling in nbconfig.
10 years ago
Matthias Bussonnier
3fdeaa18d8
Merge pull request #1669 from gnestor/broken-kernel
...
If kernel is broken, start a new session
10 years ago
Grant Nestor
2b7ce12e74
Always start a new session on switch kernel
10 years ago
Grant Nestor
a711ddb45e
Sanitize output of MathML mime type
10 years ago
Grant Nestor
586e06cd2c
Add support for MathML mime type
10 years ago
Grant Nestor
fd03c87f43
Merge pull request #1565 from poke1024/mathjaxmml
...
MathJax MML support
10 years ago
Grant Nestor
ac526c2b55
Move toggle line numbers from toolbar to "View" menu
10 years ago
Grant Nestor
c2773bd72c
Merge branch 'jupyter/master' into toggle-line-numbers
10 years ago
Grant Nestor
e8b6e65563
If kernel is broken, start a new session
10 years ago
Steve Miller
b5552575c9
Update notebookapp.py
...
Typo
10 years ago
Grant Nestor
5a03481d55
Merge pull request #1658 from gnestor/trusted-notification
...
Display "trusted" and "untrusted" notifications
10 years ago
Grant Nestor
055499563c
Use classic style for trusted notification
10 years ago
Min RK
d78cc473dc
Merge pull request #1659 from Carreau/attachments
...
Update attachment spec
10 years ago
Min RK
8d825e4361
use `$.text` to put latex on the page
...
instead of `$.append`
does proper escaping of latex that might be interpreted as HTML tags
Fix CVE-2016-6524
10 years ago
Matthias Bussonnier
106f8c7dc8
Update attachment spec
...
Step toward #1655
10 years ago
Grant Nestor
fc072a221b
Display "trusted" and "untrusted" notifications
10 years ago
Grant Nestor
025f753c7d
Merge pull request #1645 from Carreau/improve-nbextension-error-message
...
Improve the error message for the nbextension.
10 years ago
Thomas Kluyver
c80c19be0d
Fix missed in traitlets API overhaul
...
Closes gh-1649
10 years ago
Matthias Bussonnier
72a85fe189
Load extension in predictable order.
...
Not doing this can lead to subtle incomprehensible issues when 2
extensions (eg, jupyterlab and jupyterlab_extensions) both register the
same handlers, that will randomly at each start get a different
extension take precedence.
10 years ago
Philipp A
16af539f95
Improved message for conflicting args
10 years ago
Matthias Bussonnier
25232daae3
Improve the error message for the nbextension.
...
Closes #1624
10 years ago
Min RK
37349b9953
include cross-origin check when allowing login URL redirects
10 years ago
wenjun.swj
184e1e28fe
typo
10 years ago
wenjun.swj
17a7fe76a9
encode file name in Content-Disposition when it contains non-ascii characters
10 years ago
Min RK
02a81adf3e
test opening an invalid notebook
...
ensure we get a validation failed message
10 years ago
Min RK
6768b89407
fix notebook validation
...
validate was imported from traitlets in #1527 , clobbering validate from nbformat
10 years ago
Peter Parente
2473efcb3d
Update Distributing Jupyter Extensions doc
...
* Add tarball_bundler example inline
* Add tarball_bundler example to bundler doc too
* Cross-ref from distributing doc to doc about writing extensions
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4a3386663c
New bundler extensions developer doc
...
* Improve some docstrings too
* Fix a busted extension link along the way
(c) Copyright IBM Corp. 2016
10 years ago
Steven Silvester
d223e96fe1
Switch to xterm for the terminal emulator
10 years ago
Peter Parente
c82cce050b
Fix missed bundler -> bundlerextensions renames
...
In notebook.json config
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4412b4bd6c
Improve bundler list output
...
Include label and module name (if available) to
help a user remember which Python module provides
which bundler(s)
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
352d3830fd
Add bundler CLI tests
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
7e7c25b405
Add missing copyright
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4828410c26
Bundler API tests
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
ebcfebcfd0
Add bundler tool test cases
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4f81b71512
Make BundlerTools a module
...
It has no instance state. It should be a module that bundlers optionally import.
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
99b6aa4bd0
Docstring cleanup
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
d5f47d2d53
Add zip bundler as an example
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
3a9a0f5f74
Add jupyter bundler extension list command
...
Cleanup more bundler vs bundlerextension refs
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
40b2c2fe72
Stable sort bundler menu items
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
de7753402b
Cleanup CLI naming
...
Based on first review by @minrk
* bundlerextension for consistency
* Move CLI entry point into bundler package
* Add bundler/__main__.py
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
8fb670904b
First pass migrating from jupyter_cms
...
* Change handler for consistency with nbconvert
* Change bundler function API to take ContentManager models
* Change CLI to work as jupyter bundler
* Change UI to fit into existing template / JS structure
(c) Copyright IBM Corp. 2016
10 years ago
Min RK
53ab302a98
Merge pull request #1573 from takluyver/fix-backspace-in-output
...
Process backspace characters in output
10 years ago
Thomas Kluyver
e83d490a89
Fix silly Javascript
10 years ago
Thomas Kluyver
e7d1950aaf
Add tests and hope
10 years ago
Miika Koskela
4486b1e295
Fix #1532
10 years ago
Thomas Kluyver
e77d7ebfb0
Process backspace characters in output
...
These are like carriage return, but only affect a character before them
instead of the whole line. I've checked that this makes the output from
'man ls' look OK.
Closes gh-1572
10 years ago
Min RK
8a0b8898d7
Merge pull request #1561 from Fitz3012/master
...
[Post save hook] Raise web.HTTPError on fail
10 years ago
Matthias Geier
848d7d1585
CSS: Clean up list spacing
...
This is closer to what was intended with `* + ul` etc. (see
https://github.com/jupyter/notebook/issues/1392#issuecomment-215022995 ),
but it is still not really good.
Especially nested lists look awkward.
10 years ago
Min RK
178f9f3edf
Merge pull request #1564 from eskirk/list_spacing
...
Corrected spacing above list elements
10 years ago
Bernhard Liebl
ab8f837ce9
switch from MathJax configuration TeX-AMS_HTML-full to TeX-AMS-MML_HTMLorMML-full
10 years ago
Elliot Kirk
f4dd6d6058
Corrected spacing above list elements
10 years ago
Pierre
2ae49c84f9
[Post save hook] Raise web.HTTPError on fail
10 years ago
Matthias Bussonnier
89be0752f3
Merge pull request #1552 from minrk/ssl_options
...
avoid clobbering ssl_options.ssl_version
10 years ago
Scott Sanderson
129f990122
TEST: Use addCleanup in test_sessions_api.
...
This ensures that directories are correctly cleaned up even if tests
fail during setUp.
10 years ago
Scott Sanderson
53ebb068c9
TEST: Use addCleanup in test_sessionmanager.
10 years ago
Scott Sanderson
d5856dc8b0
TEST: Use addCleanup in test_nbextensions.
...
This ensures that resources/patches created during setUp are torn down
correctly even if setUp fails.
10 years ago
Scott Sanderson
9ba5c8dd90
TEST: Use addCleanup in test_contents_api.
...
This guarantess that resources are deleted correctly event if setUp fails.
10 years ago
Scott Sanderson
34ef078b00
TEST: Use addCleanup in test_nbconvert_handlers.py
...
This guarantees that resources are cleaned up correctly even if setUp
fails.
10 years ago
Matthias Bussonnier
c188b0ad42
Merge pull request #1549 from natalieperna/master
...
Allow completion picking by clicking option.
10 years ago
Natalie Perna
67a985bf08
Restore editor focus after completion pick.
10 years ago
Min RK
bced8a8162
avoid clobbering ssl_options.ssl_version
...
use setdefault instead of setting directly, so that the user can override these values.
10 years ago
Natalie Perna
adf60dd1e2
Pick completion option with single- rather than double-click.
10 years ago
Natalie Perna
9472d85d6b
Allow completion picking by double-clicking option.
10 years ago
Steven Silvester
6205ba9a21
Unify handling of CodeMirror
...
Load codemirror as a script tag
Load codemirror synchronously
More cleanup of codemirror handling
Make the config more succinct
Reinstate mode/meta
10 years ago
Safia Abdalla
3ea9c96bbc
Merge pull request #1526 from minrk/nbconfig-priority
...
reverse nbconfig load order
10 years ago
Sylvain Corlay
a91af4d642
Update traitlets API
10 years ago
Min RK
710dcd6299
reverse nbconfig load order
...
list is in descending priority, so load should iterate back to front, to ensure user config wins
10 years ago
Min RK
6ae0083ef1
Merge pull request #1520 from vanillajonathan/patch-2
...
Changed string "sub-structure" to "substructure"
10 years ago
Jonathan
243b915646
Changed string "sub-structure" to "substructure"
10 years ago
Jonathan
b5d8d45ab8
Add title attribute to image tag
10 years ago
Min RK
caca248b6f
Merge pull request #1518 from chultquist/master
...
Allow requests to POST in OPTIONS requests
10 years ago
chultquist
144807bc3c
Allow requests to POST in OPTIONS requests
...
Commit 65eb248209 introduced a bug by not allowing the POST method in OPTIONS requests (which is wrong since several parts of the API accept POST requests, for example creating a new kernel).
10 years ago
Min RK
f41aaa17c9
Merge pull request #1490 from blink1073/external-codemirror
...
Unify the codemirror imports
10 years ago
Matthias Bussonnier
2cbc322467
Merge pull request #1468 from jtyberg/allow-root
...
Allow root user to run tests.
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
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
Steven Silvester
523756a491
Fix handling of default cm modes
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
Justin Tyberg
7002b18dcb
Allow root user to run tests.
...
(c) Copyright IBM Corp. 2015
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
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
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
Matthias Bussonnier
d8fc95173b
Merge pull request #1347 from Carreau/shortcut-editor-2
...
Create a shortcut editor for the notebook.
10 years ago
Min RK
6805cabf76
log exceptions in nbconvert handlers
...
when nbconvert fails, log the traceback
10 years ago
Matthias Bussonnier
c170ba1021
Merge pull request #1412 from captainsafia/fix-sys-info
...
Check if sys_info is null
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
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 Geier
c6c709a894
CSS: "alert" is missing "margin-top"
...
Closes #1390 .
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
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
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
Steven Silvester
cbdb8f1ceb
Fix method name
10 years ago
Steven Silvester
fb8943b676
Check for a directory in get_kernel_path
10 years ago
Pierre Gerold
fcec0896ce
Protect the three call to custom.js
10 years ago
Steven Silvester
4850790461
Update the session model and the test
10 years ago
Steven Silvester
8f8730788d
Clean up the api and update tests
10 years ago
Pierre Gerold
be52aa38f9
Condom againt bad custom.js
10 years ago
Sri Konduru
e07cb5a03c
use os.replace instead of os.rename if available
10 years ago
Min RK
f75e591bd6
Merge pull request #1351 from Carreau/es6
...
ES6 and prerequisite to shortcut editor
10 years ago
Steven Silvester
5d8a0aba8b
Remove extraneous test
10 years ago
Steven Silvester
06087c2a12
Update sessionmanager tests
10 years ago
Steven Silvester
a4c02561f1
Only give back the notebook path if notebook type
10 years ago
Steven Silvester
3eaa5e426c
Clean up logic
10 years ago
Steven Silvester
197c673585
Clean up logic
10 years ago
Steven Silvester
8c6257bea5
Allow the deprecated session API to work
10 years ago
Steven Silvester
6486b2430f
Update the session model and the tests
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
Steven Silvester
76d08aca99
Update the session api in preparation for file and console sessions
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
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
Steven Silvester
24d24c54c9
Fix polyfill
10 years ago
Steven Silvester
1cf92ad5a7
Add IE11 promise polyfills
10 years ago
Jonathan Frederic
72eeb99ad6
Respect keyboard manager state in clipboard logic
10 years ago
Min RK
a9fe394b2e
avoid double-base-url when launching browser
...
default_url contains base_url, and so does connection_url
10 years ago
Sylvain Corlay
e4155ea7aa
The path for widgets has changed
10 years ago
Min RK
39121b7d4b
avoid writing nbextension config to user dir during tests
...
mock jupyter environment variables during nb/server-extension tests
10 years ago
Min RK
11dba4ea2e
Merge pull request #1288 from BerndSchwarzenbacher/issue#1209/codeblocks
...
Correctly render markdown code blocks with unknown language
10 years ago
Min RK
2d0b8a6a25
Merge pull request #1325 from chultquist/master
...
Fix handling of preflight requests
10 years ago
Carl Hultquist
4a161fea12
Fix handling of preflight requests
...
Pre-flighted OPTIONS requests do not include authentication information,
which means that we should not expect these to be authenticated.
Authentication will be validated when the real PUT/POST etc request is
issued after the preflight.
10 years ago
Steven Silvester
6d6ba8d43d
Build source map for lab
10 years ago
Matthias Bussonnier
6b220c949b
Merge pull request #1253 from ryanlovett/master
...
Restore atomic intermediate if notebook is invalid.
10 years ago
Bernd Schwarzenbacher
79f2a2fef6
Remove debug comment in jstest.py
10 years ago
Bernd Schwarzenbacher
fee1cbc9a3
Log CodeMirror mode error in codeblock highlight
10 years ago
Thomas Kluyver
d797948420
Don't paste cells in chrome when keyboard manager is disabled
...
Closes gh-1316 (the second part of it, which I hadn't noticed before ;-)
If a widget, an input box or a dialog has focus, we should allow paste
to paste text by default. We already take care to disable the keyboard
manager in these cases, so I check this to decide to handle the paste
event.
In Firefox this isn't needed, because Ctrl+V is registered as the
shortcut to bring up the paste dialog, so it only works when the
keyboard manager is enabled.
10 years ago
Min RK
1d16b302be
wait for render events in markdown test
...
render callback is async,
so we have to wait for the render event to fire.
10 years ago
Thomas Kluyver
5998678d08
Defer to default copy implementation when text is selected
...
Closes gh-1316
10 years ago
Vivian Fang
21bbe1d11a
adding an action for toggling all line numbers, with keyboard shortcut Shift-L
10 years ago
Min RK
65ba875d5b
allow using sqlite from pysqlite2
...
in case Python was built with an incomplete standard library (missing sqlite3)
we do the same thing in IPython history, etc.
10 years ago
Matthias Bussonnier
eb01a6eef0
Merge pull request #1286 from takluyver/system-clipboard
...
Copy and paste cells with system clipboard
10 years ago
Bernd Schwarzenbacher
cc3e6e9213
Possible fix with failing test
...
Maybe the test is wrong
10 years ago
Bernd Schwarzenbacher
08bd284f0d
Add tests describing behaviour of #1209
10 years ago
Thomas Kluyver
a70786eae2
Store plain text and JSON data on clipboard as well as HTML
10 years ago
Min RK
a4125572e4
Merge pull request #1279 from parente/widg
...
Downgraded ipywidget hack
10 years ago
Jonathan Frederic
9f9bc69e9b
Remove deprecatedwidgets handler, because it's backwards compat support for ipywidgets 3.0
10 years ago
Jonathan Frederic
7695311668
Fix horrible horrible widget with a more horrible hack 💩
10 years ago
Thomas Kluyver
1bc711f79e
Copy and paste cells with system clipboard
10 years ago
Jonathan Frederic
255e5888fc
Revert fancy pants changes
10 years ago
Jonathan Frederic
b5fe73858d
Merge pull request #1275 from minrk/fix-validation-warnings
...
fix validation warnings when validating
10 years ago
Min RK
d1358dd9ba
fix validation warnings
...
map is lazily evaluated, so doesn't show messages
10 years ago
Peter Parente
705992b6a6
Fix is_loaded semantics
10 years ago
Peter Parente
00ef5b1314
Downgraded ipywidget hack
...
Fixed whitespace for jon's PR #1278
10 years ago
Min RK
c3b547c17e
some tests, fixes for nbextension aliases
...
- fix some undefined aliases, tests for help output
- make uninstall symmetrical with install
10 years ago
Julien Rebetez
cf1e849fc6
Move the unused attachments garbage collection logic to TextCell.toJSON.
...
This enable to keep all attachments in memory and only garbage collect
on the JSON that is saved to disk.
This fixes #1185
10 years ago
Matthias Bussonnier
0601fc75ef
Merge pull request #1261 from cc272309126/master
...
fix the bug that notebook websocket response can not compress
10 years ago
Min RK
41d6da235c
Merge pull request #879 from ellisonbg/nbext-pain
...
New nbextensions installation API
10 years ago
chenchao
a3877277a4
fix the bug that notebook websocket response can not compress
10 years ago
Steven Silvester
e7418576a3
Fix webpack config and update plugins dep
10 years ago
Min RK
6371f8aec2
add `--system` flag for enable/disable
...
add more docs coverage, help output
So that the three cases are covered:
- system-wide (default for install)
- user (default for enable)
- sys-prefix
10 years ago
Min RK
d0e0ddf400
use print for nbextension list output
...
logging is inappropriate here
also only show config dir if there's config in it.
10 years ago
Min RK
b1be6dfa81
Merge pull request #1249 from blink1073/plugin-update
...
JupyterLab Updates
10 years ago
Min RK
8d5bac4d47
Merge pull request #1230 from mgeier/ansicolors
...
Re-factor ANSI color handling
10 years ago
Steven Silvester
de1d78f719
Switch to FileFindHandler
10 years ago
Min RK
212d517a92
Merge pull request #1234 from Carreau:keyb
...
Make keyboard shortcuts declarative
10 years ago