Matthias Bussonnier
0db816ef67
Merge pull request #1657 from gnestor/build-css-watch
...
Add `npm run build:css:watch` script
10 years ago
Min RK
d78cc473dc
Merge pull request #1659 from Carreau/attachments
...
Update attachment spec
10 years ago
Min RK
3dce57501a
Changelog for 4.2.2
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
75835e4ca8
Add `npm run build:css:watch` script
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
Min RK
5d3054cb38
Merge pull request #1652 from takluyver/i1649
...
Fix missed in traitlets API overhaul
10 years ago
Thomas Kluyver
c80c19be0d
Fix missed in traitlets API overhaul
...
Closes gh-1649
10 years ago
Min RK
1816b306cb
Merge pull request #1646 from flying-sheep/patch-1
...
Improved message for conflicting args
10 years ago
Philipp A
16af539f95
Improved message for conflicting args
10 years ago
Matthias Bussonnier
11932645a2
Merge pull request #1642 from minrk/check-origin-next-url
...
include cross-origin check when allowing login URL redirects
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
Thomas Kluyver
e34690dcf4
Merge pull request #1638 from jakirkham/remove_circleyml
...
Remove `circle.yml`
10 years ago
Min RK
164bc37967
Merge pull request #1635 from yuvipanda/xtermjs-bump
...
xterm: Bump version to 1.0
10 years ago
Min RK
736f35d8c9
Merge pull request #1637 from jakirkham/remove_dockerignore
...
Remove the `.dockerignore` file
10 years ago
John Kirkham
34a3e0e4f0
Remove `circle.yml` as it was used as CI for docker.
10 years ago
John Kirkham
1d963fb877
Remove the `.dockerignore` file.
10 years ago
YuviPanda
e58a1d37b3
xterm: Bump version to 1.0
...
Changelog at https://github.com/sourcelair/xterm.js/releases/tag/1.0.0
Particularly interesting features:
- Better support for international characters
- Performance improvements in rendering
- Fix inverse color rendering
10 years ago
Min RK
6202b4be1f
Merge pull request #1631 from siyuwj/master
...
Escape file names in attachment headers
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
Matthias Bussonnier
52bade4f01
Merge pull request #1614 from staeiou/master
...
Add info on how to launch master branch install
10 years ago
Stuart Geiger
cad19f86bf
Add info on how to launch master branch install
10 years ago
Matthias Bussonnier
7607db428b
Merge pull request #1603 from minrk/rm-docker-readme
...
remove outdated/false docker info from README
10 years ago
Min RK
79e899a87b
remove outdated/false docker info from README
...
the jupyter/notebok docker image is gone, leaving only various docker-stacks
10 years ago
Thomas Kluyver
1176f29c61
Merge pull request #1599 from minrk/validate_nb
...
fix notebook validation
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
Min RK
b2641bb44f
Merge pull request #1598 from willingc/contrib
...
Remove general install link
10 years ago
Carol Willing
3fb49c795d
Remove general install link
10 years ago
Thomas Kluyver
797227b4ad
Merge pull request #1591 from blink1073/use-xterm
...
Switch to xterm for the terminal emulator
10 years ago
Steven Silvester
f74608ddaa
Remove check for term.js file
10 years ago
Min RK
c99cd2b330
Merge pull request #1592 from jupyter/pandoc-requirement
...
Note that pandoc is required to build docs
10 years ago
Peter Parente
d6e81fef15
Note that pandoc is required for doc
10 years ago
Steven Silvester
d0708614b5
Add missing webpack loaders
10 years ago
Steven Silvester
d223e96fe1
Switch to xterm for the terminal emulator
10 years ago
Min RK
53ab302a98
Merge pull request #1573 from takluyver/fix-backspace-in-output
...
Process backspace characters in output
10 years ago
Thomas Kluyver
e83d490a89
Fix silly Javascript
10 years ago
Thomas Kluyver
e7d1950aaf
Add tests and hope
10 years ago
Thomas Kluyver
1b4af762e0
Merge pull request #1577 from mkoske/fix/hide-files-on-windows
...
Fix #1532
10 years ago
Miika Koskela
4486b1e295
Fix #1532
10 years ago
Thomas Kluyver
e77d7ebfb0
Process backspace characters in output
...
These are like carriage return, but only affect a character before them
instead of the whole line. I've checked that this makes the output from
'man ls' look OK.
Closes gh-1572
10 years ago
Min RK
8a0b8898d7
Merge pull request #1561 from Fitz3012/master
...
[Post save hook] Raise web.HTTPError on fail
10 years ago
Min RK
48cf6b1c77
Merge pull request #1568 from mgeier/list-css
...
CSS: Clean up list spacing
10 years ago
Matthias Geier
848d7d1585
CSS: Clean up list spacing
...
This is closer to what was intended with `* + ul` etc. (see
https://github.com/jupyter/notebook/issues/1392#issuecomment-215022995 ),
but it is still not really good.
Especially nested lists look awkward.
10 years ago
Min RK
178f9f3edf
Merge pull request #1564 from eskirk/list_spacing
...
Corrected spacing above list elements
10 years ago
Elliot Kirk
f4dd6d6058
Corrected spacing above list elements
10 years ago
Pierre
2ae49c84f9
[Post save hook] Raise web.HTTPError on fail
10 years ago