Commit Graph

239 Commits

Author SHA1 Message Date
Tania Allard
0634e9c43a Add main as default branch
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-04-13 11:08:02 +01:00
Tania Allard
f3936a2461 📝 Complete GitHub actions documentation 2021-04-05 10:20:19 +01:00
Tania Allard
8688a35326 Merge branch 'master' into feature/gh-actions-docs 2021-04-05 09:01:28 +01:00
GitHub Actions
6d61708f17 [ci skip] Automated publish for a0b338c5c7 2021-04-01 05:01:35 +00:00
romainx
2820438867 formatting 2021-04-01 07:00:00 +02:00
Antony Neu
ef46244450 Added whitespace 2021-03-27 10:30:43 +01:00
Antony Neu
1577d62798 Fixed issue with build arg 2021-03-27 10:20:56 +01:00
Tony
74fe49040b Add build arg for delta lake version
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-03-27 10:09:14 +01:00
Tony
fa8cea32f6 Add run of pyspark
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-03-27 10:08:54 +01:00
Tony
ed67f69ae2 Update docs/using/recipes.md
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-03-27 10:06:38 +01:00
Antony Neu
430b1cd57d Formatting 2021-03-21 16:04:47 +01:00
Antony Neu
646f9f4cd2 Added recipe for Delta lake 2021-03-21 16:01:38 +01:00
GitHub Actions
daa8497d60 [ci skip] Automated publish for 4e8930115a 2021-02-27 19:56:35 +00:00
romainx
e8139fdf85 Mamba in base-notebook 2021-02-27 17:29:00 +01:00
Tania Allard
6cbac1c6ea 📸 Add supporting screenshots for docs 2021-02-18 13:27:54 +00:00
Tania Allard
052225b691 📝 Update documentation
GH Actions replaces Travis
2021-02-18 13:27:36 +00:00
GitHub Actions
69c382672c [ci skip] Automated publish for 02a9e2c03f 2021-02-07 08:34:12 +00:00
James Bourbeau
288fb0e1cc Update dask-labextension recipe for JupyterLab 3 2021-02-06 12:15:53 -06:00
GitHub Actions
c99a152f86 [ci skip] Automated publish for 5cfa60996e 2020-11-29 19:01:34 +00:00
Peter Parente
5cfa60996e Merge pull request #1192 from romainx/feat_spark_install
Improve spark installation
2020-11-29 14:01:02 -05:00
GitHub Actions
18d230482f [ci skip] Automated publish for 8ea7abc5b7 2020-11-29 15:42:17 +00:00
Peter Parente
8ea7abc5b7 Merge pull request #1188 from mathbunnyru/asalikhov/remove_emacs_jed
Remove emacs and jed from the minimal image
2020-11-29 10:41:40 -05:00
GitHub Actions
690864ec4a [ci skip] Automated publish for d53a302fbc 2020-11-29 15:14:12 +00:00
Peter Parente
d53a302fbc Merge pull request #1189 from romainx/feat_miniforge
Switch from Miniconda to Miniforge
2020-11-29 10:13:24 -05:00
romainx
1dca39182b Improve spark installation
Spark installation improved by sourcing the `spark-config.sh` in the `before-notebook.d` hook that is run by `start.sh`. It permits to add automatically the right Py4J dependency version in the `PYTHONPATH`. So it is not needed anymore to set this variable at build time.

Documentation describing the installation of a custom Spark version modified to remove this step. Also updated to install the latest `2.x` Spark version.

`test_pyspark` fixed (was always OK before that).
2020-11-24 20:40:06 +01:00
GitHub Actions
e7f4ca6495 [ci skip] Automated publish for 285caa5c03 2020-11-17 19:06:09 +00:00
Matheus Canon
fd43b71a1a Add kotlin-notebook in selecting.md community stacks 2020-11-15 21:05:02 -03:00
romainx
c6764656cc typo 2020-11-14 12:03:13 +01:00
romainx
7d550a0a83 Document how to use defaults channels to install packages 2020-11-14 11:58:07 +01:00
romainx
8763e8c628 Doc update 2020-11-13 19:29:02 +01:00
Ayaz Salikhov
4eb8dac8de Remove emacs and jed from the minimal image 2020-11-12 15:35:24 +03:00
GitHub Actions
32768af316 [ci skip] Automated publish for 5ee27aa513 2020-10-24 20:17:46 +00:00
Romain
5ee27aa513 Merge pull request #1178 from das-g/copy-with-chown-in-recipes-dockerfiles
recipes: use COPY with --chown for jovyan's files
2020-10-24 22:17:03 +02:00
GitHub Actions
d676cdf9b4 [ci skip] Automated publish for 45bfe5a474 2020-10-21 07:11:03 +00:00
romainx
f055648e44 Rollback changes made on editors 2020-10-21 08:23:49 +02:00
romainx
32090f6011 Update docker stack 2020-11-20
The following changes have been made.

