Jumper Wrapper Kernel
Welcome to the documentation for the Jumper Wrapper Kernel, a Jupyter kernel that wraps other kernels while providing jumper-extension performance monitoring capabilities.
Jumper Wrapper Kernel lets you:
- Wrap any Jupyter kernel (Python, R, Julia, etc.) with a single magic command
- Monitor performance of any wrapped kernel using jumper-extension magic commands
- Forward code transparently to the wrapped kernel while keeping monitoring local
- Create permanent kernel specs that auto-wrap specific kernels on startup
To get started quickly, follow the steps in the Installation and Quickstart guides. For detailed command descriptions and programmatic usage, refer to the API Reference section.