Jonathan Frederic
22f02e0960
Don't list ipython.ignore commands in the help dialog
2015-10-08 10:30:32 -07: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
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
Min RK
36fa064cac
Merge pull request #508 from jdfreder/handlerdoc
...
Custom server request handler, docs
2015-10-03 16:46:27 +02:00
Min RK
db29514cb8
Merge pull request #502 from willingc/doc-install
...
Improve navigation to 'Jupyter' Installation docs
2015-10-03 16:44:10 +02:00
Min RK
82702b91ee
Merge pull request #521 from jupyter/rgbkrk-expose-8888
...
Expose the default port of 8888
2015-10-02 16:29:00 +02:00
Brian E. Granger
8224a9d7cd
Merge pull request #465 from minrk/restart-run-all-dialog-laziness
...
rework restart-run-all dialog
2015-10-02 08:59:06 -04:00
Kyle Kelley
80ba787629
Expose the default port of 8888
2015-10-01 17:24:18 -04:00
Min RK
c93c6924f6
allow hyphen and dot in kernelspec names
2015-10-01 10:33:23 +02:00
Min RK
a9d5474943
Merge pull request #512 from minrk/travis-matrix
...
shrink travis matrix
2015-10-01 10:07:08 +02:00
Jonathan Frederic
c5553ca4fa
Whitespace sensitive language
2015-10-01 00:12:14 -04:00
Min RK
a5a737805e
add '-dialog' suffix to restart actions with dialogs
...
instead of -no-confirm on those without.
i.e. `restart-run-all` has no dialog, `restart-run-all-dialog` has a dialog.
2015-09-30 16:06:59 +02:00
Min RK
ef64f743c4
make restart-clear-output a discrete action
...
- no more multi-button restart dialog
- Restart & Clear Output added to Kernel menu
2015-09-30 16:06:59 +02:00
Min RK
1c786d74ee
rework restart-run-all dialog
...
- give Restart & Run All action its own dialog
- add Restart & Run All button to regular restart dialog
- add `-no-confirm` version of both restart and restart-run-all actions
2015-09-30 16:06:59 +02:00
Min RK
84f14c0ca0
shrink travis matrix
2015-09-30 16:06:15 +02:00
Min RK
f17223270c
Merge pull request #511 from minrk/session-kernelspecs
...
get kernelspec info from kernelspecs
2015-09-30 16:04:58 +02:00
Min RK
9f501ab5cd
get kernelspec info from kernelspecs
...
instead of adding display_name to the sessions model
2015-09-30 15:43:50 +02:00
Jonathan Frederic
a54ded224e
Conver to RST
2015-09-29 15:44:25 -04:00
Jonathan Frederic
a5215f3027
Add handler doc
2015-09-29 15:34:17 -04:00
Min RK
66242b9a70
Merge pull request #503 from julienr/kernel_name
...
Adds kernel name to running notebooks list
2015-09-29 10:05:20 +02:00
Julien Rebetez
4925097006
Use kernel display_name instead of name in running kernels list
2015-09-29 10:01:12 +02:00
Julien Rebetez
91d42c9600
Adds display_name to MappingKernelManager's kernel_model
2015-09-29 10:00:42 +02:00
Jonathan Frederic
1c4daeb137
Merge pull request #491 from minrk/copystat-can-fail
...
allow copystat to fail in atomic_writing
2015-09-28 10:24:05 -07:00
Jonathan Frederic
831b2a523b
Merge pull request #472 from minrk/base-url-always-encoded
...
avoid double-encoding base_url
2015-09-28 09:53:58 -07:00
Jonathan Frederic
d1dc58fd6e
Merge pull request #497 from captainsafia/snr-to-fnr
...
Replaced 'Search and Replace' with 'Find and Replace'
2015-09-28 09:52:20 -07:00
Julien Rebetez
78c6ca7e21
Adds kernel name to running notebooks list
2015-09-28 14:06:10 +02:00
Min RK
c87c5ffd1f
add comment about base URL prefixes in tests
2015-09-28 10:47:29 +02:00
Min RK
033247b039
protect against copystat failure in copy2
...
we already had this in `self._copy`, but copy2 was still used in atomic_writing.
2015-09-28 10:19:43 +02:00
Safia Abdalla
e8fd94260e
Renamed search and replace div ID
2015-09-26 13:48:34 -05:00
Carol Willing
004a96298e
Add navigation to Jupyter Installation docs
2015-09-26 08:10:31 -07:00
Graham Wheeler
bb7c232b8f
Fix the broken multiplexor mode for cell magic format overrides.
2015-09-25 14:06:38 -07:00
Safia Abdalla
e93db3ec22
Replaced 'Search and Replace' with 'Find and Replace'
2015-09-25 13:21:02 -05:00
Min RK
18de77ab0c
Merge pull request #496 from willingc/doc-badge
...
Add status badges to README
2015-09-25 17:56:19 +02:00