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
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