Open, edit, and run Jupyter notebooks (.ipynb) directly inside your IDE. The plugin launches an IPython kernel on your project's own Python interpreter and talks to it over ZeroMQ — no external Jupyter server required.
pyflakes when available and falls back to a built-in analyzer otherwise.Cmd/Ctrl+Click or Cmd/Ctrl+B on a variable jumps to where it was defined and highlights its other uses; hovering with the modifier shows a clickable link.Cmd+/), duplicate line (Cmd+D), delete line (Cmd+⌫), move line (Opt+Shift+↑/↓).Shift+Enter runs a cell and, once it finishes successfully, moves focus to the next cell, creating a new one if it was the last.ipykernel; the working directory is the notebook's folder.Cmd+S.Requires a Python 3.8+ interpreter with ipykernel (offered automatically on first run).
Source code on GitHub. Issues and pull requests are welcome — and if the plugin saves you some time, a ⭐ on the repo helps others find it.