Hello World Notebook

Notebook Authors: Zimo Xiao, Alexander Michels

This is a short example notebook designed to demo the CyberGIS-Compute Python SDK UI with the Hello World notebook. Note that if you are viewing this on the website, you won’t be able to fully interact with the UI. You can use the notebook on CyberGISX or CJW. This notebook can be found here

[1]:
from cybergis_compute_client import CyberGISCompute

cybergis = CyberGISCompute(url="cgjobsup.cigi.illinois.edu", isJupyter=True, protocol="HTTPS", port=443, suffix="v2")
[2]:
cybergis.show_ui(simple=True) # set simple to True for autodownload at job end
#cybergis.show_ui() # simple is set to False by default
📃 Found "cybergis_compute_user.json! NOTE: if you want to login as another user, please remove this file
🎯 Logged in as jjhuang4@cybergisx.cigi.illinois.edu
[ ]:

[ ]: