You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# IfSharp
2
2
F# implementation for [iPython](http://ipython.org). View the [Feature Notebook](http://nbviewer.ipython.org/github/BayardRock/IfSharp/blob/master/Feature%20Notebook.ipynb) for some of the features that are included.
3
3
4
-
# Getting Started
4
+
# Automatic Installation
5
+
See our [release repository](https://github.com/BayardRock/IfSharp/releases).
3. Run: "ipython profile create ifsharp" in your user directory
8
11
4. Open the iF# solution file, restore nuget packages, and compile it
9
12
5. Copy the files from IfSharp\ipython-profile to the iFSharp profile directory
10
-
6. Open up the copied "ipython_config.py" file and change "..\\bin\\ifsharp.exe" to the path of your compiled ifsharp executable.
13
+
6. Open up the copied "ipython_config.py" file and change "%s" to the path of your compiled ifsharp executable. E.g. "C:\\git\\ifsharp\\\bin\\Release\\ifsharp.exe"
11
14
7. Run: "ipython notebook --profile ifsharp" to launch the notebook process with the F# kernel.
0 commit comments