ipyhtmx

Build modern UIs in Jupyter with Python


Keywords
ipython, widgets, Jupyter, JupyterLab, JupyterLab3
License
BSD-1-Clause
Install
pip install ipyhtmx==0.1.0

Documentation

ipyhtmx

Build modern UIs in Jupyter with Python

Installation

To install use pip:

$ pip install ipyhtmx

For a development installation (requires Node.js and Yarn version 1),

$ git clone https://github.com/davidbrochart/ipyhtmx.git
$ cd ipyhtmx
$ pip install -e .
$ jupyter nbextension install --py --symlink --overwrite --sys-prefix ipyhtmx
$ jupyter nbextension enable --py --sys-prefix ipyhtmx

When actively developing your extension for JupyterLab, run the command:

$ jupyter labextension develop --overwrite ipyhtmx

Then you need to rebuild the JS when you make a code change:

$ cd js
$ yarn run build

You then need to refresh the JupyterLab page when your javascript changes.