|
1 | | - |
2 | 1 | # IfSharp, Jupyter and F# Azure Notebooks |
3 | 2 |
|
4 | 3 | 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: |
29 | 28 | 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`. |
30 | 29 |
|
31 | 30 | # 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 | + |
| 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). |
36 | 42 |
|
37 | 43 | Jupyter with IfSharp can be run via "jupyter notebook" in future |
38 | 44 |
|
| 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 | + |
39 | 48 | # Manual Installation (Mac) |
40 | 49 | 1. Install [Anaconda](http://continuum.io/downloads) |
41 | 50 | 2. Install [Jupyter](http://jupyter.readthedocs.org/en/latest/install.html) |
|
0 commit comments