{"id":16516841,"url":"https://github.com/adamspannbauer/hosting-ipynbs-with-github-pages","last_synced_at":"2026-03-06T11:31:19.955Z","repository":{"id":196618528,"uuid":"696768832","full_name":"AdamSpannbauer/hosting-ipynbs-with-GitHub-Pages","owner":"AdamSpannbauer","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-26T12:12:05.000Z","size":1637,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T18:20:06.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adamspannbauer.github.io/hosting-ipynbs-with-GitHub-Pages/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamSpannbauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-26T12:00:24.000Z","updated_at":"2023-09-26T12:05:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"80c9b2ee-00b7-4fde-acb0-b8eb5635068c","html_url":"https://github.com/AdamSpannbauer/hosting-ipynbs-with-GitHub-Pages","commit_stats":null,"previous_names":["adamspannbauer/hosting-ipynbs-with-github-pages"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdamSpannbauer/hosting-ipynbs-with-GitHub-Pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamSpannbauer%2Fhosting-ipynbs-with-GitHub-Pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamSpannbauer%2Fhosting-ipynbs-with-GitHub-Pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamSpannbauer%2Fhosting-ipynbs-with-GitHub-Pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamSpannbauer%2Fhosting-ipynbs-with-GitHub-Pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamSpannbauer","download_url":"https://codeload.github.com/AdamSpannbauer/hosting-ipynbs-with-GitHub-Pages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamSpannbauer%2Fhosting-ipynbs-with-GitHub-Pages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T16:27:11.207Z","updated_at":"2026-03-06T11:31:19.935Z","avatar_url":"https://github.com/AdamSpannbauer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hosting ipynbs with GitHub Pages\nA tutorial/example on how to use GitHub pages to host python notebook files as web pages.  Please see [here](https://adamspannbauer.github.io/hosting-ipynbs-with-GitHub-Pages/) for the full document (which was made as an .ipynb file!).\n\n### Quick overview instructions\n\n* [Make a Github repo](https://docs.github.com/en/get-started/quickstart/create-a-repo#create-a-repository)\n* Make an R Markdown file you're proud of and want to share with the world!\n* Export the notebook to html\n* Name the html document `index.html`\n* Get the `index.html` file into your GitHub repo\n  * Long term I recommend to find a Git+GitHub tutorial and learn how to interact with git.  It's such a useful skill for so many different things!\n    * [here's a great one if you're just getting started with git](https://www.youtube.com/watch?v=BCQHnlnPusY\u0026list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV)\n  * Short-term you can use the \u003ckbd\u003eAdd file\u003c/kbd\u003e button followed by clicking \u003ckbd\u003eUpload files\u003c/kbd\u003e\n\n* Turn on GitHub pages for the repo by clicking:\n  * \u003ckbd\u003eSettings\u003c/kbd\u003e\n  * \u003ckbd\u003ePages\u003c/kbd\u003e (under the Code and automation section in the sidebar)\n  * Find the dropdown menu in the **Branch** section of the page and select \"main\" (there's a chance you want to select \"master\")\n    * If you're new to GitHub there's probably only one option to choose, choose that one option that's not \"None\"\n  * Click the \u003ckbd\u003eSave\u003c/kbd\u003e button\n* Wait!\n* Find your website online at:`https://\u003cyour-username\u003e.github.io/\u003cyour-repo-name/`\n  * For example this repo is at https://github.com/AdamSpannbauer/hosting-ipynbs-with-GitHub-Pages/\n    * This shows my user name is **`AdamSpannbauer`**\n    * This shows my repo name is **`hosting-ipynbs-with-GitHub-Pages`**\n  * It's published GitHub pages site can is https://adamspannbauer.github.io/hosting-ipynbs-with-GitHub-Pages/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamspannbauer%2Fhosting-ipynbs-with-github-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamspannbauer%2Fhosting-ipynbs-with-github-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamspannbauer%2Fhosting-ipynbs-with-github-pages/lists"}