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
Grant Nestor
d11d2dd942
Replace mime type strings with constants
10 years ago
Grant Nestor
55713251f6
Merge remote-tracking branch 'jupyter/master' into mime-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
78f8a42658
Define webpack publicPath
...
Silent source map warnings in Chrome DevTool: `Source map
http://localhost:8888/static/notebook/js/built/main.min.js.map points
to the files missing from the workspace:
[webpack:///./notebook/static/notebook/js/main.js]`
10 years ago
Grant Nestor
961b1c0ba0
Use webpack "inline-source-map"
...
> We switched to inline-source-map in JupyterLab because it was
misbehaving:
https://github.com/jupyter/jupyterlab/blob/master/jupyterlab/webpack.con
f.js#L20
https://github.com/jupyter/notebook/issues/1668#issuecomment-238640610
10 years ago
Grant Nestor
a01d470fd8
Disable "comma-dangle" eslint rule
...
There are commas dangling all over project…
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