We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d37d0 commit 32b587aCopy full SHA for 32b587a
README.md
@@ -14,6 +14,10 @@ This implements F# for [Jupyter](http://jupyter.org/) notebooks. View the [Featu
14
To run using a Docker container on Linux/macOS:
15
16
docker run -v $PWD:/notebooks -p 8888:8888 fsprojects/ifsharp
17
+
18
+or with PowerShell on Windows:
19
20
+ docker run -v ${PWD}:/notebooks -p 8888:8888 fsprojects/ifsharp
21
22
The container exposes your current directory as a volume called `notebooks` where the files get saved.
23
Open with
0 commit comments