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
Ayaz Salikhov
b6d96d1ca2
Improve documentation
2020-05-28 11:47:48 +02:00
Ayaz Salikhov
a2086ce626
Start using Ubuntu 20.04 (focal)
2020-05-28 10:42:03 +02:00
Ian Coffey
e243eeb0f6
add --no-cache-dir to autosklearn recipe
2020-05-15 18:03:18 -04:00
Ian Coffey
1a56c47dfe
Improve formatting for autosklearn recipe
2020-05-14 10:25:18 -04:00
Ian Coffey
2dceea02d7
add a recipe around being able to install auto_sklearn
2020-04-22 09:55:14 -04:00
romainx
2ebcdc5884
#1060 Fix conda command to create env
...
`conda env create` is only to create environment from a `YAML` file. Fixed the command in "Add a Python 3.x environment".
[Reference](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html )
2020-04-10 22:15:19 +02:00
Ray Bell
c063aa650e
Add an image tag
2020-03-16 23:22:26 -04:00
Ray Bell
323c3a0348
fix hyperlink
2020-03-16 23:16:43 -04:00
Ray Bell
fcafc155db
Update docs/using/recipes.md
...
Co-Authored-By: Peter Parente <parente@gmail.com >
2020-03-16 23:07:07 -04:00
Ray Bell
9e62b3c9d1
recipe: dask
2020-03-14 23:57:29 -04:00
romainx
ab000932e5
Clarification about the documentation #608
2020-02-28 05:28:17 +01:00
Michael Pilosov
315688223d
instructions for python 3.x kernels with conda
...
this was surprisingly hard to find help for online that was up-to-date and worked with the stacks, contributing here in hopes it'll help others.
2019-12-11 11:51:27 -08:00
Peter Parente
0b2ced306b
Add sudo recipe
2019-11-09 16:06:08 -05:00
echowhisky
167c686011
Merge branch 'master' into issue-861
...
Resolved conflicts between local branch and updates to the upstream
master.
2019-05-06 18:46:51 +00:00
echowhisky
40c5c07b0a
added -f
flag to all conda clean
commands
...
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861 .
2019-05-04 19:11:32 +00:00
echowhisky
1f8311a7aa
changed -tipsy
to --all -y
across all files
...
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Peter Parente
15b4215d87
Fix sphinx warnings with recommonmark 0.5
2019-04-21 22:27:32 -04:00
Peter Parente
65761486d5
Merge pull request #836 from ying-w/master
...
Added s3 + spark session instructions
2019-04-01 09:57:22 -04:00
Will Starms
e90e0c03d6
Manpage recipe
2019-03-31 21:17:16 -05:00
Ying Wu
69f811b73c
Added s3 + spark session instructions
2019-03-29 16:04:11 -07:00
Justin Smith
80fa2f4d5c
Adding recipe for nbextension spellchecker for issue 675
2018-11-08 10:41:14 -05:00
Peter Parente
ff922f8f53
[ci skip] Fixing heading level to correct ToC
2018-11-01 15:40:52 -04:00
ericdill
b185fbf0b7
Add note for launching notebook with no token
...
Closes #728
2018-10-23 18:59:13 +02:00
Jamie Thomson
193b0e2c76
Fix typo - Juptyer
2018-07-09 22:54:29 +01:00
Swank, Aaron J
36d5515776
Removed extra COPY from Dockerfile instructions
2018-06-08 14:49:57 -04:00
Swank, Aaron J
a1ef9cb290
Updated recipe for pip and added conda example.
...
Updated the recipe for pip to include requirements.txt file.
Also included example for using conda to install packages.
2018-06-08 11:12:49 -04:00
J Forde
f39639cb58
Update recipes.md
...
My attempt at reorganization
2018-05-16 10:48:54 -04:00
Peter Parente
a82e51a17e
Address most review comments by @jzf2101
2018-05-12 14:36:40 -04:00
Peter Parente
8a3149ed68
Port recipes from project wiki to doc
2018-04-22 23:01:19 -04:00