Commit Graph

1370 Commits

Author SHA1 Message Date
Peter Parente
b7b903b0c6 Merge pull request #824 from javabrett/doc-balance-quote
Balance closing quote in doc for CHOWN_EXTRA example.
2019-03-11 08:47:55 -04:00
Brett Randall
af55670ce2 Added clarification on the use of NB_UMASK, which only applies to the Jupyter process itself. 2019-03-11 12:59:24 +11:00
Brett Randall
ed21e1a0b3 Balance closing quote in doc for CHOWN_EXTRA example. 2019-03-11 09:30:14 +11:00
“Romain
827309ed70 r-notebook devtools install_github does not work 2019-03-08 17:26:48 +01:00
“Romain
f7612848c3 Merge remote-tracking branch 'upstream/master' 2019-03-08 11:21:51 +01:00
Peter Parente
6fb3eca57b Merge pull request #822 from parente/version-updates
Update packages in scipy-notebook
2019-03-07 22:02:57 -05:00
Peter Parente
a772c9ab6b Fix matplotlib version typo
Getting ahead of myself here ...
2019-03-07 21:09:54 -05:00
Peter Parente
313ceb794c Update packages in scipy-notebook 2019-03-07 20:33:31 -05:00
Peter Parente
29a003bb30 Merge pull request #821 from minrk/nb575
notebook 5.7.5
2019-03-07 09:25:35 -05:00
Peter Parente
f53e6e0b4a Merge pull request #814 from javabrett/safe-PYTHONPATH
Made variable reference PYTHONPATH safe in case of set -eu.
2019-03-07 09:25:05 -05:00
Min RK
dd03a7e5cd notebook 5.7.5
and conda to 4.6.7
2019-03-06 13:20:18 +01:00
Peter Parente
7f1482f5a1 Merge pull request #817 from jakirkham/req_dask
Require Dask 1.1 in the scipy-notebook
2019-02-22 03:00:32 -05:00
John Kirkham
caf8c5c241 Require Dask 1.1 in the scipy-notebook 2019-02-21 22:47:03 -05:00
Brett Randall
475ab49f82 Made variable reference PYTHONPATH safe in case of set -eu.
Signed-off-by: Brett Randall <javabrett@gmail.com>
2019-02-20 14:46:51 +11:00
“Romain
8978d8867e devtools install_github does not work 2019-02-17 07:06:19 +01:00
Peter Parente
45b8529a6b Merge pull request #810 from twalcari/patch-1
Fix for build error #807
2019-02-14 11:09:30 -05:00
Thijs Walcarius
a252cfa173 Fix for build error #807
Fix permissions in parent dir of $CONDA_DIR instead of $CONDA_DIR
2019-02-14 09:20:14 +01:00
Peter Parente
83ed2c6367 Merge pull request #804 from arnavs/patch-1
Julia 1.0.0 => 1.1.0
2019-02-03 16:18:26 -05:00
Arnav Sood
67b760c9a1 Julia 1.0.0 => 1.1.0
This is the latest stable release of Julia.

I also cleaned up the package operations and added `QuantEcon/InstantiateFromURL.jl`, which is a small utility for binding Julia dependency information to a Jupyter notebook.

