Hello,
I’m new to Pyscript and Jupyter, and I just installed it all to give it a try. I did the following:
- Installed Pyscript via HACS
- Configured Pyscript Integration and restarted Home Assistant Core
- Installed Python 3.9 via Homebrew on my Mac
- Installed
hass_pyscript_kernel
andjupyterlab
viapip3
command - Ran
jupyter pyscript install
andjupyter lab build
After this I downloaded the Pyscript tutorial notebook and opened it both via jupyter
and jupyter-lab
.
According to the documentation, I should see the result of log calls directly inline within the notebook. I’m not able to see them however.
As you can see in this screenshot there is no log output beneath the cell even after running the cell.
I’ve verified that Pyscript is running correctly by running the service registration example shown later in the notebook and verifying that a service was registered in HomeAssistant.
What am I doing wrong?