Commit Graph

766 Commits

Author SHA1 Message Date
Peter Parente
1085ca054a Merge pull request #635 from mnagaku/mnagaku-patch-send2trash-not-work
send2trash not work
2018-05-12 14:01:16 -04:00
Masaru Nagaku
b81dad5ee8 send2trash not work
https://github.com/jupyter/notebook/issues/3130
Now, files not delete on https://hub.docker.com/r/jupyter/base-notebook/ and derived container images.
2018-05-08 20:16:49 +09:00
Peter Parente
160eb5183a Merge pull request #632 from parente/update-scipy
Update scipy-notebook packages
2018-05-06 16:30:48 -04:00
Peter Parente
4514341948 Update scipy-notebook packages 2018-05-06 15:23:57 -04:00
Peter Parente
5fa2aaa3ea Merge pull request #631 from parente/update-tf-keras
Update tensorflow to 1.5, keras to 2.1
2018-05-06 14:43:03 -04:00
Peter Parente
aabd6c9521 Update tensorflow to 1.5, keras to 2.1 2018-05-06 12:15:47 -04:00
Peter Parente
de3d87e3ce Merge pull request #628 from jayqi/pyspark-conda-clean
Added missing conda clean to pyspark-notebook Dockerfile
2018-05-06 11:54:49 -04:00
Jay Qi
7c6bf72ced Added conda clean. Addresses #627 2018-05-05 12:22:43 -05:00
Peter Parente
1fbaef522f Merge pull request #624 from parente/miniconda-conda-4.4
Update miniconda installer to 4.4
2018-05-01 08:18:31 -04:00
Peter Parente
9e52e6499d Update miniconda installer to 4.4 2018-04-30 22:05:26 -04:00
Peter Parente
1af3089901 Merge pull request #619 from acelasi7/update-scikit-libraries
Update scikit libraries
2018-04-30 21:53:08 -04:00
Tudor
883557164f Update scikit-image to 0.13*
Release notes can be found here https://github.com/scikit-image/scikit-image/blob/master/doc/release/release_0.13.rst
2018-04-28 14:14:45 +02:00
Tudor
bfd82c5abf Update scikit-learn to 0.19*
Release notes can be found here http://scikit-learn.org/stable/whats_new.html#version-0-19-1
2018-04-28 14:14:15 +02:00
Peter Parente
1dc1481636 Merge pull request #623 from mariusvniekerk/patch-2
Update toree to rc5
2018-04-27 16:55:51 -04:00
Marius van Niekerk
b37f105611 Update toree to rc5 2018-04-27 15:56:15 -04:00
Peter Parente
e0969e81c6 Merge pull request #621 from tomjorquera/update-jupyterlab-032
Update jupyterlab and extensions
2018-04-27 12:10:04 -04:00
Tom Jorquera
a5d350fb0f Update jupyterlab and extensions
Update jupyterlab from 0.31 to 0.32.