Builds fine on my local machine.
2019-02-03 10:06:59 -05:00
Peter Parente
95f855f8e5 Merge pull request #805 from parente/fix-openssl-regression
Generate missing openssl.cnf
2019-02-03 10:03:08 -05:00
Peter Parente
992d83c57c BUG: Generate missing openssl.cnf
Ensure distinguished_name is set when generating an ssl cert
2019-02-02 21:39:07 -05:00
Peter Parente
a238993ad5 Merge pull request #803 from winni2k/patch-1
Update README.md as suggested in #802
2019-01-29 08:53:48 -05:00
Winni Kretzschmar
a4baa9a3bf Update README.md according to #802 2019-01-29 10:01:30 +01:00
Peter Parente
0aff382cf4 Merge pull request #802 from winni2k/patch-1
Add intermediate example to describe port mapping
2019-01-28 10:56:39 -05:00
Winni Kretzschmar
97114bd040 Add intermediate example to describe port mapping 2019-01-28 14:09:24 +01:00
Peter Parente
08e09e60eb Merge pull request #800 from jupyter/damianavila-patch-1
Add reference to education-notebook
2019-01-26 16:19:44 -05:00
Peter Parente
f691de3f32 Update docs/using/selecting.md
Co-Authored-By: damianavila <damianavila82@yahoo.com.ar>
2019-01-26 14:18:14 -03:00
Peter Parente
8b98bb97bd Merge pull request #796 from heoa/patch-2
Support for ODBC
2019-01-26 11:08:37 -05:00
Damian Avila
0236b703a4 Add reference to education-notebook 2019-01-26 13:01:24 -03:00
Peter Parente
87210526f3 Merge pull request #793 from flixr/update_ipywidgets
scipy-notebook: update ipywidgets
2019-01-08 21:20:49 -05:00
heoa
9ab617f330 Support for ODBC
I recommend to add the support for ODBC.
2019-01-07 02:31:32 +02:00
Felix Ruess
f4d44ca0eb scipy-notebook: update ipywidgets 2019-01-05 20:45:33 +01:00
Peter Parente
a95cb64dfe Merge pull request #791 from rkdarst/run-hooks-loop-bugfix
Fix logging bug in run-hooks (order of logging statement)
2019-01-01 19:08:45 -05:00
Richard Darst
6e104c95b1 Fix logging bug in run-hooks (order of logging statement)
- The "done running loop" log message was inside the loop, causing it
  to appear over and over again, making log quite confusing.
2019-01-01 23:37:23 +02:00
Peter Parente
987a0d3379 Merge pull request #789 from romainx/master
Updated R packages in datascience-notebook to match r-notebook packages update in PR #786
2018-12-30 06:49:45 -05:00
Romain C
d18fd3e7eb Fix a conflict in R packages update in the datascience-notebook 2018-12-30 09:23:37 +01:00
Romain C
e2932c730a Applied PR #786 for R packages to the datascience-notebook 2018-12-30 08:46:34 +01:00
Peter Parente
07eb788e5d Merge pull request #788 from parente/add-binder
[ci skip] ARG does not survive past FROM
2018-12-29 20:43:15 -05:00
Peter Parente
6abf80318a [ci skip] ARG does not survive past FROM
Hardcode the tag in two places
2018-12-29 20:42:16 -05:00
Peter Parente
e8ac99800e Fix simple -> simply in README 2018-12-29 20:33:30 -05:00
Peter Parente
559d78a66d Merge pull request #785 from parente/add-binder
Add an example binder
2018-12-29 20:33:03 -05:00
Peter Parente
40506ed933 Merge pull request #784 from parente/fix-nayvoj
Fix bug where container user is "nayvoj"
2018-12-29 20:32:36 -05:00
Peter Parente
054fda4d0f [ci skip] Open the README.ipynb on binder 2018-12-29 20:32:00 -05:00
Peter Parente
0a73230060 [ci skip] Fix COPY path? 2018-12-29 18:19:53 -05:00
Peter Parente
e2d4d3b40b Set STATUS=0 by default
Addresses code review by @GrahamDumpleton
2018-12-29 18:15:40 -05:00
Peter Parente
f9c93b9403 [ci skip] Add a demo notebook and tag info 2018-12-29 18:10:49 -05:00
Peter Parente
b8f9445651 Merge pull request #786 from romainx/master
Updated R packages in r-notebook to match all-spark-notebook update in PR #782
2018-12-29 18:06:03 -05:00
Romain C
50a26185b9 Updated R packages to match all-spark-notebook update in PR #782 2018-12-29 22:42:17 +01:00
Peter Parente
c07df9e69d Add an example binder 2018-12-29 16:21:56 -05:00
Peter Parente
9b9c3c7d99 Fix bug where container user is "nayvoj"
whoami &> /dev/null || STATUS=$? && true
causes STATUS to be set to an empty string
when the container starts with option --add-group="root"
resulting in both nayvoj and jovyan having uid=1000
and gid=100. The first match in /etc/password wins
and so the container user ends up being "nayvoj"
accidentally.

Avoid this by checking that whoami STATUS is neither blank nor 0
before adding a new /etc/passwd entry
2018-12-29 15:06:42 -05:00