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
Peter Parente
2473efcb3d
Update Distributing Jupyter Extensions doc
...
* Add tarball_bundler example inline
* Add tarball_bundler example to bundler doc too
* Cross-ref from distributing doc to doc about writing extensions
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4a3386663c
New bundler extensions developer doc
...
* Improve some docstrings too
* Fix a busted extension link along the way
(c) Copyright IBM Corp. 2016
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
Peter Parente
c82cce050b
Fix missed bundler -> bundlerextensions renames
...
In notebook.json config
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4412b4bd6c
Improve bundler list output
...
Include label and module name (if available) to
help a user remember which Python module provides
which bundler(s)
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
352d3830fd
Add bundler CLI tests
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
7e7c25b405
Add missing copyright
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4828410c26
Bundler API tests
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
ebcfebcfd0
Add bundler tool test cases
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4f81b71512
Make BundlerTools a module
...
It has no instance state. It should be a module that bundlers optionally import.
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
99b6aa4bd0
Docstring cleanup
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
d5f47d2d53
Add zip bundler as an example
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
3a9a0f5f74
Add jupyter bundler extension list command
...
Cleanup more bundler vs bundlerextension refs
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
40b2c2fe72
Stable sort bundler menu items
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
de7753402b
Cleanup CLI naming
...
Based on first review by @minrk
* bundlerextension for consistency
* Move CLI entry point into bundler package
* Add bundler/__main__.py
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
8fb670904b
First pass migrating from jupyter_cms
...
* Change handler for consistency with nbconvert
* Change bundler function API to take ContentManager models
* Change CLI to work as jupyter bundler
* Change UI to fit into existing template / JS structure
(c) Copyright IBM Corp. 2016
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