Created
August 14, 2026 14:28
-
-
Save amjames/d07a373b722a548b64ec0d3cb5b04e46 to your computer and use it in GitHub Desktop.
ghstack user tutorial notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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