- 15 Feb, 2019 1 commit
-
-
Peter Parente authored
Fix for build error #807
-
- 14 Feb, 2019 1 commit
-
-
Thijs Walcarius authored
Fix permissions in parent dir of $CONDA_DIR instead of $CONDA_DIR
-
- 04 Feb, 2019 1 commit
-
-
Peter Parente authored
Julia 1.0.0 => 1.1.0
-
- 03 Feb, 2019 3 commits
-
-
Arnav Sood authored
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.
-
Peter Parente authored
Generate missing openssl.cnf
-
Peter Parente authored
Ensure distinguished_name is set when generating an ssl cert
-
- 29 Jan, 2019 2 commits
-
-
Peter Parente authored
Update README.md as suggested in #802
-
Winni Kretzschmar authored
-
- 28 Jan, 2019 2 commits
-
-
Peter Parente authored
Add intermediate example to describe port mapping
-
Winni Kretzschmar authored
-
- 27 Jan, 2019 4 commits
-
-
Peter Parente authored
Add reference to education-notebook
-
Peter Parente authored
Co-Authored-By:damianavila <damianavila82@yahoo.com.ar>
-
Peter Parente authored
Support for ODBC
-
Damian Avila authored
-
- 09 Jan, 2019 1 commit
-
-
Peter Parente authored
scipy-notebook: update ipywidgets
-
- 07 Jan, 2019 1 commit
-
-
heoa authored
I recommend to add the support for ODBC.
-
- 06 Jan, 2019 1 commit
-
-
Felix Ruess authored
-
- 02 Jan, 2019 2 commits
-
-
Peter Parente authored
Fix logging bug in run-hooks (order of logging statement)
-
Richard Darst authored
- The "done running loop" log message was inside the loop, causing it to appear over and over again, making log quite confusing.
-
- 30 Dec, 2018 17 commits
-
-
Peter Parente authored
Updated R packages in datascience-notebook to match r-notebook packages update in PR #786
-
Romain C authored
-
Romain C authored
-
Peter Parente authored
[ci skip] ARG does not survive past FROM
-
Peter Parente authored
Hardcode the tag in two places
-
Peter Parente authored
-
Peter Parente authored
Add an example binder
-
Peter Parente authored
Fix bug where container user is "nayvoj"
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
Addresses code review by @GrahamDumpleton
-
Peter Parente authored
-
Peter Parente authored
Updated R packages in r-notebook to match all-spark-notebook update in PR #782
-
Romain C authored
-
Peter Parente authored
-
Peter Parente authored
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
-
Peter Parente authored
fixing inline script problem
-
- 29 Dec, 2018 4 commits
-
-
Peter Parente authored
Replace vim by nano in the minimal-notebook documentation (fix #779)
-
Peter Parente authored
Update all R libs in all-spark-notebook for Spark 2.4
-
Romain C authored
-
Peter Parente authored
-