Commit Graph

1370 Commits

Author SHA1 Message Date
Peter Parente
da2c5a4d00 Merge pull request #485 from tylere/master
Update jupyterlab to 0.28
2017-10-22 17:30:51 -04:00
Peter Parente
9e9dea89d6 Merge pull request #482 from gnestor/notebook-5.2.0
Upgrade to notebook 5.2.0
2017-10-20 23:03:45 -04:00
Tyler Erickson
50b0831c8e Update jupyterlab to 0.28
Update jupyterlab from 0.27.* to 0.28.*. This allows the current
version of ipywidgets (7.0.2) to be installed.
2017-10-19 10:00:22 -07:00
Grant Nestor
40a2791b73 Upgrade to notebook 5.2.0 2017-10-13 10:26:00 -07:00
Peter Parente
281505737f Merge pull request #479 from basnijholt/patch-1
bump jupyterhub to version 0.8
2017-10-06 08:21:18 -04:00
Bas Nijholt
2404602e57 jupyterhub to version 0.8 2017-10-06 13:41:18 +02:00
Thomas Kluyver
e167704323 Merge pull request #473 from gnestor/master
Upgrade to notebook 5.1
2017-09-28 21:01:51 +01:00
Grant Nestor
01c9e6c66b Upgrade to notebook 5.1 2017-09-26 11:03:38 -07:00
Peter Parente
ae885c0a62 Merge pull request #462 from parente/fix-facets
Fix facets install
2017-09-09 20:03:10 -04:00
Peter Parente
5ff64b45be Fix facets install
* Don't change WORKDIR
* Fix permissions after install
* Cleanup source tree
2017-09-09 14:00:15 -04:00
Yusaku Mandai
dc908ed47f Change starting directory of scipy-notebook 2017-09-09 19:45:40 +09:00
Peter Parente
3b04f14d37 Merge pull request #453 from naveenkumarmarri/master
Added support for facets visualization
2017-09-08 23:08:12 -04:00
Naveen Marri
6bbf0939a0 changed the sys-prefix 2017-09-08 22:27:25 -04:00
Naveen Marri
3b9135df57 changed the sys-prefix 2017-09-08 19:10:59 -04:00
Naveen Marri
5cdc850799 Merge remote-tracking branch 'upstream/master' 2017-09-08 19:08:37 -04:00
Peter Parente
03398900b7 Merge pull request #459 from minrk/emphasize-tags
Further emphasize the use of tags in README
2017-09-07 21:08:19 -04:00
Min RK
79b36ecb4d further emphasize the use of tags in README 2017-09-07 21:56:32 +02:00
Min RK
7c45ec67c8 Merge pull request #458 from minrk/fix-workdir
homedir fixes
2017-09-07 21:35:03 +02:00
Min RK
38710f5819 homedir fixes
- don't relocate home if home exists (e.g. mounted volume)
- respect workdir, only cd to new home if we were in /home/jovyan/
2017-09-07 21:34:42 +02:00
Peter Parente
33fa020263 Merge pull request #455 from parente/fix-working-dir
Fix working directory problems with custom NB_USER
2017-09-06 22:13:27 -04:00
Peter Parente
c64b1e33ae Merge pull request #457 from ontouchstart/ontouchstart
Fix inherit-diagram: debian@SHA -> ubuntu@SHA
2017-09-05 19:35:35 -04:00
Sam Liu
0a00cffc20 Fix inherit-diagram: debian@SHA -> ubuntu@SHA
Based on 0351f0c3b7
2017-09-05 10:05:13 -04:00
jakirkham
786611348d Merge pull request #456 from parente/add-keras-stack
Add keras
2017-09-05 08:35:28 -04:00
Peter Parente
c138070427 Fix working directory problems with custom NB_USER
Improve start.sh logging along the way
2017-09-04 21:10:15 -04:00
Peter Parente
bf0111ca84 Add keras to the tensorflow stack 2017-09-04 21:07:50 -04:00
Hakan Dilek
e82dfeabf7 keras stack 2017-09-04 21:06:44 -04:00
Peter Parente
16e6d72cbf Merge pull request #452 from parente/bump-ipywidgets
Update ipywidgets to 7.0.x
2017-09-03 22:47:37 -04:00
Naveen Marri
cb5f67ee51 Added support for facets visualization 2017-09-02 20:19:57 -04:00
Peter Parente
5145670da6 Update ipywidgets to 7.0.x 2017-08-28 23:51:55 -04:00
Peter Parente
cf6258237f Merge pull request #451 from parente/doc-fix-py2-ref
[ci skip] Remove py2 reference
2017-08-28 23:50:36 -04:00
Peter Parente
c08ef90771 [ci skip] Remove py2 reference 2017-08-28 23:47:10 -04:00
Peter Parente
c8797824e8 Merge pull request #435 from minrk/permissions
use groups for managing write-access to files
2017-08-26 18:51:56 -04:00
Min RK
b69f43e098 remove user-facing start-singleuser.sh docs
it’s handled internally
2017-08-26 09:54:58 -04:00
Min RK
80359f314a leftover mentions of user-writable group
use `users` instead
2017-08-26 09:51:58 -04:00
Min RK
2df9c49a74 set setuid/setgid bits in fix-permissions
ensures files have the right owner:group

