Releases: craigbarratt/hass-pyscript-jupyter
hass-pyscript-jupyter 1.0.0 release
This release has several new features:
- significant refactoring to make
hass_pyscript_jupyter
a package released on PyPi and installed viapip
- the
pip
installed package supports ajupyter.pyscript
script entry point that providesinstall
andinfo
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
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
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.