Skip to content

Commit ae91f30

Browse files
Add mention of Google Colab option
Seems like the Google Colab option was added, then not mentioned as an option on this page. I found logging in with a Microsoft account extremely finicky, whereas Google Colab requires no account or login, so I recommend listing Google Colab as an option.
1 parent 6ff2344 commit ae91f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/intro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
------------------
3535
You can run this tutorial in a couple of ways:
3636
37-
- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" link at the top, which opens an integrated notebook in Microsoft Learn with the code in a fully-hosted environment.
37+
- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" and "Run in Google Colab" link at the top, which opens an integrated notebook in Microsoft Learn (Microsoft account required) or Google Colab (no account required), respectively, with the code in a fully-hosted environment.
3838
- **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions <https://pytorch.org/get-started/locally/>`_). Download the notebook or copy the code into your favorite IDE.
3939
4040

0 commit comments

Comments
 (0)