Update the following extensions to matching versions:
- jupyterlab/hub-extension
- jupyter-widget/jupyterlab-manager
- jupyterlab_bokeh
2018-04-27 11:39:08 +02:00
Peter Parente
8312f54454 Merge pull request #618 from parente/fix-npm-cache-clean
Force npm cache clean
2018-04-24 07:38:23 -04:00
Peter Parente
d289c08d09 Force all npm cache clean commands 2018-04-23 21:52:14 -04:00
Peter Parente
54623ca187 Force npm cache clean 2018-04-23 21:51:04 -04:00
Peter Parente
a76af0585e Merge pull request #617 from mimoralea/patch-1
Remove facets directory
2018-04-23 21:50:13 -04:00
Miguel Morales
621be73e6f Remove facets directory
The `cd` command switches to the user's home directory (away from the directory we want to delete)
Then we remove the facets directory using the full path
2018-04-23 16:07:52 -06:00
Peter Parente
9f9e5ca8fe Merge pull request #610 from datwiz/startup-usermod-check
In start.sh ensure usename jovyan exists before attempting usermod
2018-04-15 22:21:33 -04:00
Peter Parente
e2798680b0 Merge pull request #600 from taqtiqa-mark/patch-1
Keyserver pool
2018-04-15 22:21:03 -04:00
Chris Ottinger
44d010e929 in start.sh ensure usename jovyan exists before attempting usermod 2018-04-13 15:56:46 +10:00
Peter Parente
8a1b90cbcb Merge pull request #605 from parente/tornado5
Remove tornado<5 pin
2018-04-08 19:08:46 -04:00
Peter Parente
22d38bad00 Fix pyarrow install
Need to install as NB_UID, not root, to keep all /opt/conda
folders writeable by the default user
2018-04-07 23:16:33 -04:00
Peter Parente
d452f4e468 Remove tornado<5 pin 2018-04-07 22:26:30 -04:00
Peter Parente
72a11f9ef1 Merge pull request #604 from mariusvniekerk/patch-1
update all-spark to toree 0.2.0rc4
2018-04-07 16:01:45 -04:00
Marius van Niekerk
ec73c29a20 update all-spark to toree 0.2.0rc4 2018-04-07 07:34:01 +02:00
Mark Van de Vyver
0344fd393d Keyserver used in Hashicorps Nomad files
Keyserver used in Hashicorps Nomad files
2018-04-04 21:40:08 +10:00
Min RK
8d9388cac5 Merge pull request #596 from clkao/start-notebook.d
Run additional scripts in /usr/local/bin/start-notebook.d/
2018-04-02 10:44:39 +02:00
Min RK
95d84c2df7 Merge pull request #601 from jakirkham/drop_r_channel
Drop the `r` channel
2018-04-02 10:43:14 +02:00
Min RK
2cafcb847a Merge pull request #602 from jakirkham/use_blas_pkg
Use conda-forge's blas package w/openblas
2018-04-02 10:42:53 +02:00
John Kirkham
a3edb4258d Use conda-forge's blas package w/openblas
As conda-forge does not use the `nomkl` package, but instead uses the
`blas` package to select BLAS versions, install the `blas` package and
select the `openblas` implementation.
2018-04-02 01:29:41 -04:00
John Kirkham
a866877c45 Drop the r channel
The `r` channel has been considered part of `defaults` since `conda` version `4.3.0`. So it should already be taken into consideration by `conda` installs without having to explicitly add the channel. Further the `conda-forge` channel has incorporated an ever growing, healthy stack of R packages. As such it appears all of the R packages used in this stack now come from `conda-forge` and not `defaults`. Given all of this, it seems safe to drop the `r` channel from explicit addition to the channel list.
2018-04-02 00:57:07 -04:00
Mark Van de Vyver
7b8fff73fc Keyserver pool
hkp://pool.sks-keyservers.net over keyserver.ubuntu.com see
https://sks-keyservers.net/overview-of-pools.php
2018-03-30 13:34:11 +11:00
Chia-liang Kao
632ce8c2d2 Run additional scripts in /usr/local/bin/start-notebook.d/ 2018-03-29 16:26:20 +08:00
Peter Parente
c88678a1c7 Merge pull request #538 from parente/rtd
ReadTheDocs site, User Guide sections
2018-03-26 20:52:42 -04:00
Peter Parente
09d5f5aa80 Fix typo too 2018-03-26 20:44:40 -04:00
Peter Parente
d64b476674 Address initial review comments 2018-03-26 20:44:02 -04:00
Peter Parente
52d1fbcb41 Merge pull request #591 from stijndehaes/master
Make extracted spark files root id
2018-03-26 15:02:12 -04:00
Min RK
3a5f57dc46 Merge pull request #593 from clkao/patch-1
base image on ubuntu:xenial-20180228
2018-03-26 13:38:33 +02:00
Stijn De Haes
7e7041953e fixed tar --owner root to be correct 2018-03-26 09:05:16 +02:00
Peter Parente
71978c31b4 Fix TOC heading level 2018-03-25 21:35:30 -04:00
Peter Parente
a7407c115d Fix link to stack contrib page 2018-03-25 21:27:54 -04:00
Chia-liang Kao
d7e3817af5 base image on ubuntu:xenial-20180228 2018-03-26 09:27:20 +08:00
Peter Parente
e34a17e024 Try the RTD path fix again 2018-03-25 21:17:42 -04:00
Peter Parente
d03a419e17 Fix path to readthedocs.yaml 2018-03-25 21:15:04 -04:00
Peter Parente
6e55fcc42f Split pages, use RTD theme for now
I can't seem to configure the Jupyter Albaster theme correctly
and will reach out for help later.
2018-03-25 21:00:06 -04:00