Commit Graph

1006 Commits

Author SHA1 Message Date
Min RK
dd03a7e5cd notebook 5.7.5
and conda to 4.6.7
2019-03-06 13:20:18 +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
Peter Parente
17aba6048f Merge pull request #759 from dungdm93/master
fixing inline script problem
2018-12-29 11:29:19 -05:00
Peter Parente
9b06df75e4 Merge pull request #783 from romainx/master
Replace vim by nano in the minimal-notebook documentation (fix #779)
2018-12-29 10:34:30 -05:00
Peter Parente
c12adebb32 Merge pull request #782 from parente/daozzg-master
Update all R libs in all-spark-notebook for Spark 2.4
2018-12-29 10:34:11 -05:00
Romain C
38054f3e7b Replace vim by nano in the doc 2018-12-29 07:25:47 +01:00
Peter Parente
8b0c000794 Update R packages 2018-12-29 00:05:19 -05:00
Peter Parente
aa0ebba9a0 Merge pull request #781 from parente/iyanmv-add-umaks-flag
umask flag
2018-12-28 23:44:15 -05:00
Peter Parente
96c05b8880 Merge pull request #739 from ericdill/issue-715
Add note about customizing the startup with before-notebook.d
2018-12-28 14:05:21 -05:00
Peter Parente
515f74ab77 DOC: Typo fix 2018-12-28 14:03:46 -05:00
Peter Parente
9b8893f5cd DOC: Match heading level 2018-12-28 14:02:25 -05:00
Peter Parente
11d8162dbd MNT: Update .gitignore for vscode 2018-12-28 13:56:28 -05:00
Peter Parente
e1f57a620f Doc start-notebook.d as well 2018-12-28 13:56:15 -05:00
Peter Parente
368e1af98b Fix a broken doc link spotted along the way 2018-12-28 13:28:12 -05:00
Peter Parente
fbba48c435 Only apply custom umask if NB_UMASK is set 2018-12-28 13:28:03 -05:00
Peter Parente
1ec114a8ca Squashed commit of the following:
commit 2d92977085
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 23:22:35 2018 +0200

    Delete code in start.sh (not necessary). Simplify 'os.umask' code. Add paragraph to docs

commit 19d1e7be71
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 19:03:36 2018 +0200

    Change if clause condition

commit 13802f436c
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 20:24:38 2018 +0200

    Update jupyterlab & extensions

commit 63bdcad837
Author: Iyán Méndez Veiga <me@iyanmv.com>
Date:   Tue Aug 21 16:21:01 2018 +0200

    Fix 'No newline at end of file'

commit 9504408874
Author: Iyan Méndez Veiga <iyan.mendezveiga@arcelormittal.com>
Date:   Tue Aug 21 15:37:32 2018 +0200

    Fix if clause start.sh

commit 74da4e07b2
Author: Iyan Méndez Veiga <iyan.mendezveiga@arcelormittal.com>
Date:   Tue Aug 21 14:52:21 2018 +0200

    Add NB_UMASK flag to modify default umask
2018-12-28 13:24:16 -05:00