Hacker News new | ask | show | jobs
by euroclydon 3408 days ago
How difficult is it to get an F# kernel for Jupyter running on my Mac?
2 comments

It became easier recently with droping a dependency on libgdiplus.

IIRC you just need to install mono, python, jupyter and ifsharp: https://github.com/fsprojects/IfSharp

All but last one should be on brew, for last one, you should be able to build it out of box with mono installed.

Don't hesitate to report issue on the repository if that fails.

Note that you can also run it in the browser via Azure Notebooks, which is free: https://notebooks.azure.com/