Skip to content

Commit

Permalink
Update to point to 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgravill committed Sep 27, 2018
1 parent e6968ac commit 1fe1349
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -13,7 +13,7 @@ If you need IPython 1.x or 2.x support please see the archived https://github.co

# Automatic Installation
Previous releases for the IPython notebook are here: [release repository](https://github.com/fsprojects/IfSharp/releases).
Automatic installs for Jupyter may be provided in the future.
Automatic installs for Jupyter may be provided in the future. Contributions are welcome!

# Running inside a Docker container
There is a Docker file for running the F# kernel v. 3.0.0-alpha in a container.
Expand All @@ -37,7 +37,7 @@ This should also install Jupyter: you may check this by entering 'jupyter notebo
![Installation screenshot](/docs/files/img/anaconda-installation.png)
***

3. Download current zip release of IfSharp [v3.0.0](https://github.com/fsprojects/IfSharp/releases/download/v3.0.0/IfSharp.v3.0.0.zip)
3. Download current zip release of IfSharp [v3.0.1](https://github.com/fsprojects/IfSharp/releases/download/v3.0.1/IfSharp.v3.0.1.zip)
4. Run IfSharp.exe (IfSharp application icon).

Jupyter will start and a notebook with F# can be selected. This can be run via "jupyter notebook" in future
Expand All @@ -48,29 +48,29 @@ If the launch fails in the console window, check that the Anaconda version used
# Manual Installation (Mac)
1. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html) via pip or Anaconda etc.
2. Install [Mono](http://www.mono-project.com/download/) (tested Mono 5.10.1.47)
3. Download current IfSharp zip release [v3.0.0](https://github.com/fsprojects/IfSharp/releases/download/v3.0.0/IfSharp.v3.0.0.zip)
3. Download current IfSharp zip release [v3.0.1](https://github.com/fsprojects/IfSharp/releases/download/v3.0.1/IfSharp.v3.0.1.zip)
4. Unzip the release then run `mono ifsharp.exe`

Jupyter will start and a notebook with F# can be selected. This can be run via "jupyter notebook" in future

# Manual Installation (Linux)
1. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html) via pip or Anaconda etc.
2. Install [Mono](http://www.mono-project.com/docs/getting-started/install/linux/) (Untested, suggest mono 5.10) and F# (tested 4.1).
3. Download the current IfSharp zip release [v3.0.0](https://github.com/fsprojects/IfSharp/releases/download/v3.0.0/IfSharp.v3.0.0.zip)
3. Download the current IfSharp zip release [v3.0.1](https://github.com/fsprojects/IfSharp/releases/download/v3.0.1/IfSharp.v3.0.1.zip)
4. Unzip the release then run `mono ifsharp.exe` (this sets up the Jupyter kernel files in `~/.local/share/jupyter/kernels/ifsharp/`)

Jupyter will start and a notebook with F# can be selected. This can be run via "jupyter notebook" in future

# Manual Installation (Linux - HDInsights)
1. Follow instructions to [install or update Mono](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-install-mono) on HDInsights.
2. [SSH into the HDInsights cluster](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-linux-use-ssh-unix).
3. Download the current Ifsharp zip release [v3.0.0](https://github.com/fsprojects/IfSharp/releases/download/v3.0.0/IfSharp.v3.0.0.zip) with the following commands:
3. Download the current Ifsharp zip release [v3.0.1](https://github.com/fsprojects/IfSharp/releases/download/v3.0.1/IfSharp.v3.0.1.zip) with the following commands:
```
# create ifsharp folder under /tmp
mkdir ifsharp
cd ifsharp
wget https://github.com/fsprojects/IfSharp/releases/download/v3.0.0/IfSharp.v3.0.0.zip
unzip IfSharp.v3.0.0.zip
wget https://github.com/fsprojects/IfSharp/releases/download/v3.0.1/IfSharp.v3.0.1.zip
unzip IfSharp.v3.0.1.zip
chmod +x ifsharp.exe
```
4. From the [Azure portal](https://portal.azure.com/), open your cluster. See [List and show clusters](../hdinsight-administer-use-portal-linux.md#list-and-show-clusters) for the instructions. The cluster is opened in a new portal blade.
Expand Down

0 comments on commit 1fe1349

Please sign in to comment.