Commit Graph

898 Commits

Author SHA1 Message Date
Peter Parente
713fae0566 Merge pull request #733 from bskarda/fix_common_options_link
Fix the common options link in the docs
2018-10-23 22:01:06 -04:00
Peter Parente
4dff2683ec Merge pull request #735 from ericdill/issue-724
Fix launch command in docs
2018-10-23 13:30:32 -04:00
ericdill
2ded32299c Fix launch command in docs
Closes #724
2018-10-23 19:11:16 +02:00
Brian Skarda
0b070ee0b7 Fix the common options link in the docs 2018-10-23 10:11:41 -04:00
Peter Parente
6c85e4b43a Merge pull request #725 from delgadom/patch-1
Point badges to dockerhub, add alt-text to microbadger
2018-10-20 16:36:28 -04:00
Michael Delgado
74ad563ac7 correct all-spark-notebook url destination 2018-10-20 12:48:13 -07:00
Michael Delgado
4964534d50 point readme badges to dockerhub in tensorflow-notebook
* status, pulls badges now point to https://hub.docker.com/r/jupyter/tensorflow-notebook/
* microbadger badges now have 'image metadata' alt text
2018-10-20 12:43:16 -07:00
Michael Delgado
e1ef8b5664 point readme badges to dockerhub in scipy-notebook
* status, pulls badges now point to https://hub.docker.com/r/jupyter/scipy-notebook/
* microbadger badges now have 'image metadata' alt text
2018-10-20 12:42:13 -07:00
Michael Delgado
48c92f79e8 point readme badges to dockerhub in r-notebook
* status, pulls badges now point to https://hub.docker.com/r/jupyter/r-notebook/
* microbadger badges now have 'image metadata' alt text
2018-10-20 12:40:59 -07:00
Michael Delgado
4462b5eb7b point readme badges to dockerhub in pyspark-notebook
* status, pulls badges now point to https://hub.docker.com/r/jupyter/pyspark-notebook/
* microbadger badges now have 'image metadata' alt text
2018-10-20 12:39:55 -07:00
Michael Delgado
1c4b71178d point readme badges to dockerhub in datascience-notebook
* status, pulls badges now point to https://hub.docker.com/r/jupyter/datascience-notebook/
* microbadger badges now have 'image metadata' alt text
2018-10-20 12:37:07 -07:00
Michael Delgado
75df827c6d add 'image metadata' alt text in base-notebook readme 2018-10-20 12:36:08 -07:00
Michael Delgado
8ccfaa54a9 point readme badges to dockerhub in all-spark-notebook
* status, pulls badges now point to https://hub.docker.com/r/jupyter/all-spark-notebook/
* microbadger badges now have 'image metadata' alt text
2018-10-20 12:33:58 -07:00
Michael Delgado
2220a2eaa3 Point badges to dockerhub, add alt-text to microbadger
Updates:

* Currently clicking on the pulls & stars badges directs users to the actual button svg image source. The link should point to https://hub.docker.com/r/jupyter/minimal-notebook/.
* Add alt-text "image metadata" to microbadger badge
2018-10-20 12:29:34 -07:00
Peter Parente
6d2a053461 Merge pull request #729 from parente/fix-builds
Fix builds by updating to compatible versions
2018-10-18 13:29:01 -04:00
Peter Parente
6aabc50265 Fix broken doc link 2018-10-18 12:28:39 -04:00
Luciano Resende
3ecff5f4b7 Update to Apache Toree 0.3.0-incubating RC1
The RC1 contains the fix to support latest release of JupyterLab.

