1. 24 Oct, 2018 4 commits
  2. 23 Oct, 2018 1 commit
  3. 21 Oct, 2018 10 commits
  4. 20 Oct, 2018 1 commit
  5. 19 Oct, 2018 2 commits
  6. 18 Oct, 2018 3 commits
  7. 06 Oct, 2018 1 commit
  8. 03 Oct, 2018 1 commit
  9. 25 Sep, 2018 1 commit
  10. 04 Sep, 2018 3 commits
  11. 31 Aug, 2018 2 commits
  12. 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
  13. 06 Aug, 2018 1 commit
  14. 05 Aug, 2018 5 commits