Commit Graph

8097 Commits (cb080df55657fed2bb3f23df0c95464dfa2b8d4f)
 

Author SHA1 Message Date
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.
10 years ago
John Kirkham fb07ccb06f README.md: Make note about using `docker-machine` or `boot2docker`.
10 years ago
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.
10 years ago
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> ).
10 years ago
Frank Sachsenheim 7a5214c8f0 Updates README.md
10 years ago
Frank Sachsenheim 3b5f748045 Moves kernel configuration and test up in Dockerfile
10 years ago
Min RK 932f85c759 Merge pull request #535 from jasongrout/subarea-scroll
10 years ago
Jason Grout 9cb98cd843 Make the subarea not have a scrollbar when the enclosing output area already provides scrollbars
10 years ago
Min RK e3d3e5d92b Merge pull request #528 from funkyfuture/docker_image
10 years ago
Min RK b60c1a2631 Merge pull request #519 from minrk/kernelspec-names
10 years ago
Frank Sachsenheim 81a36e9523 Makes File->Download as->pdf in Docker image functional
10 years ago
Frank Sachsenheim b3bed38120 fixtest
10 years ago
Frank Sachsenheim 46281b9216 Adds self-test while building Docker image
10 years ago
Frank Sachsenheim 7524fb8786 Adds a default volume to persist notebooks
10 years ago
Frank Sachsenheim 146f6a8c11 Adds an entrypoint to the Docker image
10 years ago
Frank Sachsenheim 9f34fb1ca4 Changes source location to /ipython in Docker image
10 years ago
Frank Sachsenheim 4546d9c72a Adds a .dockerignore
10 years ago
Frank Sachsenheim 28e7664239 Removes build-dependencies after installation in Dockerfile
10 years ago
Frank Sachsenheim d591a26cbd Reduces layers of Docker image
10 years ago
Frank Sachsenheim 8507e247be Removes implicit installations and unused packages from Docker image
10 years ago
Frank Sachsenheim 3a05d44a38 Don't cache PyPI in Docker image
10 years ago
Frank Sachsenheim cdeebbe1bd Reduces apt's overhead in Docker image
10 years ago
Frank Sachsenheim bc123a307b Removes redundant locales-generation in Docker image
10 years ago
Frank Sachsenheim f8f5f7ed3b Installs the recent pip-release on build
10 years ago
Min RK 2450d308e2 Merge pull request #498 from gramster/magicmode
10 years ago
Min RK 36fa064cac Merge pull request #508 from jdfreder/handlerdoc
10 years ago
Min RK db29514cb8 Merge pull request #502 from willingc/doc-install
10 years ago
Min RK 82702b91ee Merge pull request #521 from jupyter/rgbkrk-expose-8888
10 years ago
Brian E. Granger 8224a9d7cd Merge pull request #465 from minrk/restart-run-all-dialog-laziness
10 years ago
Kyle Kelley 80ba787629 Expose the default port of 8888
10 years ago
Min RK c93c6924f6 allow hyphen and dot in kernelspec names
10 years ago
Min RK a9d5474943 Merge pull request #512 from minrk/travis-matrix
10 years ago
Jonathan Frederic c5553ca4fa Whitespace sensitive language
10 years ago
Min RK a5a737805e add '-dialog' suffix to restart actions with dialogs
10 years ago
Min RK ef64f743c4 make restart-clear-output a discrete action
10 years ago
Min RK 1c786d74ee rework restart-run-all dialog
10 years ago
Min RK 84f14c0ca0 shrink travis matrix
10 years ago
Min RK f17223270c Merge pull request #511 from minrk/session-kernelspecs
10 years ago
Min RK 9f501ab5cd get kernelspec info from kernelspecs
10 years ago
Jonathan Frederic a54ded224e Conver to RST
10 years ago
Jonathan Frederic a5215f3027 Add handler doc
10 years ago
Min RK 66242b9a70 Merge pull request #503 from julienr/kernel_name
10 years ago
Julien Rebetez 4925097006 Use kernel display_name instead of name in running kernels list
10 years ago
Julien Rebetez 91d42c9600 Adds display_name to MappingKernelManager's kernel_model
10 years ago
Jonathan Frederic 1c4daeb137 Merge pull request #491 from minrk/copystat-can-fail
10 years ago
Jonathan Frederic 831b2a523b Merge pull request #472 from minrk/base-url-always-encoded
10 years ago
Jonathan Frederic d1dc58fd6e Merge pull request #497 from captainsafia/snr-to-fnr
10 years ago
Julien Rebetez 78c6ca7e21 Adds kernel name to running notebooks list
10 years ago
Min RK c87c5ffd1f add comment about base URL prefixes in tests
10 years ago
Min RK 033247b039 protect against copystat failure in copy2
10 years ago