Commit Graph

346 Commits

Author SHA1 Message Date
Peter Parente
1c204509e1 Merge branch 'master' into asalikhov/ubuntu_focal 2020-05-29 09:12:34 -04:00
Peter Parente
40d2312b1e Merge branch 'master' into asalikhov/improve_docs 2020-05-29 09:10:49 -04:00
Romain
c83024c950 Add spark notebook tests and change examples
* Test added for all kernels
* Same examples as provided in the documentation (`specifics.md`)
* Used the same use case for all examples: sum of the first 100 whole numbers

Note: I've not automatically tested `local_sparklyr.ipynb` since it creates by default the `metastore_db` dir and the `derby.log` file in the working directory. Since I mount it in `RO` it's not working. I'm struggling to set it elsewhere...
2020-05-29 06:54:46 +02:00
Romain
36dc621f97 typo 2020-05-28 12:34:50 +02:00
Romain
3277f48c23 Follow-on PR #911: Spark documentation rework
Some changes to the Spark documentation
for local and standalone use cases with the following drivers

* Simplify some of them (removing options, etc.)
* Use the same code as much as possible in each example to be consistent (only kept R different from the others)
* Add Sparklyr as an option for R
* Add some notes about prerequisites (same version of Python, R installed on workers)
2020-05-28 12:26:09 +02: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
Travis CI
44a7d70805 Remove mesos lib from pyspark-notebook 2020-05-24 14:18:47 -04:00
Peter Parente
11d87b2281 Merge branch 'master' into #1077 2020-05-20 23:23:44 -04:00
Ian Coffey
e243eeb0f6 add --no-cache-dir to autosklearn recipe 2020-05-15 18:03:18 -04:00
Ian Coffey
6f8ac879fe Merge branch 'master' into auto_sklearn 2020-05-14 10:28:57 -04:00
Ian Coffey
1a56c47dfe Improve formatting for autosklearn recipe 2020-05-14 10:25:18 -04:00
romainx
bcf1f53229 Fix #1077
* Documentation `common.md` updated
* `test_nb_user_change` test written
2020-05-02 17:25:14 +02:00
James Brock
6bf8482a68 ihaskell-notebook binder urlpath
Change the Community Stacks ihaskell-notebook Binder urlpath to the revived IHaskell.ipynb notebook.
2020-04-27 14:57:07 +09:00
Ian Coffey
5fc77daf33 Merge branch 'master' into auto_sklearn 2020-04-24 14:30:34 -04:00
Mark
7fef9cb754 Merge branch 'master' into add_pytables_bottleneck 2020-04-23 12:16:19 -04:00
Mark Dean
e0c13ceb51 update docs 2020-04-23 09:19:06 -04:00
romainx
c0ff7e08b3 Added dask to scipy-notebook doc 2020-04-23 09:08:17 +02:00
romainx
50ce2ec609 Selecting image doc minor fixes
* Fix a sentence saying that `pandoc` is not installed on `base-notebook` #1013
* Precision on emacs installation (`emacs-nox`) #1059
2020-04-23 08:30:57 +02:00
Ian Coffey
2dceea02d7 add a recipe around being able to install auto_sklearn 2020-04-22 09:55:14 -04:00
Peter Parente
57b78ba3b0 Merge branch 'master' into add-vim 2020-04-19 12:02:35 -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
Peter Prescott
31262fe7ad do requested edit 2020-04-07 09:25:13 +01:00
Peter Prescott
8d918bd978 Fix tab typo 2020-04-06 21:21:31 +01:00
Peter Prescott
5765399ca4 add vim-tiny for now 2020-04-06 11:05:29 +01:00
Peter Prescott
75e586293f add mention of vim to docs 2020-04-06 08:32:34 +01: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
Peter Parente
d3c34cd02f Merge pull request #1031 from romainx/recipes_root
Recipes documentation: running container as root more information
2020-03-05 07:42:19 -05:00
Mark Dean
4bff6ab197 add ipympl to docs 2020-03-01 09:21:58 -05:00
romainx
ab000932e5 Clarification about the documentation #608 2020-02-28 05:28:17 +01:00
Kyriakos
9531de0071 cgspatial-notebook 2020-02-27 16:24:24 +02:00
Christoph Schranz
f0bb9e8435 Add GPU-Jupyter in selecting.md community stacks 2020-02-25 08:16: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
Patrick Sharp
1d0f620bd5 Add link to sage-notebook Community Stack
Added sage-notebook as per https://github.com/jupyter/docker-stacks/blob/master/docs/contributing/stacks.md
2019-08-15 16:14:45 -06:00
Jeff
a667552e78 Option to enable restart without exiting container
Add optional environment variable RESTARTABLE to enable Jupyter to
be restarted without causing the container to exit.  When the variable
is set, run-one-constantly (from the Ubuntu run-one package) is
inserted into the Jupyter startup command.
2019-08-02 11:17:04 -06:00
Travis CI
a30e395ed8 Remove inline png 2019-07-27 09:06:37 -04:00
Jeffrey Bindinga
27e5ede337 Add java-notebook to the list of community stacks.
I modified 'docs/using/selecting.md' to include a link to the java-notebook project.
2019-07-19 10:08:43 +02:00
James Brock
310afbfd1d Community haskell stack binder link
Add binder link to Community Stack crosscompass/ihaskell-notebook.
2019-06-30 12:28:38 +09:00
eromoe
ce4d2c0593 Add Specific Docker Image Options for jupyter spark 2019-05-22 14:12:02 +08:00
James Brock
a6c1ec2778 docs Community Stacks remove "list has only 2 examples" 2019-05-11 23:19:23 +09:00
James Brock
fae82dc441 docs Community Stacks ihaskell-notebook
Add ihaskell-notebook to the list of Community Stacks.
2019-05-11 23:19:23 +09: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
Peter Parente
02a3f6b095 Fix doc typo 2019-05-05 19:05:51 -04: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
Marc Ramirez
23c137626f Change python entry point sentence 2019-05-01 20:14:24 +02:00