Fixes #710
2018-10-18 10:35:09 -04:00
Peter Parente
e8048a25dc Fix builds by updating to compatible versions 2018-10-18 10:18:52 -04:00
Peter Parente
48bd283aaa Merge pull request #723 from marcraminv/docs/custom-user
Update docs about NB_USER set up
2018-10-17 20:57:35 -04:00
Marc Ramirez
076233c13b Add more information about NB_USER set up 2018-10-05 19:19:21 +02:00
Peter Parente
1145fb1198 Merge pull request #721 from jharris1679/patch-1
Update jupyter_notebook_config.py to fix bug introduced in notebook 5.7.0
2018-10-03 08:54:45 -04:00
Josh Harris
a94ecfb136 Update jupyter_notebook_config.py
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.
2018-09-24 19:29:22 -04:00
Peter Parente
137a295ff7 Merge pull request #711 from sansumbrella/patch-1
Update Juilia version to 1.0.0
2018-09-03 14:01:12 -04:00
Peter Parente
5cae315cba Merge pull request #704 from parente/bugfix/lineendings
Force LF line endings
2018-09-03 14:00:27 -04:00
Peter Parente
459e68c2f8 Merge pull request #688 from rkdarst/pre-start-hook
Add a posibliity for a pre-start hook
2018-09-03 13:54:50 -04:00
David Wicks
4ab128024f Use new package system 2018-08-30 23:44:27 -04:00
David Wicks
9b2ed35aea Update Juilia version to 1.0.0 2018-08-30 22:41:42 -04:00
Richard Darst
6fa9a4a1f0 Create run-hooks function and switch pre-start hook to that
- 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.
2018-08-22 01:32:13 +03:00
Richard Darst
a73212ea35 Add a posibliity for a pre-start hook
- 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.
2018-08-22 01:32:13 +03:00
Peter Parente
5979427ab2 Force LF line endings 2018-08-21 17:11:59 -04:00
Peter Parente
8ccdfc1da8 Merge pull request #703 from iyanmv/bump-jupyterlab
Update jupyterlab & extensions
2018-08-21 16:17:35 -04:00
Iyán Méndez Veiga
8fd9b55c18 Update jupyterlab & extensions 2018-08-21 20:24:38 +02:00
Peter Parente
177037d091 Merge pull request #694 from parente/hub-0.9
Update JupyterHub to 0.9
2018-08-06 09:20:20 -04:00
Peter Parente
3a547137f3 Update JupyterHub to 0.9.x 2018-08-05 11:57:04 -04:00
Peter Parente
265297f221 [ci skip] Remove sphinx_rtd_theme 2018-08-05 11:23:26 -04:00
Peter Parente
7d95895a97 Merge pull request #687 from rkdarst/group_handling
Update group handling: set primary gid, leave suplemental with group users
2018-08-05 11:19:21 -04:00
Richard Darst
31531fd623 Update documentation of NB_GID and NB_GROUP 2018-08-05 11:10:25 +03:00
Peter Parente
7258a5c298 Merge pull request #691 from parente/alabaster-docs
[ci skip] Switch docs to the alabaster theme
2018-08-04 16:36:05 -04:00
Peter Parente
0613eacc1d [ci skip] Switch docs to the alabaster theme 2018-08-03 23:51:07 -04:00
Richard Darst
fc72be36ad Update group handling: set primary gid, leave suplemental with group users
- 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.
2018-08-02 10:27:29 +03:00
Peter Parente
45e010d9e8 Merge pull request #686 from amit1rrr/use_jupyterlab_version_0.33.0
Bump up jupyterlab & extensions version
2018-07-31 09:11:27 -04:00
Amit Rathi
25181541de Bump up jupyterlab & extensions version 2018-07-31 13:27:07 +05:30
Peter Parente
135a595d2a Merge pull request #685 from delgadom/patch-1
point README badges to dockerhub
2018-07-30 08:49:42 -04:00
Michael Delgado
237e97d54a point README badges to dockerhub
Right now URLs simply point to the badge image source
2018-07-28 11:17:11 -07:00
Peter Parente
8d22c86ed4 Merge pull request #677 from jakirkham/use_cf_tini
Install tini from conda-forge
2018-07-20 15:27:41 -04:00
Peter Parente
02d387b31c Merge pull request #680 from nils-werner/XDG_CACHE_HOME
Change XDG_CACHE_HOME when using NB_USER
2018-07-20 15:06:26 -04:00
Nils Werner
6281d3d89c Change XDG_CACHE_HOME when using NB_USER 2018-07-20 12:18:14 +02:00
John Kirkham
0bfb920e02 Install tini from conda-forge
Switches to getting `tini` from `conda-forge`.
2018-07-19 22:56:48 -04:00
Peter Parente
621b96ed75 Merge pull request #676 from shaheenhumza/update-seaborn
Update version of seaborn to 0.9.X
2018-07-19 16:13:44 -04:00
Peter Parente
f5c31533c4 Merge pull request #671 from stefanproell/SPR/config_fix
Adds config file initialization and updates Apache Mirror due to timeout issue
2018-07-19 16:12:45 -04:00