From e979deb020a5c250392a417cc752f6bff0c469be Mon Sep 17 00:00:00 2001 From: Abdu Zoghbi Date: Wed, 27 Sep 2023 12:39:24 -0400 Subject: [PATCH] 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).