From f2a778119cb428f3c20e7399aedafabcc6973e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= Date: Fri, 23 Dec 2022 17:51:20 +0100 Subject: [PATCH] chore: fix project config (#155) closes #135 closes #134 --- R-minimal/.renku/renku.ini | 2 +- R-minimal/README.md | 4 ++-- bioc-minimal/.renku/renku.ini | 2 +- bioc-minimal/README.md | 4 ++-- julia-minimal/.renku/renku.ini | 2 +- julia-minimal/README.md | 4 ++-- minimal/.renku/renku.ini | 2 +- python-minimal/.renku/renku.ini | 2 +- python-minimal/README.md | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/R-minimal/.renku/renku.ini b/R-minimal/.renku/renku.ini index a1eca54..81d7c4c 100644 --- a/R-minimal/.renku/renku.ini +++ b/R-minimal/.renku/renku.ini @@ -1,2 +1,2 @@ -[renku "interactive"] +[interactive] default_url = /rstudio diff --git a/R-minimal/README.md b/R-minimal/README.md index 60fbc29..e7c08d3 100644 --- a/R-minimal/README.md +++ b/R-minimal/README.md @@ -19,13 +19,13 @@ To work with the project anywhere outside the Renku platform, click the `Settings` tab where you will find the git repo URLs - use `git` to clone the project on whichever machine you want. -### Changing interactive environment dependencies +### Changing interactive session dependencies Initially we install a very minimal set of packages to keep the images small. However, you can add python and conda packages in `requirements.txt` and `environment.yml`, and R packages to `install.R` (listed as, for example, `install.packages("ggplot2")`), to your heart's content. If you need more fine-grained -control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications). +control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html). ## Project configuration diff --git a/bioc-minimal/.renku/renku.ini b/bioc-minimal/.renku/renku.ini index a1eca54..81d7c4c 100644 --- a/bioc-minimal/.renku/renku.ini +++ b/bioc-minimal/.renku/renku.ini @@ -1,2 +1,2 @@ -[renku "interactive"] +[interactive] default_url = /rstudio diff --git a/bioc-minimal/README.md b/bioc-minimal/README.md index 60fbc29..e7c08d3 100644 --- a/bioc-minimal/README.md +++ b/bioc-minimal/README.md @@ -19,13 +19,13 @@ To work with the project anywhere outside the Renku platform, click the `Settings` tab where you will find the git repo URLs - use `git` to clone the project on whichever machine you want. -### Changing interactive environment dependencies +### Changing interactive session dependencies Initially we install a very minimal set of packages to keep the images small. However, you can add python and conda packages in `requirements.txt` and `environment.yml`, and R packages to `install.R` (listed as, for example, `install.packages("ggplot2")`), to your heart's content. If you need more fine-grained -control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications). +control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html). ## Project configuration diff --git a/julia-minimal/.renku/renku.ini b/julia-minimal/.renku/renku.ini index ea54fd2..47765e4 100644 --- a/julia-minimal/.renku/renku.ini +++ b/julia-minimal/.renku/renku.ini @@ -1,3 +1,3 @@ -[renku "interactive"] +[interactive] default_url = /lab mem_request = 2G diff --git a/julia-minimal/README.md b/julia-minimal/README.md index 11bd855..9dc4d0c 100644 --- a/julia-minimal/README.md +++ b/julia-minimal/README.md @@ -19,7 +19,7 @@ To work with the project anywhere outside the Renku platform, click the `Settings` tab where you will find the git repo URLs - use `git` to clone the project on whichever machine you want. -### Changing interactive environment dependencies +### Changing interactive session dependencies Initially we install a very minimal set of packages to keep the images small. However, you can add Julia packages as you normally would: for example, you @@ -28,7 +28,7 @@ use the `Pkg` API from within a Jupyter Notebook or Console. If a Julia package has python dependencies, you can add them by modifying `requirements.txt` or `environment.yml` (conda) If you need more -fine-grained control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications). +fine-grained control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html). ## Project configuration diff --git a/minimal/.renku/renku.ini b/minimal/.renku/renku.ini index 5a3d87d..1659a57 100644 --- a/minimal/.renku/renku.ini +++ b/minimal/.renku/renku.ini @@ -1,2 +1,2 @@ -[renku "interactive"] +[interactive] default_url = /lab diff --git a/python-minimal/.renku/renku.ini b/python-minimal/.renku/renku.ini index 5a3d87d..1659a57 100644 --- a/python-minimal/.renku/renku.ini +++ b/python-minimal/.renku/renku.ini @@ -1,2 +1,2 @@ -[renku "interactive"] +[interactive] default_url = /lab diff --git a/python-minimal/README.md b/python-minimal/README.md index 9583ead..ae87c27 100644 --- a/python-minimal/README.md +++ b/python-minimal/README.md @@ -19,12 +19,12 @@ To work with the project anywhere outside the Renku platform, click the `Settings` tab where you will find the git repo URLs - use `git` to clone the project on whichever machine you want. -### Changing interactive environment dependencies +### Changing interactive session dependencies Initially we install a very minimal set of packages to keep the images small. However, you can add python and conda packages in `requirements.txt` and `environment.yml` to your heart's content. If you need more fine-grained -control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications). +control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html). ## Project configuration