Skip to content

Commit a8abe5b

Browse files
agnescameroncgravill
authored andcommitted
Readme edit to cover Anaconda installation changes (#149)
* Add files via upload installation screenshot * Delete anaconda-install.png * Add files via upload * Delete anaconda-install.png * Add files via upload * more detalied anaconda instructions edited to reflect changes in adding to path * Delete anaconda-install.png * screenshot of installation process * minor edit
1 parent 99a7d47 commit a8abe5b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# IfSharp, Jupyter and F# Azure Notebooks
32

43
This is the F# implementation for [Jupyter](http://jupyter.org/). View the [Feature Notebook](FSharp_Jupyter_Notebooks.ipynb) for some of the features that are included.
@@ -29,13 +28,23 @@ Run it with:
2928
The container exposes a volume called `notebooks` where the files get saved. On Linux, connect to the notebook on `http://localhost:your_port` and, on Windows, use `http://your_docker_machine:your_port`.
3029

3130
# Manual Installation (Windows)
32-
1. Install [Anaconda](http://continuum.io/downloads)
33-
2. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html)
34-
3. Download current zip release [v3.0.0-beta1](https://github.com/fsprojects/IfSharp/releases/download/v3.0.0-beta1/IfSharp.v3.0.0-beta1.zip)
35-
4. Run IfSharp.exe
31+
1. Download [Anaconda](http://continuum.io/downloads) for Python 3.6
32+
2. Launch Anaconda3-4.4.0-Windows-x86_64.exe (or x-86.exe for 32-bit)
33+
3. Click through the installation wizard, choosing the given install location. At the 'advanced installation options' screen shown below, select "Add Anaconda to my PATH environment variable". The installer warns against this step, as it can clash with previously installed software, however it's essential in running IfSharp. Now install.
34+
35+
This should also install Jupyter: check this by entering 'jupyter notebook' into the Anaconda console window. If Jupyter does not launch (it should launch in the browser), install using 'pip install jupyter', or by following [Jupyter](http://jupyter.readthedocs.io/en/latest/install.html) instructions.
36+
37+
![Installation screenshot](/docs/files/img/anaconda-installation.png)
38+
***
39+
40+
4. Download current zip release of IfSharp [v3.0.0-beta1](https://github.com/fsprojects/IfSharp/releases/download/v3.0.0-beta1/IfSharp.v3.0.0-beta1.zip)
41+
4. Run IfSharp.exe (IfSharp application icon).
3642

3743
Jupyter with IfSharp can be run via "jupyter notebook" in future
3844

45+
# Troubleshooting
46+
If the launch fails in the console window, check that the Anaconda version used is currently added to the path. If not, uninstalling Anaconda and reinstalling using instructions 1-
47+
3948
# Manual Installation (Mac)
4049
1. Install [Anaconda](http://continuum.io/downloads)
4150
2. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html)
670 KB
Loading

0 commit comments

Comments
 (0)