hass-pyscript-jupyter icon indicating copy to clipboard operation
hass-pyscript-jupyter copied to clipboard

Jupyter kernel shim to connect to HASS pyscript

Results 14 hass-pyscript-jupyter issues
Sort by recently updated
recently updated
newest added

I have installed pyscript into Home Assistant (HA). It works properly (I can execute python scripts). On my client Windows machine I installed HASS Pyscript kernel shim for Jupyter and...

Is there an easy way to make it work with https? Without having to set up a reverse proxy...

Trying out pyscript with the jupyter notebook tutorial and none of the log.debug messages print anything. I'm connected successfully and can read states but only log.errors prints results in the...

I have HASS running on a hypriot based RPi3. I am running jupyter under miniconda for python 3 on my windows 10 box. I additionally use mobaxterm to jump into...

``` (jupyter) (base) C:\Users\pierc\dev\jupyter>jupyter kernelspec list Available kernels: dyalog-kernel C:\Users\pierc\AppData\Roaming\jupyter\kernels\dyalog-kernel pyscript c:\users\pierc\dev\jupyter\share\jupyter\kernels\pyscript python3 c:\users\pierc\dev\jupyter\share\jupyter\kernels\python3 (jupyter) (base) C:\Users\pierc\dev\jupyter>jupyter kernelspec remove pyscript Kernel specs to remove: Remove 0 kernel specs [y/N]: y...

Take a look at https://github.com/quantapix/qnarre2/blob/06b41b6754f692f208efccf91bd62fd2feb265c4/proba/client/src-py/datascience/jupyter/kernels/kernelService.ts#L156 Requires extra metadata to confirm that the binary in fact exists instead of just parsing the argv. Otherwise you get "Kernel Spec for hass pyscript...

After installing on my Mac, I cant get the hass-pyscript-jupyter to work Running 'jupyter kernelspec list': ``` [ListKernelSpecs] WARNING | Native kernel (python3) is not available [ListKernelSpecs] WARNING | Native...

I have installed Pyscript integration to Home Assistant (it runs on Ubuntu machine). Then I installed HASS Pyscript kernel shim for Jupyter on my Windows machine (where VSCode installed). If...

I'm trying to install the kernel inside a venv by running `jupyter pyscript install`, as per the instructions in [README.md](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/a30ad3cf0dd3f5af2b57a8b39a9fa11f501db1d4/README.md?plain=1#L20). This is trying to install to `/usr/local/share/jupyter`, which I do...

I am running python3.11 in a venv (on ubuntu 22.04), and in this particular case, the instructions to get hass-pyscript-jupyter to run are not working. For context, I am running...