Skip to content

Releases: craigbarratt/hass-pyscript-jupyter

hass-pyscript-jupyter 1.0.0 release

05 Nov 18:25
Compare
Choose a tag to compare

This release has several new features:

  • significant refactoring to make hass_pyscript_jupyter a package released on PyPi and installed via pip
  • the pip installed package supports a jupyter.pyscript script entry point that provides install and info options, replacing the prior manual steps
  • added hass_proxy configuration option for proxy support, from @fleXible
  • added support for VSCode client

Given the significant changes, I'm switching to a more typical x.y.z version numbering, and made this version 1.0.0.

The VSCode support has one known issue: it currently starts two pyscript Jupyter kernels, and the second one is typically shutdown soon after it starts. This seems to be benign - it should be invisible to the user, although the global context names (eg, jupyter_0) will increment by 2 on each new session, rather than 1.

0.21 release

05 Sep 05:04
Compare
Choose a tag to compare

This release splits out the three HASS parameters into a new pyscript.conf file that makes it easy to upgrade hass_pyscript_kernel.py without having to edit it. Thanks to @basnijholt for adding this feature.

0.20 release

31 Aug 17:52
Compare
Choose a tag to compare

This is the initial release of hass-pyscript-jupyter, and is compatible with the pyscript 0.20 release.

To install this release, download the hass-pyscript-jupyter-0.20.zip file and follow the steps in the README.md.

If Jupyter is not connecting to the HASS pyscript kernel, look for suggestions in the Wiki.