From f0f086179c01994e2d4bbae510710f74f9dd68bf Mon Sep 17 00:00:00 2001 From: Abdu Zoghbi Date: Wed, 27 Sep 2023 12:39:24 -0400 Subject: [PATCH 1/3] add sciserver information to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index cb494cb..c02617f 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,16 @@ This badge opens Jupyterlab session on Binder which can be used to run the works being left unattended for several minutes. [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NASA-NAVO/notebooks/main?urlpath=lab) + + +## Running on Sciserver + +The workshop notebooks can also be run on [Sciserver](https://sciserver.org/), which offer an online jypyter platform. To use it for the workshop, follow these steps: + +- Create an account on sciserver, if you do not already have one. + +- Once logged in, select the *Compute* app. + +- Create a container, give it name, select the *'Sciserver Essentials 2.0'* image, and click *Create*. Click on the container name to launch the jupyterlab interface. + +- Launch a terminal, navigate to `/home/idies/workspace/Storage/USER/persistent` (replace `USER` by you username), and follow the [installation and setup instructions](https://nasa-navo.github.io/navo-workshop/00_SETUP.html). From a50e6e8ea01ad76eae16933d7efdf02e431c89e7 Mon Sep 17 00:00:00 2001 From: Abdu Zoghbi Date: Tue, 19 Dec 2023 16:14:05 -0500 Subject: [PATCH 2/3] updates on how to user the NAVO-workshop image on sciserver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c02617f..0769a11 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ The workshop notebooks can also be run on [Sciserver](https://sciserver.org/), w - Once logged in, select the *Compute* app. -- Create a container, give it name, select the *'Sciserver Essentials 2.0'* image, and click *Create*. Click on the container name to launch the jupyterlab interface. +- Create a container, give it name, select the *'NAVO-workshop'* image, and click *Create*. Click on the container name to launch the jupyterlab interface. -- Launch a terminal, navigate to `/home/idies/workspace/Storage/USER/persistent` (replace `USER` by you username), and follow the [installation and setup instructions](https://nasa-navo.github.io/navo-workshop/00_SETUP.html). +- The conda environment `navo-env` contains all the packages required to run the notebooks. The notebooks themselves are available under `/home/idies/workspace/navo-workshop`. From 805daac9f8c61c8b9b261e5dc174206e5f96713d Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 28 Dec 2023 16:01:12 -0500 Subject: [PATCH 3/3] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Brigitta Sipőcz --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0769a11..746adf1 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ being left unattended for several minutes. ## Running on Sciserver -The workshop notebooks can also be run on [Sciserver](https://sciserver.org/), which offer an online jypyter platform. To use it for the workshop, follow these steps: +The workshop notebooks can also be run on [Sciserver](https://sciserver.org/), which offers an online Jupyter platform. To use it for the workshop, follow these steps: -- Create an account on sciserver, if you do not already have one. +- Create an account on Sciserver, if you do not already have one. - Once logged in, select the *Compute* app.