Steven Silvester
|
4a203b5ea4
|
Fix handling of upload add_link
|
2015-10-09 16:02:48 -05:00 |
|
John Kirkham
|
db911722ae
|
Dockerfile: Port should not need to be specified as we are using the default one.
|
2015-10-09 16:51:19 -04:00 |
|
John Kirkham
|
fdfacb9aeb
|
Dockerfile: Turns out a copy of python is now packaged with this image. However, it blocks us from getting the development requirements that we want. As a result, we simply must purge this as our first step. [ci skip]
|
2015-10-09 14:20:30 -04:00 |
|
Jonathan Frederic
|
14c4103694
|
Merge pull request #564 from minrk/install-typeahead
include typeahead with installation
|
2015-10-09 08:02:13 -07:00 |
|
Jonathan Frederic
|
2b001d9394
|
Add shift-up/down as multiselect kb shortcuts
|
2015-10-09 07:59:33 -07:00 |
|
Jonathan Frederic
|
8526ff7dbd
|
Fix tooltip and move replace in selected cells button.
|
2015-10-09 07:57:33 -07:00 |
|
Min RK
|
95f12eb620
|
include typeahead with installation
|
2015-10-09 14:23:37 +02:00 |
|
Min RK
|
a8084b0273
|
Merge pull request #555 from ellisonbg/restartfix
Fixing action name for Restart kernel menu item.
|
2015-10-09 11:58:51 +02:00 |
|
Min RK
|
225d86469a
|
Merge pull request #560 from jdfreder/noignore
Don't list ipython.ignore commands in the help dialog
|
2015-10-09 11:40:49 +02:00 |
|
Min RK
|
1dacb2c59e
|
Merge pull request #557 from jakirkham/docker_port_example_readme_fix
DOC: README docker example port option fix
|
2015-10-09 10:57:22 +02:00 |
|
Jonathan Frederic
|
22f02e0960
|
Don't list ipython.ignore commands in the help dialog
|
2015-10-08 10:30:32 -07:00 |
|
Jonathan Frederic
|
c02d91cd0e
|
Force the Firefox to recalculate pager content size.
closes ipython/ipython#8853
|
2015-10-08 10:09:46 -07:00 |
|
John Kirkham
|
4808b9b051
|
README.md: Appears that -P publishes to random ports so switch back to mapping ports explicitly. [ci skip]
|
2015-10-08 12:46:36 -04:00 |
|
Brian E. Granger
|
a2dcb297ba
|
Fixing action name for Restart kernel menu item.
|
2015-10-08 12:41:36 -04:00 |
|
Min RK
|
a925892b35
|
Merge pull request #530 from jakirkham/use_tini
Use `tini` in Dockerfile for zombie process reaping
|
2015-10-08 11:51:15 +02:00 |
|
Min RK
|
dd6211f42e
|
fix subcommand running on Windows
|
2015-10-08 11:35:35 +02:00 |
|
Min RK
|
9ee301372c
|
Merge pull request #543 from sccolbert/fix-scroll-jitter
point bower at CodeMirror hash until a new version is released
|
2015-10-08 11:24:50 +02:00 |
|
John Kirkham
|
ab7464bf5a
|
docs/source/changelog.rst: Note what we did.
|
2015-10-08 00:47:02 -04:00 |
|
John Kirkham
|
1b8eb49902
|
scripts/lxc-launcher.sh: Remove the LXC launcher as it is now unused.
|
2015-10-08 00:47:02 -04:00 |
|
John Kirkham
|
6bd7a73456
|
Dockerfile: Install tini and use as the entrypoint to handle zombie processing reaping. Run notebook with some default arguments if no other command is provided.
|
2015-10-08 00:47:02 -04:00 |
|
John Kirkham
|
cb080df556
|
README.md: Collapse use cases. Also, show how a container can be started in a manner similar to the way a notebook would be normally.
|
2015-10-08 00:47:02 -04:00 |
|
John Kirkham
|
fb07ccb06f
|
README.md: Make note about using docker-machine or boot2docker .
|
2015-10-08 00:47:02 -04:00 |
|
John Kirkham
|
456ee6c4c1
|
Dockerfile: Install all apt-get dependencies first and purge all unneeded things. Install pip in a separate layer. Separate out adding link into a layer. Install ipython dependencies in another layer.
|
2015-10-08 00:47:02 -04:00 |
|
John Kirkham
|
8a4e14a00d
|
Dockerfile: Set the python encoding to UTF-8. This is more of a python2 issue. In python3, *I believe* this is default. This comes up mainly when not using a TTY where stdout can have a determined encoding. See for more details ( <http://www.macfreek.nl/memory/Encoding_of_Python_stdout> ).
|
2015-10-08 00:47:02 -04:00 |
|
Jonathan Frederic
|
8d22a144f2
|
Merge pull request #544 from jasongrout/logging
Nicer logging of error messages
|
2015-10-07 17:38:41 -04:00 |
|
Jason Grout
|
b3bfe1bb1c
|
Nicer logging of error messages
|
2015-10-07 17:22:01 -04:00 |
|
S. Chris Colbert
|
36051ea19a
|
point bower at CodeMirror hash until a new version is released
|
2015-10-07 16:16:43 -04:00 |
|
Frank Sachsenheim
|
7a5214c8f0
|
Updates README.md
|
2015-10-07 02:29:20 +02:00 |
|
Frank Sachsenheim
|
3b5f748045
|
Moves kernel configuration and test up in Dockerfile
thus image builds are faster when only notebook-code is changed
|
2015-10-07 01:16:34 +02:00 |
|
Min RK
|
932f85c759
|
Merge pull request #535 from jasongrout/subarea-scroll
Make the subarea not have a scrollbar when the enclosing output area already provides scrollbars
|
2015-10-06 23:02:25 +02:00 |
|
Jason Grout
|
9cb98cd843
|
Make the subarea not have a scrollbar when the enclosing output area already provides scrollbars
Fixes #254
|
2015-10-06 16:27:18 -04:00 |
|
Min RK
|
e3d3e5d92b
|
Merge pull request #528 from funkyfuture/docker_image
optimize Dockerfile for reduced size
|
2015-10-06 22:24:52 +02:00 |
|
Min RK
|
b60c1a2631
|
Merge pull request #519 from minrk/kernelspec-names
allow hyphen and dot in kernelspec names
|
2015-10-06 19:27:39 +02:00 |
|
Frank Sachsenheim
|
81a36e9523
|
Makes File->Download as->pdf in Docker image functional
|
2015-10-06 00:10:07 +02:00 |
|
Frank Sachsenheim
|
b3bed38120
|
fixtest
|
2015-10-06 00:10:07 +02:00 |
|
Frank Sachsenheim
|
46281b9216
|
Adds self-test while building Docker image
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
7524fb8786
|
Adds a default volume to persist notebooks
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
146f6a8c11
|
Adds an entrypoint to the Docker image
this fixes two quirks of running in a container
and adds essential networking options
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
9f34fb1ca4
|
Changes source location to /ipython in Docker image
placing it in `/srv` violates FHS
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
4546d9c72a
|
Adds a .dockerignore
keeps repo-data out of the Dockerimage
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
28e7664239
|
Removes build-dependencies after installation in Dockerfile
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
d591a26cbd
|
Reduces layers of Docker image
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
8507e247be
|
Removes implicit installations and unused packages from Docker image
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
3a05d44a38
|
Don't cache PyPI in Docker image
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
cdeebbe1bd
|
Reduces apt's overhead in Docker image
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
bc123a307b
|
Removes redundant locales-generation in Docker image
They will be generated during the next installation
|
2015-10-06 00:01:27 +02:00 |
|
Frank Sachsenheim
|
f8f5f7ed3b
|
Installs the recent pip-release on build
|
2015-10-06 00:01:27 +02:00 |
|
Min RK
|
523da50784
|
Move cell toolbar selection to View menu
it's not used enough to justify taking up a huge amount of space in the toolbar.
|
2015-10-05 15:04:22 +02:00 |
|
Adam Brewster
|
1634910aed
|
SSL Client Authentication
|
2015-10-03 16:49:03 +02:00 |
|
Min RK
|
2450d308e2
|
Merge pull request #498 from gramster/magicmode
use codemirror overlay instead of multiplexing for cell magic modes
|
2015-10-03 16:47:31 +02:00 |
|