Commit Graph

1370 Commits

Author SHA1 Message Date
Ian Coffey
2dceea02d7 add a recipe around being able to install auto_sklearn 2020-04-22 09:55:14 -04:00
Peter Parente
8b4d6f6ac0 Merge pull request #1067 from romainx/test_improvements
Added basic tests on some important components
2020-04-20 08:04:12 -04:00
Travis CI
584e9ab39d [ci skip] Update en source strings (build: 1670.1) 2020-04-19 22:35:39 +00:00
Peter Parente
edeb4ee7f2 Merge pull request #1059 from peterprescott/add-vim
add vim to minimal-notebook (cf. issue 779)
2020-04-19 18:34:05 -04:00
Peter Parente
57b78ba3b0 Merge branch 'master' into add-vim 2020-04-19 12:02:35 -04:00
Romain
730b96bfca Merge branch 'master' into test_improvements 2020-04-19 17:34:13 +02:00
Travis CI
859aaa228c [ci skip] Update en source strings (build: 1667.1) 2020-04-19 15:01:05 +00:00
Peter Parente
3cba084be9 Merge pull request #1061 from romainx/recipes_fix
[DOC] #1060 Fix conda command to create env
2020-04-19 10:59:34 -04:00
Peter Parente
ac3d08c1fb Merge branch 'master' into add-vim 2020-04-19 10:57:03 -04:00
Peter Parente
ac657b7e40 Merge pull request #1058 from romainx/bump_travis
Housekeeping
2020-04-19 10:53:28 -04:00
romainx
f03d638a4f removed unnecessary import 2020-04-19 10:51:20 +02:00
romainx
300511eee2 Added basic tests on some important components
* tensorflow basic tests following #1002
* pandas basic tests following #1063
2020-04-19 07:39:34 +02: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
3378394f94 replace emacs with emacs-nox 2020-04-07 09:17:58 +01:00
Peter Prescott
8d918bd978 Fix tab typo 2020-04-06 21:21:31 +01:00
romainx
8de52359ad Fix a bug in the helper method
and also make the code more readable.
2020-04-06 19:26:58 +02: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
Peter Prescott
ee3f5393b2 add vim to minimal-notebook (cf. issue 779) 2020-04-05 01:13:56 +01:00
romainx
d458afffaf Big upgrade
- Bump root container version
- Bump  packages of
  - scipy-notebook
  - r-notebook
  - datascience-notebook
- add -y flag to jupyter lab commands in scipy-notebook
- Fix a bug in check outdated packages when packages installed through pip
2020-04-04 23:04:45 +02:00
romainx
c99c6babfd [WIP] Trying to switch to bionic travis dist
Tring to swithch to the last bionic Travis build environment.
https://docs.travis-ci.com/user/reference/bionic/
2020-04-04 21:31:59 +02:00
Peter Parente
dc9744740e Merge pull request #1047 from romainx/bump_conda
Bump miniconda -> 4.8.2
2020-03-17 16:55:55 -04:00
romainx
6bf5922f5a Bump miniconda -> 4.8.2 2020-03-17 20:17:52 +01:00
Travis CI
862de14663 [ci skip] Update en source strings (build: 1605.1) 2020-03-17 11:51:18 +00:00
Peter Parente
3c174153a3 Merge pull request #1045 from raybellwaves/recipe-dask
recipe: dask
2020-03-17 07:50:18 -04: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
035067f95c Merge branch 'master' into recipe-dask 2020-03-16 23:13:53 -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
Peter Parente
15a66513da Merge pull request #1046 from romainx/lab_clean
Using jupyter lab clean command instead of rm (#752)
2020-03-16 16:29:11 -04:00
Peter Parente
073aee8f84 Merge branch 'master' into lab_clean 2020-03-16 15:29:31 -04:00
Peter Parente
a644bde79f Merge pull request #1044 from mpmdean/master
include dvipng
2020-03-16 14:16:06 -04:00
romainx
309453fa00 Using jupyter lab clean (#752) 2020-03-15 06:24:56 +01:00
Ray Bell
9e62b3c9d1 recipe: dask 2020-03-14 23:57:29 -04:00
Peter Parente
4a29d2b8de Merge branch 'master' into master 2020-03-14 21:11:06 -04:00
Peter Parente
b782013403 Merge pull request #1037 from romainx/test_packages
Test packages
2020-03-14 13:45:55 -04:00
Peter Parente
7dae682c5d Merge branch 'master' into test_packages 2020-03-13 17:27:03 -04:00
Peter Parente
4609df0afb Merge pull request #1042 from twalcari/patch-2
Fix #1041: Update JupyterLab start command
2020-03-13 17:25:07 -04:00
Romain
da7def3bea Merge branch 'master' into test_packages 2020-03-12 22:03:23 +01:00
romainx
18bf282a2b Fixed _packages_from_json 2020-03-12 22:02:44 +01:00
Mark Dean
9cfdc92323 include dvipng 2020-03-12 16:56:56 -04:00
Thijs Walcarius
7b4a48ec22 Fix #1041: JupyterLab does not need labhub start option anymore 2020-03-12 13:36:04 +01:00
Peter Parente
8882c505fa Merge pull request #1039 from mpmdean/master
update jupyterlab and plotting extensions
2020-03-11 14:05:58 -04:00
Peter Parente
046a4c311c Loose jupyter-matplotlib pinning for consistency 2020-03-11 08:06:24 -04:00
Mark Dean
14b9d786c8 pin jupyter-matplotlib 2020-03-10 20:02:02 -04:00
Mark Dean
80bf115c80 put back instructions 2020-03-10 11:24:06 -04:00
Mark Dean
607e625407 update jupyterlab and plotting extensions 2020-03-10 11:21:27 -04:00
romainx
fbea8a6f12 Fix a spylon_kernel forgot a test value ... 2020-03-09 20:45:27 +01:00
romainx
d4c746a81d Changes according to the review 2020-03-09 20:38:27 +01:00