Skip to content

Instantly share code, notes, and snippets.

@amjames
Created August 14, 2026 14:28
Show Gist options
  • Select an option

  • Save amjames/d07a373b722a548b64ec0d3cb5b04e46 to your computer and use it in GitHub Desktop.

Select an option

Save amjames/d07a373b722a548b64ec0d3cb5b04e46 to your computer and use it in GitHub Desktop.
ghstack user tutorial notebook
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# gh repo delete needs manual input with your gh username so don't run this script but run the steps to "start over"
rm -rf ./ghstack-tutorial
gh repo delete ghstack-tutorial
#!/usr/bin/env bash
uv venv --clear
source .venv/bin/activate
uv pip install jupyter
# Your choice, install in the venv with the next command,
# the notebook assumes this has been done.
uv pip install ghstack
jupyter notebook ghstack-tutorial.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment