fsprojects / IfSharp

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

Allow loading JavaScript scripts #193

Closed cgravill closed 5 years ago

cgravill commented 5 years ago

image

It makes #192 much cleaner, and abstracts away the hiding of RequireJS

cgravill commented 5 years ago

Longer term I hope the JavaScript module loaders improve and get standardized.

We could also add http://fable.io/ on the server-side - that's a bigger effort and one that I think we should consider in addition to this rather than instead of.