diff --git a/README.md b/README.md index 16c3c7b42..f33832b6b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,41 @@ -# GitHub Codespaces โ™ฅ๏ธ Jupyter Notebooks + +

+ Typing SVG +

-Welcome to your shiny new codespace! We've got everything fired up and running for you to explore Python and Jupyter notebooks. +

+ Python + Jupyter + Codespaces +

-You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with what you're seeing right now - where you go from here is up to you! +--- -Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when youโ€™re ready you can click "Publish Branch" and weโ€™ll create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever. +## ๐Ÿš€ Welcome aboard! +We've got everything fired up and running for you to explore **Python** and **Jupyter notebooks** right inside your browser. No installation, no setup hassle! + +> [!TIP] +> ### ๐ŸŽจ A Blank Canvas Awaits You +> From a Git perspective, you have a completely fresh start. There is only a single initial commit containing what you are seeing right now โ€” where you go from here is entirely up to your creativity! + +--- + +## ๐Ÿ—บ๏ธ Choose Your Path + +Everything you do here is currently contained within **this specific codespace**. There is no repository on GitHub yet. Depending on your goals, you can choose one of the following paths: + +| Icon | Action | What happens? | +| :---: | :--- | :--- | +| ๐Ÿš€ | **Publish Branch** | Click this button in the Source Control tab to automatically create a new repository on GitHub and push up your project safely. | +| ๐Ÿ” | **Just Exploring?** | If you were just testing things out and have no further need for this code, simply delete this codespace and it's gone forever! | + +--- + +## ๐Ÿ’ก Quick Tips for This Codespace + +* ๐Ÿ› ๏ธ **Fully Isolated:** Experiment freely! Your changes won't affect any other project until you publish them. +* ๐Ÿ **Python Ready:** Jupyter extensions, kernels, and basic data science packages are pre-configured. +* โŒจ๏ธ **Terminal Access:** Use the terminal below just like your local machine to install any extra packages using `pip`. + +--- +

Made with โค๏ธ by GitHub Codespaces Team