1. 28 Jun, 2016 1 commit
    • Sebastian Reuße's avatar
      Make use of available environment variables · fdb247ec
      Sebastian Reuße authored
      base-notebook defines environment variables for the Conda install path and the
      notebook user. However, in some instances, these locations were still hardcoded.
      Let’s use the variables instead.
      fdb247ec
  2. 10 Jun, 2016 2 commits
  3. 31 May, 2016 1 commit
  4. 30 May, 2016 6 commits
  5. 28 May, 2016 2 commits
  6. 27 May, 2016 5 commits
  7. 15 May, 2016 1 commit
  8. 14 May, 2016 1 commit
  9. 12 May, 2016 3 commits
  10. 11 May, 2016 1 commit
  11. 10 May, 2016 3 commits
  12. 06 May, 2016 2 commits
  13. 29 Apr, 2016 3 commits
  14. 26 Apr, 2016 3 commits
  15. 22 Apr, 2016 2 commits
  16. 14 Apr, 2016 1 commit
  17. 13 Apr, 2016 3 commits
    • Justin Tyberg's avatar
      Update inherit diagram. · 34da9f0a
      Justin Tyberg authored
      Remove singleuser images.
      
      (c) Copyright IBM Corp. 2016
      34da9f0a
    • Justin Tyberg's avatar
      Remove singleuser builds. · d61448d3
      Justin Tyberg authored
      Remove additional *-singleuser image builds in favor of including the
      single-user startup scripts in the *-notebook images.
      
      (c) Copyright IBM Corp. 2016
      d61448d3
    • Justin Tyberg's avatar
      Add single-user scripts to minimal-notebook stack to make notebook · cf78782f
      Justin Tyberg authored
      stacks easily usable with JupyterHub.
      
      * pip install jupyterhub to gain access to the jupyterhub-singleuser
        startup script, which starts a single-user instance of the Notebook
        server
      * Add shell script to wrap jupyterhub-singleuser script; use as
        alternate Docker command
      
      fixes #181
      
      (c) Copyright IBM Corp. 2016
      cf78782f