Min RK
2b2eaa8b69
remove some duplicate READMEs from tests
...
since we don't need every one included in the docs
adds detail to the one that remains
2018-05-07 15:42:45 +02:00
Chris Holdgraf
5b212d9655
Merge pull request #302 from minrk/1804
...
bump base image to ubuntu 18.04
2018-04-26 08:13:40 -07:00
Min RK
7b58a62817
set DEBIAN_FRONTEND=noninteractive
...
avoids possible prompts during setup of apt packages
2018-04-26 12:46:37 +02:00
Min RK
5070db1bee
remove _nb_ext_conf from legacy env
...
_nb_ext_conf adds configuration that requires nb_conda_kernels,
which has been removed, preventing launch
2018-04-26 10:26:55 +02:00
Min RK
ce88db7b83
bump base image to ubuntu 18.04
2018-04-26 10:18:37 +02:00
Chris Holdgraf
b4374eba04
fixing test for ref
2018-04-24 17:15:16 -07:00
Chris Holdgraf
30b37a35e4
improving readmes for tests
2018-04-24 17:14:01 -07:00
Chris Holdgraf
8c22e42ee4
adding test and more informative error
2018-04-24 16:51:39 -07:00
Chris Holdgraf
3ceb1fb39c
adding warning for windows platform
2018-04-23 14:35:01 -07:00
Chris Holdgraf
e4b680de3f
adding docs about ref
2018-04-23 14:30:39 -07:00
Min RK
7abe3337f5
Merge pull request #292 from betatim/merge-policy
...
Add guidelines on merging work
2018-04-23 13:10:25 +02:00
Min RK
69a116a07f
handle runtime not being Python in Python BuildPack
...
because R buildpack subclasses the Python buildpack,
where runtime.txt should be ignored for retrieving the Python version
2018-04-18 12:40:04 +02:00
Tim Head
203e2ed0e3
Merge pull request #299 from darabos/patch-1
...
Fix two typos
2018-04-17 12:43:34 +02:00
Daniel Darabos
cbe2e6abe9
Fix some typos.
2018-04-17 11:03:25 +02:00
Min RK
3b091a5502
fix inverted path
...
CONDA_DIR should come first, not last
2018-04-16 16:58:01 +02:00
Min RK
6d12d2d807
always use $KERNEL_PYTHON_PREFIX/bin/pip
...
it's always defined and always right for the pip for the kernel env,
whether it's separate from the notebook or not.
2018-04-16 16:58:01 +02:00
Min RK
211a6978c6
clarify comments about requirements3.txt
2018-04-16 16:58:01 +02:00
Min RK
593d892e0f
readmes in py3 venv tests
...
remove outdated note about not being able to pick a Python 3.x
2018-04-16 16:58:01 +02:00
Min RK
647d04cbc8
Fix detect docstring for Python
...
since it's not just about Python 3 anymore
2018-04-16 10:57:42 +02:00
Min RK
d6bbed3786
kernel python prefix is always defined, even when it's the same as NB_PYTHON_PREFIX
2018-04-16 10:56:44 +02:00
Min RK
c70057d8e2
verify that Python 3.5 works with venv
2018-04-16 10:56:44 +02:00
Min RK
6b15b01fbd
inherit PythonBuildPack from conda buildpack
...
- sets up base env with conda
- installs packages with pip
- eliminates duplicate frozen envs for pip
- py3/py2 split happens in one class, not separate classes
2018-04-16 10:56:39 +02:00
Min RK
b0c67f143c
add KERNEL_PYTHON_PREFIX for py2 env
...
and put it on PATH
2018-04-16 10:42:19 +02:00
Chris Holdgraf
02970c8413
Merge pull request #289 from GladysNalvarte/setup.py
...
Support setup.py in Python buildpacks
2018-04-14 15:53:42 -07:00
Tim Head
3b0bac0eb1
Merge pull request #294 from gesiscss/master
...
split post build script command in Docker file
2018-04-12 17:58:43 +02:00
Chris Holdgraf
c7f560311a
Merge pull request #296 from GladysNalvarte/python2_supported_version
...
Improves the error message for unsupported python2
2018-04-11 08:04:14 -07:00
Gladys Nalvarte
9394393f7c
Improve the error message for unsupported python2
2018-04-11 10:33:21 +02:00
Tim Head
5f9254aac4
Merge pull request #295 from rprimet/doc_env_flag
...
document --e, --env command line flag
2018-04-09 21:57:00 +02:00
Romain Primet
cdc8f0c4bc
document --e, --env command line flag
2018-04-09 21:18:36 +02:00
bitnik
20f9c7d7cc
split post build script command in Docker file
...
`RUN chmod +x postBuild && ./postBuild` causes `./postBuild: Text file busy` error with Docker version 1.13.1
2018-04-09 11:27:09 +02:00
Gladys Nalvarte
5f702d6983
Corrects __init__.py
...
It will install setup.py file only when binder folder does not exist.
2018-04-03 15:49:09 +02:00
Min RK
00b40edeb4
Merge pull request #287 from betatim/python3-runtime-test
...
Add a test to select Python 3 via runtime.txt
2018-04-02 10:53:22 +02:00
Min RK
231de106c5
Merge pull request #288 from betatim/travis-retry
...
Use travis_retry to run tests
2018-04-02 10:53:08 +02:00
Tim Head
e1fc79bb0c
Add guidelines on merging work.
2018-04-02 10:47:36 +02:00
Tim Head
2dbe4c51d3
Merge pull request #291 from rgbkrk/nteract_on_jupyter@1.6.0
...
update nteract_on_jupyter to 1.6.0
2018-04-02 10:12:46 +02:00
Kyle Kelley
bd0f31c81c
update nteract_on_jupyter to 1.6.0
2018-04-02 01:33:56 -06:00
Gladys Nalvarte
821514c474
Support setup.py in Python buildpacks
2018-03-27 15:33:42 +02:00
Tim Head
b79e836af3
Make verify script executable
2018-03-27 14:05:42 +02:00
Tim Head
61e7d1b404
Use travis_retry to run tests
2018-03-27 11:09:03 +02:00
Tim Head
c86fa859ca
Add a test to select Python 3 via runtime.txt
2018-03-27 11:00:34 +02:00
Tim Head
02eb7970b6
Merge pull request #284 from GladysNalvarte/enab-python2
...
Enables Python2 just with runtime.txt file
2018-03-27 10:50:03 +02:00
Carol Willing
cb766589e1
Merge branch 'master' into enab-python2
2018-03-26 11:36:41 -07:00
Gladys Nalvarte
cd9011d128
Corrects typos in Python buildpacks
2018-03-26 12:38:35 +02:00
Gladys Nalvarte
5611d7c836
Enables Python2 just with runtime.txt file
2018-03-23 15:25:38 +01:00
Min RK
ad6658a0e6
Merge pull request #279 from betatim/enable-codecov
...
Add codecov configuration to enable PR comments
2018-03-23 11:53:39 +01:00
Tim Head
678cd985ca
Add a mention of adding tests to CONTRIBUTING.md
2018-03-22 17:27:03 +01:00
Tim Head
dcde9b4c54
Add codecov configuration to enable PR comments
2018-03-22 17:23:12 +01:00
Min RK
30001e257d
Merge pull request #270 from willingc/moar-bp
...
add docstrings for legacy buildpack
2018-03-22 10:17:46 +01:00
Tim Head
112362699a
Merge pull request #283 from willingc/readme-reflow
...
Add note about os support and update example repo
2018-03-21 22:21:51 +01:00
Carol Willing
975b34921c
Add note about os support and update example repo
2018-03-21 12:37:03 -07:00