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 tried to install the jupiter notebook but it keeps getting the same errors. when i look in Hass the service exist and the log (debug enabled) is empty ```...

I'm running Jupyter in docker which only supports kernels installed in the user's directory. Everytime Jupyter restarts, I lose the kernel and have to reinstall it manually and set it...

The [instructions in this issue over in the PyScript repo ](https://github.com/custom-components/pyscript/issues/317 )cover installing the PyScript kernel in the [Home Assistant Community Add-On for JupyterLab](https://github.com/hassio-addons/addon-jupyterlab). This might be the easiest way...

Many tutorials recommend the [Anaconda distribution](https://docs.anaconda.com/anaconda/) for getting Jupyter, Python, etc. installed Windows and macOS. The Anaconda/conda distribution uses [conda](https://docs.conda.io/en/latest/) as the package manager. Using `pip` in a `conda` environment...