- 18 Oct, 2018 2 commits
-
-
Peter Parente authored
-
Peter Parente authored
Update docs about NB_USER set up
-
- 06 Oct, 2018 1 commit
-
-
Marc Ramirez authored
-
- 03 Oct, 2018 1 commit
-
-
Peter Parente authored
Update jupyter_notebook_config.py to fix bug introduced in notebook 5.7.0
-
- 25 Sep, 2018 1 commit
-
-
Josh Harris authored
Latest release of notebook (5.7.0) introduces bug when `c.NotebookApp.ip` is set to '*'. See https://github.com/jupyter/notebook/issues/3946 for details.
-
- 04 Sep, 2018 3 commits
-
-
Peter Parente authored
Update Juilia version to 1.0.0
-
Peter Parente authored
Force LF line endings
-
Peter Parente authored
Add a posibliity for a pre-start hook
-
- 31 Aug, 2018 2 commits
-
-
David Wicks authored
-
David Wicks authored
-
- 22 Aug, 2018 5 commits
-
-
Richard Darst authored
- This is initial prototype of a more flexible hooks system. - Add /usr/local/bin/before-notebook.d hooks which is run right before the notebook runs.
-
Richard Darst authored
- The start.sh script does different operations on users, and sometimes one may need to do operations *after* that is done (as opposed to /usr/local/bin/start-notebook.d/ which is run before). This provides that possibility. (One use case is hooks which must be run after the users are set up.) - To be technically perfect, one might want to use something similar to /usr/local/bin/pre-start-notebook.d/. But let's start with the simplest thing possible for now - the expected use of this command is only if people use NB_USER, etc in a way that requires small follow up commands to be run. - If notebook is running as root, this allows users to run arbitrary commands pre-sudo. Consider security model.
-
Peter Parente authored
-
Peter Parente authored
Update jupyterlab & extensions
-
Iyán Méndez Veiga authored
-
- 06 Aug, 2018 1 commit
-
-
Peter Parente authored
Update JupyterHub to 0.9
-
- 05 Aug, 2018 5 commits
-
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
Update group handling: set primary gid, leave suplemental with group users
-
Richard Darst authored
-
Peter Parente authored
[ci skip] Switch docs to the alabaster theme
-
- 04 Aug, 2018 1 commit
-
-
Peter Parente authored
-
- 02 Aug, 2018 1 commit
-
-
Richard Darst authored
- If NB_GID is set, it is likely that files created should have NB_GID as their gid (if it doesn't matter, then this change is irrelevant. If it does matter, the liklihood that 100 matches with what the user wants is low). - When NB_GID is set, create a new group with that gid. Then, set this as the primary gid of the user. Set the user's supplemental gids to NB_GID,100.
-
- 31 Jul, 2018 2 commits
-
-
Peter Parente authored
Bump up jupyterlab & extensions version
-
Amit Rathi authored
-
- 30 Jul, 2018 1 commit
-
-
Peter Parente authored
point README badges to dockerhub
-
- 29 Jul, 2018 1 commit
-
-
Michael Delgado authored
Right now URLs simply point to the badge image source
-
- 21 Jul, 2018 2 commits
-
-
Peter Parente authored
Install tini from conda-forge
-
Peter Parente authored
Change XDG_CACHE_HOME when using NB_USER
-
- 20 Jul, 2018 4 commits
-
-
Nils Werner authored
-
John Kirkham authored
Switches to getting `tini` from `conda-forge`.
-
Peter Parente authored
Update version of seaborn to 0.9.X
-
Peter Parente authored
Adds config file initialization and updates Apache Mirror due to timeout issue
-
- 19 Jul, 2018 2 commits
-
-
Humza M Shaheen authored
-
Stefan Proell authored
Adds the initial creation of the configuration file jupyter_notebook_config.json to the image. This file was missing as reported in issue #639 and caused an error when trying to set a new password via the Web interface. Bumps the version of Jupyter Notebook to 5.6 Updates Apache Mirror URL because the current causes build timeouts The mirror used now (mirrors.ukfast.co.uk) is fast enough and does not point to an ad site and is already used in a different Dockerfile within this repository.
-
- 17 Jul, 2018 4 commits
-
-
Peter Parente authored
[ci skip] Remove dead files w/ old versions
-
Peter Parente authored
Fixed README, Jupyter Lab launch sample command
-
Peter Parente authored
Fix #492: NB_GID adds a supplemental group, leaves primary untouched
-
Peter Parente authored
-
- 12 Jul, 2018 1 commit
-
-
tackman authored
-