Min RK
f3ed84e679
Windows-compat: os.sep instead of hardcode /
10 years ago
Min RK
9195ffd273
Merge pull request #1760 from gnestor/root-breadcrumb
...
Use folder icon vs. home icon for root breadcrumb
10 years ago
Grant Nestor
4c3e9964dd
Merge pull request #1757 from minrk/markdown-load
...
Fix markdown mode loading
10 years ago
Grant Nestor
540886963b
Use folder icon vs. home icon for root breadcrumb
10 years ago
Yuvi Panda
e0bcb7deb4
Merge pull request #1759 from gnestor/terminal-style
...
Fix terminal styles
Fixes #1724
10 years ago
Grant Nestor
ec35079b06
Fix terminal width style bug
10 years ago
Min RK
460d3027ce
merge TextCell options_default into MarkdownCell, RawCell
10 years ago
Min RK
f1fc424b19
add async workaround for slow load of ipythongfm definition
...
if ipythongfm is defined after notebook is loaded, re-load it in all cells that are using it.
10 years ago
Min RK
d52e1e2419
Restore loading of options_default in text cells
...
fixes omitted codemirror config due to ignoring options_default.
load options_default via config defaults (modifying options_default at runtime has no effect).
10 years ago
Min RK
0e5047e75d
allow returning full class config data, merged with defaults
...
and merge object config values with defaults (e.g. Cell.cm_config)
10 years ago
Sylvain Corlay
27c7aaa434
Remove ununsed private API
10 years ago
Sylvain Corlay
0e8b8b67d2
Separate common classes for server and notebook extensions
10 years ago
Thomas Kluyver
b3f02b26b8
Merge pull request #1735 from juhasch/fix/mathjax_url_doc
...
Extend mathjax_url docstring
10 years ago
Jürgen Hasch
3fbce02806
Extend mathjax_url docstring
10 years ago
Thomas Kluyver
23ca9602c2
Merge pull request #1727 from minrk/ipython-doc-links
...
fix outdated links to ipython-doc
10 years ago
Min RK
58b4a59fce
Merge pull request #1709 from superbobry/patch-4
...
Fixed a bug in 'ConfigWithDefaults.get_sync'
10 years ago
Min RK
4bdc954212
fix outdated links to ipython-doc
10 years ago
Thomas Kluyver
a958c08a73
Merge pull request #1718 from parente/fix-windows-bundler-tools
...
Fix bundler tool failures on Windows
10 years ago
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
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