Ok. I now realize there is a new jupyterlab-rachis package for visualizations in the modern lab (nice - hope it works in VSCode as well).
The package doesn't appear to be distributed with pip or conda yet. Is that correct?
I installed it manually from github source in a jupyterlab environment
conda install -c conda-forge nodejs
pip install .
jupyter labextension build .
Seems to work and it didn't break any dependencies for that env.
This issue can be closed, but it would be super appreciated if you had a chance to document this extension better in the installation section of rachis. And a conda/mamba release would be super.
Thank you very much.