Automatic Installation
- Install Anaconda
Install IPython
Download the latest version of IfSharp from the release repository. Run the setup wizard and execute the icon that is placed on the desktop.
Running the executable after it is installed will automatically generate the files necessary
for starting up (if the file structure does not exist) and then execute the ipython notebook --profile ifsharp
command.
If the file structure does exist, only the command ipython notebook --profile ifsharp
is executed.
To overwrite the file structure again, invoke ifsharp.exe with the install parameter: ifsharp.exe --install
.
Manual Installation
- Install Anaconda
- Install IPython
- Run: "ipython profile create ifsharp" in your user directory
- Open the iF# solution file, restore nuget packages, and compile it
- Copy the files from IfSharp\ipython-profile to the iFSharp profile directory
- Open up the copied "ipython_config.py" file and replace "%s" with the path of your compiled ifsharp executable. E.g. "C:\git\ifsharp\bin\Release\ifsharp.exe"
- Run: "ipython notebook --profile ifsharp" to launch the notebook process with the F# kernel.