You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Octave package should provide a function to register the kernel in the system and a function to start the kernel itself (useful to avoid having a binary xeus-octave file and to rely only on octave binary).
The text was updated successfully, but these errors were encountered:
rapgenic
changed the title
Create an octave package for easy installation within octave itselfq
Create an octave package for easy installation within octave itself
Jan 30, 2021
This sounds challenging because the xoctave binary actually embeds octave... However, we may be able to get away with the same approach we did to make a PyPI package for xeus-python, which is to have a flavor of the package that loads as an extension, and is started from octave.
Hi, chiming in again to add a few information I did not write in this issue
My original idea was not to make xeus-octave as an extension to octave: i.e. octave starts and loads the kernel.
Instead the idea was to create the xeus-octave package as a simple installer, which would download and build the sources of xoctave, put it in some known location and then create a simple kernelspec file in the appropriate place that would run xoctave as it's done now.
The only difference would've been that the installation happens through octave and in a way the octave users are familiar with, with the possibility to avoid conda/mamba etc which requires some time to setup if you're not a frequent user
Should be able to install with
Octave package should provide a function to register the kernel in the system and a function to start the kernel itself (useful to avoid having a binary xeus-octave file and to rely only on octave binary).
The text was updated successfully, but these errors were encountered: