The following example notebooks display the use-case of MetaCall Core in an IPython environment through Jupyter Notebooks. Jupyter notebooks provide a feature-rich interface where they can capitalize on visualizations, figures, plots and user-interface elements to prototype the code they are writing and working on.
- Introductory Notebook: Displays the use-case of Polyglot REPL on the MetaCall Kernel and run them through the Jupyter Notebook.
- MetaCall Script Execution Notebook: Displays the use-case of executing standalone scripts using the MetaCall exec on the Jupyter Notebook.
- MetaCall Kernel Shell Commands: Displays the use-case of shell commands to install packages and run them through the Jupyter Notebook.
- MetaCall Kernel Newfile Magic Demonstration: Displays the use-case of using the
$newfile
magics on the MetaCall Kernel to save file on disk. - MetaCall Kernel Inspect Load Demonstration: Displays the use-case of using the
$inspect
and$loadfile
magics on the MetaCall Kernel for inter-language function calls. - MetaCall Kernel Loadcell Demonstration: Displays the use-case of using the
$loadcell
magic to load a function on the MetaCall Kernel for inter-language function calls.