Ssh-ipykernel

Latest version: v1.2.3

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

Scan your dependencies

1.0.0

* Added an extension to send sigint to the reote kernel via ssh (needed for Windows)
* Added Windows support (for OpoenSSH)
* Added a call to a kernel_customize function for sub classes to inject customizations for the kernel

0.9.3

* Fixed argument error for env variables in ssh_ipykernel.manage


Release documentation

Release process

1 Clean environment

bash
make clean delete all temp files
make prepare commit deletions

2 Python package

1. Bump version of ssh_ipykernel

- A new release candidate with rc0

bash
make bump part=major|minor|patch


- A new build

bash
make bump part=build


- A new release

bash
make bump part=release


- A new release without release candidate

bash
make bump part=major|minor|patch version=major.minor.patch


2. Create distribution

bash
make dist


3. Create and tag release

bash
make release


4. Deploy to pypi

bash
make upload


3 Labextension

1. Change into folder `ssh_ipykernel_interrupt` and the follow 2
4 Push repo and tag

bash
git push
git push origin --tags

0.9.2

* Added code to call ssh_ipykernel as a module to add a kernel
* Added doc strings to all classes and methods

0.9.0

* Restructured pxssh calls
* Rewrote keeping alive routine
* Stabilized error detection (cluster not reachable, VPN cut, ipykernel missing)

0.1.0

* First release on github

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.