From fe1a491c41b0981ba1a327ca8164aa07236b8ddb Mon Sep 17 00:00:00 2001 From: Pavithra Eswaramoorthy Date: Sat, 8 Jul 2023 01:21:53 +0530 Subject: [PATCH 1/3] Add Nebari-specific instructions for SciPy 2023 --- workshops/scipy2023/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/workshops/scipy2023/README.md b/workshops/scipy2023/README.md index e3d68c3f..da8d4c72 100644 --- a/workshops/scipy2023/README.md +++ b/workshops/scipy2023/README.md @@ -16,8 +16,17 @@ Organized by: See instructions to set up the environment for running the tutorial material [here](get-started). -For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub. Instructions for the live -tutorial will be added soon. +For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub at [scipy.quansight.dev](https://scipy.quansight.dev/) + +You can follow [this participants' guide to register and sign-in to Nebari](https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit), and: + +* Use this link to clone the tutorial materials: + +``` +https://github.com/xarray-contrib/xarray-tutorial.git +``` + +* Select `global-global-xarray` environment for the notebooks when prompted. ### Github Codespaces From d442c409f125af3404389bc55373e833d85d95e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 19:55:03 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- workshops/scipy2023/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workshops/scipy2023/README.md b/workshops/scipy2023/README.md index da8d4c72..1cbcfbc3 100644 --- a/workshops/scipy2023/README.md +++ b/workshops/scipy2023/README.md @@ -20,13 +20,13 @@ For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub at [sci You can follow [this participants' guide to register and sign-in to Nebari](https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit), and: -* Use this link to clone the tutorial materials: +- Use this link to clone the tutorial materials: ``` https://github.com/xarray-contrib/xarray-tutorial.git ``` -* Select `global-global-xarray` environment for the notebooks when prompted. +- Select `global-global-xarray` environment for the notebooks when prompted. ### Github Codespaces From 9eee79d3c8aef1792e1084e186a8b395b763f3b7 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 7 Jul 2023 14:00:09 -0600 Subject: [PATCH 3/3] Update README.md --- workshops/scipy2023/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workshops/scipy2023/README.md b/workshops/scipy2023/README.md index 1cbcfbc3..85834561 100644 --- a/workshops/scipy2023/README.md +++ b/workshops/scipy2023/README.md @@ -14,7 +14,7 @@ Organized by: ## Instructions -See instructions to set up the environment for running the tutorial material [here](get-started). +### Nebari For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub at [scipy.quansight.dev](https://scipy.quansight.dev/) @@ -28,6 +28,10 @@ https://github.com/xarray-contrib/xarray-tutorial.git - Select `global-global-xarray` environment for the notebooks when prompted. +### Running Locally + +See instructions to set up the environment for running the tutorial material [here](get-started). + ### Github Codespaces This tutorial is available to run within [Github Codespaces](https://github.com/features/codespaces) - "a development environment that's hosted in the cloud" - with the conda environment specification in the [`conda-lock.yml`](../../conda/conda-lock.yml) file.