How to Upgrade RunCell
Upgrade runcell to the latest version and restart JupyterLab to apply changes
Upgrade runcell
To upgrade runcell to the latest version, run:
pip install runcell --upgradeIf you're using uv:
uv pip install runcell --upgradeMake sure you run the command in the same environment where JupyterLab is installed.
Restart JupyterLab after upgrading
runcell includes both frontend and backend components. After upgrading, you must fully restart JupyterLab (a browser refresh is not enough).
- Stop the running JupyterLab process using one of these methods:
- Run
jupyter lab stopin a new terminal window, or - Press
Ctrl + Cin the terminal where JupyterLab is running
- Run
- Start it again:
jupyter labAlternatively, you can select Restart Server from the JupyterLab menu if available.
Verify the upgrade
pip show runcellCheck that the version matches the latest release.