"Jupyter" (External Evaluation System)
ExternalEvaluate Usage
- ExternalEvaluate[<"System""Jupyter","Kernel""kernelspec" >,code] executes the code string in a Jupyter kernel and returns the results as a Wolfram Language string.
Usage Notes
- The kernelspec that you provide is the name of the Jupyter kernel as displayed in a Jupyter Notebook session, such as "python3" or "julia-1.0".
- A Jupyter kernel that is installed and working properly in the Jupyter platform should also work with ExternalEvaluate.
- Jupyter kernels for a large number of programming languages can be obtained from https://github.com/jupyter/jupyter/wiki/Jupyter-kernels.
Examples
open allclose allBasic Examples (2)
Properties & Relations (1)
FindExternalEvaluators will show you the names of all the Jupyter kernels that can be found on your system: