Skip to content

Commit

Permalink
fix #3462
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsequitur committed Mar 21, 2024
1 parent 3ff59f4 commit 6cce6e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEVELOPER-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To get started, you'll need:

1. [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/).

2. [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download).
2. [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download).

3. The LTS version of [nodejs](https://nodejs.org/en/download/).

Expand Down
2 changes: 1 addition & 1 deletion docs/NotebookswithJupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To use the .NET Interactive kernel for your multi-language notebooks in Jupyter

Make sure you have the following installed:

* The [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download).
* The [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download).
* **Jupyter**. An easy way to install Jupyter is through [Anaconda](https://www.anaconda.com/distribution).

* You can verify the installations by opening the **Anaconda Prompt** (Windows) or a terminal (macOS, Linux) and running the following commands to ensure that Jupyter and .NET are installed and present on the path:
Expand Down
2 changes: 1 addition & 1 deletion src/polyglot-notebooks-vscode-insiders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following languages are supported by Polyglot Notebooks:
## Getting Started

1. Install the latest [Visual Studio Code](https://code.visualstudio.com/).
2. Install the latest [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download).
2. Install the latest [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download).
3. Install the Polyglot Notebooks extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode).

## Creating Notebooks
Expand Down
2 changes: 1 addition & 1 deletion src/polyglot-notebooks-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following languages are supported by Polyglot Notebooks:
## Getting Started

1. Install the latest [Visual Studio Code](https://code.visualstudio.com/).
2. Install the latest [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download).
2. Install the latest [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download).
3. Install the Polyglot Notebooks extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode).

## Creating Notebooks
Expand Down

0 comments on commit 6cce6e2

Please sign in to comment.