Commit Graph

79 Commits

Author SHA1 Message Date
Ayaz Salikhov
bcf5118cb7 Fix minor PyCharm issues 2022-03-19 00:15:27 +02:00
Ayaz Salikhov
6ee21a77d2 Run black pre-commit on python code in docs 2022-03-17 15:59:28 +02:00
Ayaz Salikhov
c8e5ce0b30 Update docs/using/recipes.md
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2022-03-16 17:04:08 +02:00
Ayaz Salikhov
812c713a64 Fix PyCharm issues 2022-03-16 16:47:30 +02:00
romainx
b6861a4521 Unique recipe to install a custom conda env 2022-02-10 21:01:28 +01:00
romainx
85140a4e22 Fix the recipe "Add a Python 3.x environment" 2022-02-10 06:15:45 +01:00
Ayaz Salikhov
b4036d6361 Fix wrong links 2022-02-07 15:52:50 +03:00
Ayaz Salikhov
dd5b011dfe Add a tool to check broken URLs easily 2022-02-07 01:43:29 +03:00
Ayaz Salikhov
44b775513b Fix internal URLs 2022-02-07 00:32:11 +03:00
Ayaz Salikhov
d3adf90e91 More docs cleanup 2022-02-04 02:02:53 +03:00
Ayaz Salikhov
28a0f4c8b4 Cleanup docs 2022-02-02 01:19:38 +03:00
Tania Allard
fd9e306210 ✏️ Wording changes to recipes.md 2022-01-31 12:48:30 +00:00
Tania Allard
3152f60dea Merge remote-tracking branch 'upstream/master' into trallard/docs 2022-01-29 08:50:21 +00:00
Ayaz Salikhov
0eb36d778d Update recipe to use python 3.7 2022-01-29 00:54:15 +03:00
Tania Allard
cfae55634b 📝 Changes to Recipes.md 2022-01-28 12:00:13 +00:00
Ayaz Salikhov
3306119c2d Update the tag in docs 2022-01-21 13:58:08 +02:00
romainx
c6f7d4637e Fix / improve docs (review) 2022-01-20 15:28:01 +01:00
romainx
554ab113b1 Update documentation 2022-01-20 09:35:20 +01:00
Ayaz Salikhov
16f68e7d09 Update docs/using/recipes.md 2022-01-13 17:31:43 +03:00
Ayaz Salikhov
1ebca76164 Update docs/using/recipes.md 2022-01-13 17:31:16 +03:00
agustin genoud
4579e5acf3 Spark version incompatibility with Delta
Calling the "latest" tag in "FROM jupyter/pyspark-notebook:latest" installs the Spark 3.2 version which is incompatible with delta lake ( https://docs.delta.io/latest/releases.html#-compatibility-with-as ). Installing the last version of Spark 3.1.x resolves the issue. In the jupyter docker repo that would be version 3.1.18
2022-01-12 20:24:39 -03:00
Ayaz Salikhov
e76894fb6d Better bash syntax 2021-11-02 12:35:57 +03:00
Peng Gao
d0bbcc5339 Add recipe for installing custom fonts
Signed-off-by: Peng Gao <peng.gao.dut@gmail.com>
2021-11-02 11:54:22 +08:00
Ayaz Salikhov
e1bee8d59b Better docs 2021-10-16 16:17:11 +03:00
Nick Crews
ba2e8d7716 Rename blacklist -> blocklist
A simple change, but also quite easy.

See https://en.wikipedia.org/wiki/Master/slave_(technology)
2021-10-15 11:34:15 -06:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
334381dfe2 Limit markdown line length to 200 2021-06-21 12:59:21 +03:00
Ayaz Salikhov
2863343b16 Merge branch 'master' into asalikhov/unify_bash_variables 2021-05-29 17:31:51 +03:00
Ayaz Salikhov
ab7683e6b6 Merge pull request #1331 from tbluejeans/new-delta-release
Updating the recipe for 1.0.0 release of delta
2021-05-29 15:21:47 +03:00
Tony
97de61d264 Update docs/using/recipes.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2021-05-29 14:07:48 +02:00
Ayaz Salikhov
0999f1a36f Unify bash variables usage and add quotes where needed 2021-05-26 13:06:10 +03:00
Ayaz Salikhov
ccebe16e6e More installation updates 2021-05-25 14:34:02 +03:00
Antony Neu
e02f8e1414 updated 2021-05-25 11:56:40 +02:00
Ayaz Salikhov
b19ad8bef8 Improve docs 2021-05-23 00:26:34 +03:00
Ayaz Salikhov
7bf833c183 Update tags in documentation 2021-05-22 16:55:58 +03:00
Ayaz Salikhov
fbceaa9892 Fixes 2021-05-22 14:01:01 +03:00
Ayaz Salikhov
66aaa99176 Update links 2021-05-21 14:17:18 +03:00
Ayaz Salikhov
09db3a4c16 Fix more errors 2021-05-01 13:09:26 +03:00
Ayaz Salikhov
bf9660a054 Bunch of small refactorings and updates 2021-04-17 13:25:23 +03: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
James Bourbeau
288fb0e1cc Update dask-labextension recipe for JupyterLab 3 2021-02-06 12:15:53 -06: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
Peter Parente
1c204509e1 Merge branch 'master' into asalikhov/ubuntu_focal 2020-05-29 09:12:34 -04:00