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.
2016-09-12 15:06:01 +02:00
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).
2016-09-12 15:05:12 +02:00
Min RK
0e5047e75d
allow returning full class config data, merged with defaults
...
and merge object config values with defaults (e.g. Cell.cm_config)
2016-09-12 14:42:48 +02:00
Pierre Carru
a327ce804b
docs: Update dead links
2016-09-09 16:30:07 +02:00
Carol Willing
d7a095c206
Merge pull request #1748 from willingc/nbcloud
...
Fix metadata causing error with docs build
2016-09-06 12:56:44 -07:00
Carol Willing
62f3f3de00
Remove second Python version
2016-09-06 11:19:54 -07:00
Carol Willing
e2c2037f1f
Remove anaconda cloud from metadata
2016-09-06 11:15:19 -07:00
Min RK
201bed0b67
Merge pull request #1742 from michaelpacer/documentation
...
Make jupyter dir location more specific
2016-09-06 11:33:42 +02:00
michaelpacer
ec632df150
Make jupyter dir location more specific
2016-09-05 14:37:02 -07:00
Min RK
dfea6b47df
enable logout button on terminal page
2016-09-05 14:55:11 +02:00
Min RK
b00442d0f1
Merge pull request #1737 from SylvainCorlay/extensions
...
Separate common classes for server and notebook extensions
2016-09-05 14:19:34 +02:00
Min RK
93c45df141
Merge pull request #1736 from dm-wyncode/master
...
Attempted to correct a URL that was a dead link.
2016-09-05 13:11:55 +02:00
Sylvain Corlay
27c7aaa434
Remove ununsed private API
2016-09-04 10:57:07 +02:00
Sylvain Corlay
0e8b8b67d2
Separate common classes for server and notebook extensions
2016-09-04 10:57:06 +02:00
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
2016-09-03 16:43:50 +00:00
Thomas Kluyver
b3f02b26b8
Merge pull request #1735 from juhasch/fix/mathjax_url_doc
...
Extend mathjax_url docstring
2016-09-03 14:01:35 +01:00
Jürgen Hasch
3fbce02806
Extend mathjax_url docstring
2016-09-03 09:34:02 +02:00
Min RK
79bcde7c02
Merge pull request #1729 from takluyver/pep527
...
Update release docs for PEP 527
2016-09-02 11:15:57 +02:00
Thomas Kluyver
3026b25cfb
Update release docs for PEP 527
2016-09-01 15:21:41 +01:00
Thomas Kluyver
23ca9602c2
Merge pull request #1727 from minrk/ipython-doc-links
...
fix outdated links to ipython-doc
2016-09-01 13:47:26 +01:00
Min RK
58b4a59fce
Merge pull request #1709 from superbobry/patch-4
...
Fixed a bug in 'ConfigWithDefaults.get_sync'
2016-09-01 13:25:18 +02:00
Min RK
4bdc954212
fix outdated links to ipython-doc
2016-09-01 11:38:05 +02:00
Thomas Kluyver
02b3d99f7e
Merge pull request #1701 from yuvipanda/xterm-update-1.1.2
...
Update xterm.js to 1.1.2
2016-08-31 16:36:34 +01:00
Thomas Kluyver
a958c08a73
Merge pull request #1718 from parente/fix-windows-bundler-tools
...
Fix bundler tool failures on Windows
2016-08-31 15:26:08 +01:00
Peter Parente
925709b5b4
Fix bundler tool failures on Windows
...
* Normalize to system path separator format
* Fix hardcoded separators
* Fix hardcoded test paths
2016-08-26 22:36:31 -04:00
Min RK
d5aab90796
Merge pull request #1715 from SylvainCorlay/remove_lab
...
Remove jupyter lab link.
2016-08-26 14:45:40 +02:00
Carol Willing
876ed76a7d
Merge pull request #1713 from michaelpacer/improve_pub_server_docs
...
Add note on JupyterHub to docs
2016-08-26 05:02:33 -07:00
Sylvain Corlay
b01b6f8cc7
Remove jupyter lab link and old bundle
2016-08-26 12:10:17 +02:00
michaelpacer
e8b4ebc4a6
Add note on JupyterHub to docs
2016-08-25 19:39:07 -07:00
Min RK
f94bb2ba60
Merge pull request #1710 from gnestor/revert-mime-mathml
...
Revert mime-mathml
2016-08-24 23:04:33 +02:00
Grant Nestor
e9d448837c
Remove MathML mime type
2016-08-24 09:29:27 -07:00
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'.
2016-08-24 17:42:25 +03:00
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 :)
2016-08-23 16:28:02 -07:00
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
2016-08-22 20:05:27 -07:00
Thomas Kluyver
513b4c0a57
Merge pull request #1695 from takluyver/bundler-test-pkg-data
...
Include bundler test files in package_data
2016-08-22 07:52:54 +01:00
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.
2016-08-20 18:20:16 +01:00
Min RK
b9292d3139
Merge pull request #1680 from poke1024/mglyph-output
...
fixes problem with disappearing MathJax mglyphs in output areas
2016-08-17 22:00:16 +02:00
Min RK
7ace8ba1a0
Merge pull request #1675 from gnestor/update-webpack-eslint
...
Update webpack and eslint config
2016-08-17 21:52:45 +02:00
Brian E. Granger
6c8d453762
Merge pull request #1676 from gnestor/toggle-line-numbers
...
View > Toggle line numbers
2016-08-16 16:16:47 -07:00
Kyle Kelley
85d7cfba22
Merge pull request #1685 from gnestor/content-mathml
...
Add MathJax support for Content MathML
2016-08-16 14:20:31 -05:00
Grant Nestor
33fdb5cce4
Add MathJax support for Content MathML
2016-08-16 10:32:47 -07:00
Grant Nestor
7277c070b5
Merge pull request #1 from Carreau/nomap
...
Do not assume sourcemaps are separate files.
2016-08-15 15:52:04 -07:00
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
2016-08-15 14:41:47 -07:00
Matthias Bussonnier
123065f155
Merge pull request #1682 from gnestor/fix-less-watch
...
Compile LESS on `npm run build:watch` and LESS file changes
2016-08-15 14:39:04 -07:00
Grant Nestor
a9ee9ad0d2
Compile LESS on npm run build:watch
and LESS file changes
...
vs. compiling only on LESS file changes
2016-08-15 13:16:07 -07:00
Grant Nestor
a9ccff38cd
Use absolute path for output.path
and remove output.publicPath
2016-08-15 12:29:22 -07:00
Bernhard Liebl
ce6ea93e25
fixes problem with disappearing MathJax mglyphs in output areas
2016-08-14 13:05:20 +02:00
Kyle Kelley
516ff11d50
Merge pull request #1678 from gnestor/mime-constants
...
Replace mime type strings with constants
2016-08-13 19:58:27 -05:00
Grant Nestor
d11d2dd942
Replace mime type strings with constants
2016-08-13 16:28:44 -07:00
Grant Nestor
55713251f6
Merge remote-tracking branch 'jupyter/master' into mime-constants
2016-08-13 16:28:40 -07:00