Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 5.04 KB

Jupyter_Notebook_SuAVE.md

File metadata and controls

47 lines (36 loc) · 5.04 KB
title parent nav_order
Adding and Accessing Jupyter Notebooks Tied with SuAVE Visualizations
Main Workflows
10

Adding a Jupyter Notebook of a SuAVE Visualization

A basic overview is given here, but follow the step-by-step guide below.

  1. Make sure you have a verified account with NRP Nautilus. If you do not, create an account here and request access to NRP Nautilus services with that verified academic email here.
  2. Make sure you have access to the specific NRP Nautilus JupyterHub. If you do not, request for access from the administrator by emailing [email protected].
  3. Craft the correct URL; it should be in the following format: https://jupyter-suave.nrp-nautilus.io/user/***your email***/notebooks/jupyter-suave/SuaveDispatch.ipynb?surveyurl=survey URL&user=user&csv=CSV tied to visualization&params=none&dzc=DZC URL. An example is provided below.
  4. Next, copy the URL you have created and run it in a web browser. It should populate the SuAVE Dispatch notebook with information pertaining to the particular survey (as seen from running the code cell in step 2).
  5. Run all the code; this will add the survey to the Jupyter Hub.
  6. Finally, go back to the SuAVE gallery view of visualizations and go back to the "Settings" of the particular survey. Here, enable public "Jupyter" view and hit "submit".

Adding a Jupyter Notebook of a SuAVE Image Gallery

Follow all the steps from Adding a Jupyter Notebook of a SuAVE Visualization except step 3 (crafting the URL). Instead, do the following:

The URL should be in the following format: https://jupyter-suave.nrp-nautilus.io/user/***your email***/notebooks/jupyter-suave/SuaveDispatch.ipynb?user=user&csv=CSV tied to gallery&params=none&dzc=DZC URL&surveyurl=Image Gallery URL


Accessing a Jupyter Notebook Tied with a SuAVE Visualization

  1. Navigate to the desired SuAVE visualization.
  2. Select the Jupyter Hub logo in the top right (with all the view options).
    • If you do not see this option, you will have to add the Jupyter Notebook tied to the SuAVE visualization to the Jupyter Hub.
  3. Select the NRP Nautilus server and hit "Connect".
    • If you do not have an account with NRP Nautilus, you will need to create an account here and request access to NRP Nautilus services with that verified academic email here.
    • Once you are approved, you will also need to ask for access to the Jupyter Hub.
  4. Once you are approved to access the Jupyter Hub (if needed), you will be able to access the Jupyter Notebook tied to the SuAVE visualization.