fsprojects / IfSharp

F# for Jupyter Notebooks
Other
442 stars 71 forks source link

Docker (linux): "Assembly reference 'netstandard' not found #251

Open stephen-swensen opened 4 years ago

stephen-swensen commented 4 years ago

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

cgravill commented 4 years ago

There's a bit of a mismatch between the editor services and execution engine on Linux causing this. I don't recall if it's now fixed in master but the Docker image could be updated as a first step see #249 needing a volunteer.