Grant Nestor
4c3e9964dd
Merge pull request #1757 from minrk/markdown-load
...
Fix markdown mode loading
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
Carol Willing
d7a095c206
Merge pull request #1748 from willingc/nbcloud
...
Fix metadata causing error with docs build
10 years ago
Carol Willing
62f3f3de00
Remove second Python version
10 years ago
Carol Willing
e2c2037f1f
Remove anaconda cloud from metadata
10 years ago
Min RK
201bed0b67
Merge pull request #1742 from michaelpacer/documentation
...
Make jupyter dir location more specific
10 years ago
michaelpacer
ec632df150
Make jupyter dir location more specific
10 years ago
Min RK
b00442d0f1
Merge pull request #1737 from SylvainCorlay/extensions
...
Separate common classes for server and notebook extensions
10 years ago
Min RK
93c45df141
Merge pull request #1736 from dm-wyncode/master
...
Attempted to correct a URL that was a dead link.
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
dm-wyncode
c476e78b5b
Attempted to correct a URL that was a dead link. I inserted my best
...
guess to the updated version.
modified: docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb
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
Min RK
79bcde7c02
Merge pull request #1729 from takluyver/pep527
...
Update release docs for PEP 527
10 years ago
Thomas Kluyver
3026b25cfb
Update release docs for PEP 527
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
02b3d99f7e
Merge pull request #1701 from yuvipanda/xterm-update-1.1.2
...
Update xterm.js to 1.1.2
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
Min RK
d5aab90796
Merge pull request #1715 from SylvainCorlay/remove_lab
...
Remove jupyter lab link.
10 years ago
Carol Willing
876ed76a7d
Merge pull request #1713 from michaelpacer/improve_pub_server_docs
...
Add note on JupyterHub to docs
10 years ago
Sylvain Corlay
b01b6f8cc7
Remove jupyter lab link and old bundle
10 years ago
michaelpacer
e8b4ebc4a6
Add note on JupyterHub to docs
10 years ago
Min RK
f94bb2ba60
Merge pull request #1710 from gnestor/revert-mime-mathml
...
Revert mime-mathml
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
YuviPanda
fd88eadb61
Bump xterm.js to 1.1.3
...
The only fix is a fix to the build script, since their
previous one forgot to publish 1.1.2 to npm :)
10 years ago
YuviPanda
a38cac92e8
Update xterm.js to 1.1.2
...
Major feature upgrade is that IMEs now work, so people
can type non-latin characters into them!
Also has:
- Better mouse support
- Signed releases
- Scrollbar
https://github.com/sourcelair/xterm.js/releases/tag/1.1.2
10 years ago
Thomas Kluyver
513b4c0a57
Merge pull request #1695 from takluyver/bundler-test-pkg-data
...
Include bundler test files in package_data
10 years ago
Thomas Kluyver
bf66ed4b4b
Include bundler test files in package_data
...
This was causing a test failure on Jenkins. It only shows up if you
install the package (not a dev install) and test against the installed
version.
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
Min RK
7ace8ba1a0
Merge pull request #1675 from gnestor/update-webpack-eslint
...
Update webpack and eslint config
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
Grant Nestor
7277c070b5
Merge pull request #1 from Carreau/nomap
...
Do not assume sourcemaps are separate files.
10 years ago
Matthias Bussonnier
c2c5658abb
Do not assume sourcemaps are separate files.
...
We likely want to be careful with these at is likely make the files
bigger
10 years ago
Matthias Bussonnier
123065f155
Merge pull request #1682 from gnestor/fix-less-watch
...
Compile LESS on `npm run build:watch` and LESS file changes
10 years ago
Grant Nestor
a9ee9ad0d2
Compile LESS on `npm run build:watch` and LESS file changes
...
vs. compiling only on LESS file changes
10 years ago
Grant Nestor
a9ccff38cd
Use absolute path for `output.path` and remove `output.publicPath`
10 years ago
Bernhard Liebl
ce6ea93e25
fixes problem with disappearing MathJax mglyphs in output areas
10 years ago
Kyle Kelley
516ff11d50
Merge pull request #1678 from gnestor/mime-constants
...
Replace mime type strings with constants
10 years ago