Wykres commitów

678 Commity (ba6aa6308530eb7d4319a68c419ad0164a014726)

Autor SHA1 Wiadomość Data
Tim Head ba6aa63085 Switch to miniconda v4.5.1 2018-06-06 19:07:53 +02:00
Chris Holdgraf 2dc4874261
Merge pull request #318 from GladysNalvarte/test_images
Checks if the environment.yml file is empty and if it contains a dict…
2018-06-05 23:43:56 +01:00
Gladys Nalvarte 43f367c590 Update the TypeError message and example in the unit test. 2018-06-04 12:56:20 +02:00
Tim Head d4c9c8858a
Merge pull request #320 from ryanlovett/master
Support shiny apps
2018-05-26 06:09:46 +02:00
Ryan Lovett e871f35076
Merge pull request #1 from betatim/ryan-shiny-support
Fix parentheses in the build scripts for R buildpack
2018-05-25 09:01:17 -07:00
Tim Head c688b70696 Fix parentheses in the build scripts for R buildpack 2018-05-25 08:14:14 +02:00
ryanlovett f90758057a Update comment. 2018-05-24 09:50:19 -07:00
ryanlovett 60dc622b31 Merge branch 'master' of github.com:jupyterhub/repo2docker 2018-05-24 09:49:05 -07:00
ryanlovett 4a6bbae7da Install shiny library. 2018-05-24 09:48:17 -07:00
Gladys Nalvarte 63e459664c Updated test_env_yml.py file 2018-05-24 15:29:48 +02:00
Gladys Nalvarte 709ac4c757 Checks if the environment.yml file is empty and if it contains a dictionary.
If the environment.yml is empty, an empty dictionary is instantiated.
This will rise an TypeError if the environment.yml file contains a list
or other data structure different than a dictionary.
2018-05-24 13:31:04 +02:00
Chris Holdgraf 42ad233e74
Merge pull request #317 from minrk/r-first
prefer R to conda in buildpack order
2018-05-23 13:22:12 -07:00
ryanlovett 6deda3cd7a Create shiny-server output directories. 2018-05-23 11:13:11 -07:00
ryanlovett 106087cedb Install shiny-server. 2018-05-23 10:34:05 -07:00
Chris Holdgraf 9dc63967ab
Merge pull request #313 from yuvipanda/local-dir
Use XDG standard ~/.local for user software installs
2018-05-23 07:54:16 -07:00
Min RK 150d1d245e fix verify script for ~/.local/bin 2018-05-23 16:03:07 +02:00
Min RK 3092365890 nbrsessionproxy to 0.7
for shiny support!
2018-05-23 15:52:24 +02:00
Min RK 91fdfb4c29 prefer R to conda
allows mixing conda and R because R inherits from Python (and thereby conda)
2018-05-23 15:52:08 +02:00
Chris Holdgraf 808b6fa20b
Update faq.md 2018-05-19 10:06:10 -07:00
Chris Holdgraf 2f2fde8a11 short docs explanation 2018-05-19 08:02:59 -07:00
yuvipanda 5005c309cc Modify usr-bin test 2018-05-18 18:23:54 -07:00
Tim Head f818fd82be Add test to check for extra directory on PATH 2018-05-18 18:23:20 -07:00
yuvipanda 751531b632 Use XDG standard ~/.local for user software installs
~/.local is also where things like pip install --user
seem to install things, so we should use that instead of ~/local.
2018-05-18 18:22:49 -07:00
Tim Head a6c001a391
Merge pull request #311 from aborruso/patch-1
To add the user bin folder to the path
2018-05-16 07:49:05 +02:00
Chris Holdgraf 36ed1bf80c
Merge pull request #308 from betatim/link-to-github
Add links to the front page and modify travis
2018-05-15 14:09:04 -07:00
Chris Holdgraf da3522851f
removing extra curly brackets 2018-05-12 11:32:39 -07:00
Andrea Borruso cd6371c313
Update base.py 2018-05-12 10:05:42 +02:00
Andrea Borruso c8a31b8baf
To add the user bin folder to the path
Here thread https://github.com/jupyterhub/binderhub/issues/557
2018-05-12 08:54:39 +02:00
Tim Head 72292061d2 Allow for longer periods of no output during R tests 2018-05-11 23:13:18 +02:00
Tim Head 8861382a76 Add bug, chat and contrib links to the front page
It should be easier to find us to ask questions, report bugs and to get
started contributing.
2018-05-10 21:55:20 +02:00
Kyle Kelley 7a50772a53
Merge pull request #306 from yuvipanda/bump-nteract
Bump nteract jupyter extension
2018-05-08 15:08:30 -07:00
yuvipanda b9f2242876 Bump nteract jupyter extension 2018-05-08 13:32:20 -07:00
Tim Head f73db1121e
Merge pull request #298 from minrk/always-conda-python
Always install Python with conda
2018-05-08 10:33:03 +02:00
Min RK 85f69a74df
Merge pull request #303 from minrk/rm-nb-ext-conf
remove _nb_ext_conf from legacy env
2018-05-08 09:26:37 +02:00
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
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