8139 Commits (0360bfa5f46696aeea2c6ebbae9cfcfebd3f8bc7)
 

Author SHA1 Message Date
John Kirkham 0360bfa5f4 circle.yml: Build the Dockerfile as a test step.
10 years ago
John Kirkham 9f8ce3d1a7 circle.yml: Note `docker` version information.
10 years ago
John Kirkham 693d7db770 circle.yml: Use the `docker` service.
10 years ago
John Kirkham f8b6ad472f circle.yml: Add stub for testing on Circle CI.
10 years ago
Min RK ff1bf59689 Merge pull request #576 from jakirkham/docker_add_ip_profile
10 years ago
John Kirkham 4157b176e4 Dockerfile: Add a basic jupyter notebook profile. Allow for IPs from anywhere to connect by adding this into the the jupyter notebook profile.
10 years ago
Min RK 2ab4fb6384 Merge pull request #585 from jakirkham/docker_drop_extra_install
10 years ago
John Kirkham b0659de0da Dockerfile: Extra unneeded install line.
10 years ago
Min RK afdbf3942c Merge pull request #592 from captainsafia/fix-tooltip
10 years ago
Min RK 2e430b1265 Merge pull request #588 from jakirkham/docker_fix_pip_insecure
10 years ago
Safia Abdalla 01498d1dfd Fixed indentation
10 years ago
Safia Abdalla dcd6bb470a Fixed title tooltip in notebook template
10 years ago
John Kirkham 587d72fa02 Dockerfile: Install `requests` with the `security` feature and needed dependencies. This should resolve the SSL `InsecurePlatformWarning` that is issued during the build. However, this won't resolve the issue when installing `pip`.
10 years ago
Min RK f9bb2a2926 Merge pull request #584 from jakirkham/add_python3
10 years ago
Min RK 7710355f3c Merge pull request #583 from jakirkham/docker_fix_typo
10 years ago
John Kirkham ea73856adc Dockerfile: Add `python3` explicitly to the dependencies installed by `apt-get` in the beginning.
10 years ago
John Kirkham 7c1a307452 Dockerfile: Fix a typo. [ci skip]
10 years ago
Jonathan Frederic e069fad494 Merge pull request #568 from jdfreder/sanemultiselect
10 years ago
Min RK 4c4028d7f0 Merge pull request #573 from jakirkham/docker_drop_port_arg
10 years ago
Min RK 803808a7bf Merge pull request #579 from michaelpacer/shutdown_bug
10 years ago
Min RK e5c8f4486f Merge pull request #572 from jakirkham/docker_build_fix
10 years ago
John Kirkham 43efd71011 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.
10 years ago
michaelpacer 7897dbd979 fixed bug in javascript for shutting down notebook
10 years ago
John Kirkham db911722ae Dockerfile: Port should not need to be specified as we are using the default one.
10 years ago
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]
11 years ago
Jonathan Frederic 14c4103694 Merge pull request #564 from minrk/install-typeahead
11 years ago
Jonathan Frederic 2b001d9394 Add shift-up/down as multiselect kb shortcuts
11 years ago
Min RK 95f12eb620 include typeahead with installation
11 years ago
Min RK a8084b0273 Merge pull request #555 from ellisonbg/restartfix
11 years ago
Min RK 225d86469a Merge pull request #560 from jdfreder/noignore
11 years ago
Min RK 1dacb2c59e Merge pull request #557 from jakirkham/docker_port_example_readme_fix
11 years ago
Jonathan Frederic 22f02e0960 Don't list ipython.ignore commands in the help dialog
11 years ago
John Kirkham 4808b9b051 README.md: Appears that `-P` publishes to random ports so switch back to mapping ports explicitly. [ci skip]
11 years ago
Brian E. Granger a2dcb297ba Fixing action name for Restart kernel menu item.
11 years ago
Min RK a925892b35 Merge pull request #530 from jakirkham/use_tini
11 years ago
Min RK 9ee301372c Merge pull request #543 from sccolbert/fix-scroll-jitter
11 years ago
John Kirkham ab7464bf5a docs/source/changelog.rst: Note what we did.
11 years ago
John Kirkham 1b8eb49902 scripts/lxc-launcher.sh: Remove the LXC launcher as it is now unused.
11 years ago
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.
11 years ago
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.
11 years ago
John Kirkham fb07ccb06f README.md: Make note about using `docker-machine` or `boot2docker`.
11 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.
11 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> ).
11 years ago
Jonathan Frederic 8d22a144f2 Merge pull request #544 from jasongrout/logging
11 years ago
Jason Grout b3bfe1bb1c Nicer logging of error messages
11 years ago
S. Chris Colbert 36051ea19a point bower at CodeMirror hash until a new version is released
11 years ago
Frank Sachsenheim 7a5214c8f0 Updates README.md
11 years ago
Frank Sachsenheim 3b5f748045 Moves kernel configuration and test up in Dockerfile
11 years ago
Min RK 932f85c759 Merge pull request #535 from jasongrout/subarea-scroll
11 years ago
Jason Grout 9cb98cd843 Make the subarea not have a scrollbar when the enclosing output area already provides scrollbars
11 years ago