IfSharp icon indicating copy to clipboard operation
IfSharp copied to clipboard

F# for Jupyter Notebooks

Results 13 IfSharp issues
Sort by recently updated
recently updated
newest added

### Description The icon of this jupyter kernel can't show correctly. ### Repro steps Just start a jupyter notebook, and then, create a new notebook or chose a notebook, use...

Using JupyterLabs, I have no problem using F# using this plug-in, but there is absolutely no autocomplete. When I press '.' after an object name, there are no suggestions and...

question

### Description Docker image of IfSharp https://hub.docker.com/r/fsprojects/ifsharp Updated a year ago Could you update this image, please.

help wanted

Running via docker on linux for the first time in a brand new Notebook, I see an error message "Assembly reference 'netstandard' not found" with a simple addition statement. ![image](https://user-images.githubusercontent.com/1300508/83368749-f4ba8b80-a387-11ea-8da0-20d11b4a206c.png)

help wanted

Can we and should we enable Jupyter widgets in IF# ? https://github.com/ipython/ipywidgets/blob/6b1e0901260409e166ed1763db06122dedeb4b89/docs/source/examples/Widget%20Low%20Level.ipynb It looks like it is built on top of `comm` messages. A collection of widget examples: https://github.com/ipython/ipywidgets/tree/6b1e0901260409e166ed1763db06122dedeb4b89/docs/source/examples

enhancement
question

Hi I am trying to load a managed DLL that wraps an unmanaged `.so` or `.dylib` on Mac OS If I create a `CLI` app using `dotnet` I can get...

help wanted

It would be interesting to add IfSharp as a dotnet tool to ease the installation. I'm not sure if it would be possible but here is the [doc](https://docs.microsoft.com/fr-fr/dotnet/core/tools/global-tools-how-to-create) for that

enhancement
question

### Description This seems to more be an F# bug related to a unification error with F# anonymous record types (possibly a dotnet restriction?). ### Repro steps ```F# [ {|id=5;...

### Description Trying to load Npgsql entity framework on dotnet core over Paket has issues, most likely related to dependencies not being loaded. ### Repro steps ```F# #load "Paket.fsx" Paket.Package...

### Description There is some issue loading the correct libraries to use Type Providers on .NET Core. While this is directly relevant to Type Providers, the issue itself is broader...