Skip to content

Commit bfa8f20

Browse files
kekyoguardrex
authored andcommitted
Add F# for Azure Notebooks link (dotnet#2248)
1 parent 36df0bc commit bfa8f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are two primary concepts in F#: functions and types. This tour will empha
2121
## How to Run the Code Samples
2222

2323
>[!NOTE]
24-
Eventually, this documentation site will have the ability to run these code samples directly in your browser. If your browser supports Silverlight, you can use [TryFsharp](http://www.tryfsharp.org/Create) for the time being.
24+
Two options for running the code samples are [TryFsharp](http://www.tryfsharp.org/Create) (requires Silverlight) and [F# for Azure Notebooks](https://notebooks.azure.com/Microsoft/libraries/fsharp/html/FSharp%20for%20Azure%20Notebooks.ipynb) on Microsoft Azure.
2525

2626
The quickest way to run these code samples is to use [F# Interactive](tutorials/fsharp-interactive/index.md). Just copy/paste the code samples and run them there. Alternatively you can set up a project to compile and run the code as a Console Application in [Visual Studio](tutorials/getting-started/getting-started-visual-studio.md) or [Visual Studio Code and Ionide](tutorials/getting-started/getting-started-vscode.md).
2727

0 commit comments

Comments
 (0)