unfortunately, not enough to get group-writable permissions (need acl or umask for that),
so we still need to run it after each install
2017-08-26 09:50:58 -04:00
Min RK
c6c1ce4cb0 use groups for managing write-access to files
- any files the user should be able to write should have group `user-permissions` with `g+rwX`
- remove `chown` from start.sh because it is no longer needed
- add `fix-permissions` script for setting the user-writable permissions on a path
- user-permissions group as GID 10000 (is there a reason for it to have a different value?)
- containers can set group with `--group-add user-writable` if they want to run with a different uid/gid
  (without -u root -e NB_UID -e NB_GID, which make this unnecessary)
2017-08-26 09:50:56 -04:00
Min RK
93b880cb80 Merge pull request #446 from parente/doc-ports-for-lab
[ci skip] Documentation improvements
2017-08-26 09:42:44 -04:00
Min RK
c358a5d278 Merge pull request #445 from parente/update-jupyterlab-0.26
Update jupyterlab to 0.26.*
2017-08-26 09:21:06 -04:00
Peter Parente
a802e4b84d [ci skip] Copy/paste is evil 2017-08-26 09:13:22 -04:00
Peter Parente
04107c39b2 Update jupyterlab to 0.27.* 2017-08-24 14:33:13 -04:00
Peter Parente
5131f0df81 [ci skip] Doc host mount permission requirements 2017-08-22 15:46:25 -04:00
Peter Parente
09c9a4fd9c [ci skip] Add a jupyter lab example with ports 2017-08-22 14:28:23 -04:00
Peter Parente
d9716fd822 Update jupyterlab to 0.26.* 2017-08-22 14:10:33 -04:00
Min RK
8f56e3c47f Merge pull request #441 from jupyter/py2-readme
[ci skip] Note in README about Python 2.x
2017-08-18 15:53:10 +02:00
Peter Parente
df703b95ce [ci skip] Note in README about Python 2.x 2017-08-17 08:32:43 -04:00
Min RK
37af023956 Merge pull request #438 from fouding/patch-2
fix condition-testing syntax bugs
2017-08-16 15:19:07 +02:00
fouding
75742278ce fix condition-testing syntax bugs 2017-08-16 17:17:09 +08:00
Min RK
5ded1de072 Merge pull request #431 from minrk/docker-args
make jupyterhub env->cli args optional
2017-08-11 11:35:22 +02:00
Min RK
3146037b6f quote NOTEBOOK_DIR 2017-08-11 10:27:16 +02:00
Min RK
cc9feab481 Merge pull request #433 from minrk/rm-py2
Remove Python 2
2017-08-11 10:26:09 +02:00