shinylive upload sandbox Objective: create a serverless Shiny applications with Python Preparatory:
- cd in terminal (e.g. Anaconda prompt) to one level above the working directory
- ensure the .py file is called app.py
Compile & Upload:
N.B. shiny static calls are superseded by shinylive (if not previously used, the following command will take some time to download shinylive from github e.g. to AppData\Local - on the terminal (in that directory) "shinylive export inputdir outputdir" e.g. in our case "shinylive export check doc"
- upload doc file in entirety to github
- set up github pages "Build and Deployment" to main branch, doc folder
- access page at username.github.io/repository