- `base-notebook`
  - `Changed`: Bump Ubuntu
  - `Changed`: Bump conda
  - `Fixed`: Add missing `apt-get clean`
- `minimal-notebook`
  - `Removed`: `jed` editor see #1174 (partial)
  - `Deprecated`: `emacs` editor (in the documentation and in the image) see #1174 (partial)
- `scipy-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `dask`
  - `Changed`: Bump `protobuf`
- `r-notebook`
  - `Changed`: Bump `r-base`
  - `Changed`: Bump `r-rmarkdown`
  - `Removed`: The description of `tidyverse` packages because it's not the place to do that and it will always be obsolete.
- `datascience-notebook`
  - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
  - `Removed`: `plyr` package because it's retired fixes #1103
  - `Removed`: `r-reshape2` package because it's retired fixes #1103
  - `Changed`: Bump `r-rmarkdown`
  - `Changed`: Bump Julia
- `tensorflow-notebook`
  - `Changed`: Bump `tensorflow`
- `pyspark-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `pyarrow`
- `all-spark-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
  - `Changed`: Bump `r-sparklyr`
2020-10-20 11:36:34 +02:00
GitHub Actions
1e2831c75a [ci skip] Automated publish for feacdbfc2e 2020-10-12 12:11:48 +00:00
Raphael Das Gupta
d6da5aef56 recipes: use COPY with --chown for jovyan's files
By default, Dockerfile's COPY creates files and directories with UID and
GID 0. (See https://docs.docker.com/engine/reference/builder/#copy)
When we put them in jovyan's $HOME or want jovyan to manipulate these
files, they should be owned by jovyan instead.

Specifically
https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#add-a-python-3-x-environment
failed with a "permission denied" error when the code for using an
environment.yml file was uncommented. I assume some of the other recipes
might have failed like that, too, but I didn't test them.
2020-10-09 19:18:11 +02:00
Ayaz Salikhov
668cc9311a Fix 2020-10-06 11:35:03 +03:00
GitHub Actions
c47a268cea [ci skip] Automated publish for 4a112c0f11 2020-10-05 04:37:17 +00:00
romainx
8201c14ef4 nano -> nano-tiny 2020-09-30 06:45:26 +02:00
Ayaz Salikhov
e3085ca89e Merge branch 'master' into asalikhov/py_codestyle 2020-09-28 06:37:23 +03:00
GitHub Actions
e16db0575b [ci skip] Automated publish for 4b26cce185 2020-09-18 19:01:26 +00:00
romainx
8cd98a1bff Fixes #1161
Added a note in the documentation to indicate that the build will only work with Spark current versions.
2020-09-17 04:50:11 +02:00
GitHub Actions
3cba2932e9 [ci skip] Automated publish for 13b866ff67 2020-08-17 03:45:10 +00:00
Ayaz Salikhov
530e2b3834 Merge branch 'master' into asalikhov/py_codestyle 2020-08-16 20:02:40 +03:00
romainx
8669d6e79b Resolves #1131: Allow alternative Spark version
Allow to build `pyspark-notebook` image with an alternative Spark version.

- Define arguments for Spark installation
- Add a note in "Image Specifics" explaining how to build an image with an alternative Spark version
- Remove Toree documentation from "Image Specifics" since its support has been droped in #1115
2020-08-15 20:19:35 +02:00
GitHub Actions
58a89177e4 [ci skip] Automated publish for 24da256d4e 2020-08-08 19:06:23 +00:00
Peter Parente
455e10b64f Merge branch 'master' into pre-commit 2020-08-08 14:23:34 -04:00
Peter Parente
95f792c690 Travis -> GitHub Actions in doc 2020-08-07 22:52:12 -04:00