Metakernel

Latest version: v0.30.2

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 9

0.12.1

- Remove redundant if statement. [89](https://github.com/Calysto/metakernel/pull/89) ([bsvh](https://github.com/bsvh))
- wrap output in TextOutput in ProcessMetaKernel [88](https://github.com/Calysto/metakernel/pull/88) ([minrk](https://github.com/minrk))
- Allow long running tasks to print [86](https://github.com/Calysto/metakernel/pull/86) ([blink1073](https://github.com/blink1073))
- Fix import from ipywidgets [85](https://github.com/Calysto/metakernel/pull/85) ([has2k1](https://github.com/has2k1))

0.11.7

- still timeout=None seems to be ignored [84](https://github.com/Calysto/metakernel/pull/84) ([schlichtanders](https://github.com/schlichtanders))

0.11.6

- bug fixed timeout=None [83](https://github.com/Calysto/metakernel/pull/83) ([schlichtanders](https://github.com/schlichtanders))
- Fix intermittent failing "ls" test [82](https://github.com/Calysto/metakernel/pull/82) ([blink1073](https://github.com/blink1073))
- Fix handling of multiple commands [81](https://github.com/Calysto/metakernel/pull/81) ([blink1073](https://github.com/blink1073))

0.11.5

- Fix handling of multiple commands [81](https://github.com/Calysto/metakernel/pull/81) ([blink1073](https://github.com/blink1073))
- Make widgets optional [77](https://github.com/Calysto/metakernel/pull/77) ([blink1073](https://github.com/blink1073))
- Jupyter 4 test [75](https://github.com/Calysto/metakernel/pull/75) ([blink1073](https://github.com/blink1073))


Making a Jupyter Server Release

Using `jupyter_releaser`

The recommended way to make a release is to use [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption).

Manual Release

To create a manual release, perform the following steps:

Set up

bash
pip install tbump twine build
git pull origin $(git branch --show-current)
git clean -dffx


Update the version and apply the tag

bash
echo "Enter new version"
read script_version
tbump ${script_version}


Build the artifacts

bash
rm -rf dist
python -m build .


Update the version back to dev

bash
echo "Enter dev version"
read dev_version
tbump ${dev_version} --no-tag
git push origin $(git branch --show-current)


Publish the artifacts to pypi

bash
twine check dist/*
twine upload dist/*

Page 9 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.