AngouriMath icon indicating copy to clipboard operation
AngouriMath copied to clipboard

Move to script-driven extension instead of kernel extension

Open WhiteBlackGoose opened this issue 3 years ago • 2 comments

The package I want to suggest the idea to: AngouriMath.Interactive

Currently there's a class in AngouriMath.Interactive which inherits from KernelExtension. Instead, it is suggeted to move to running a dib-file with all necessary code, as shown in the link

https://github.com/dotnet/interactive/blob/main/docs/extending-dotnet-interactive.md#script-based-extensions

WhiteBlackGoose avatar Jul 05 '21 03:07 WhiteBlackGoose

Not unless https://github.com/dotnet/interactive/issues/1808 is fixed

WhiteBlackGoose avatar Dec 28 '21 14:12 WhiteBlackGoose

Current state:

  1. On old dotnet-interactive version (see AngouriMathLab for the version) Jupyter works on old (21330.2) and new (21606.1) versionf of Formatting
  2. On new dotnet-interactive version Jupyter doesn't work VSC Notebooks work in both cases

WhiteBlackGoose avatar Dec 28 '21 14:12 WhiteBlackGoose