1. 20 Oct, 2018 1 commit
  2. 19 Oct, 2018 2 commits
  3. 18 Oct, 2018 3 commits
  4. 06 Oct, 2018 1 commit
  5. 03 Oct, 2018 1 commit
  6. 25 Sep, 2018 1 commit
  7. 04 Sep, 2018 3 commits
  8. 31 Aug, 2018 2 commits
  9. 22 Aug, 2018 5 commits
    • Richard Darst's avatar
      Create run-hooks function and switch pre-start hook to that · 6fa9a4a1
      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.
      6fa9a4a1
    • Richard Darst's avatar
      Add a posibliity for a pre-start hook · a73212ea
      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.
      a73212ea
    • Peter Parente's avatar
      Force LF line endings · 5979427a
      Peter Parente authored
      5979427a
    • Peter Parente's avatar
      Merge pull request #703 from iyanmv/bump-jupyterlab · 8ccdfc1d
      Peter Parente authored
      Update jupyterlab & extensions
      8ccdfc1d
    • Iyán Méndez Veiga's avatar
      Update jupyterlab & extensions · 8fd9b55c
      Iyán Méndez Veiga authored
      8fd9b55c
  10. 06 Aug, 2018 1 commit
  11. 05 Aug, 2018 5 commits
  12. 04 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
    • Richard Darst's avatar
      Update group handling: set primary gid, leave suplemental with group users · fc72be36
      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.
      fc72be36
  14. 31 Jul, 2018 2 commits
  15. 30 Jul, 2018 1 commit
  16. 29 Jul, 2018 1 commit
  17. 21 Jul, 2018 2 commits
  18. 20 Jul, 2018 4 commits
  19. 19 Jul, 2018 2 commits
    • Humza M Shaheen's avatar
      Update version of seaborn to 0.9.X · 0b95fd35
      Humza M Shaheen authored
      0b95fd35
    • Stefan Proell's avatar
      Adds config file initialization · 1584606a
      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.
      1584606a
  20. 17 Jul, 2018 1 commit