xeus is a library meant to facilitate the implementation of kernels for Jupyter.
xeus is a library meant to facilitate the implementation of kernels for Jupyter. It takes the burden of implementing the Jupyter Kernel protocol so developers can focus on implementing the interpreter part of the kernel.
xeus is a library meant to facilitate the implementation of kernels for Jupyter. It takes the burden of implementing the Jupyter Kernel protocol so developers can focus on implementing the interpreter part of the kernel.
To install xeus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xeus
To see what files were installed by xeus, run:
port contents xeus
To later upgrade xeus, run:
sudo port selfupdate && sudo port upgrade xeus
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.