Open filippomc opened 1 month ago
Hi @filippomc!
We are actually in the process of moving our development to a new graphical user interface that is accessible through the hnn-core repository: https://github.com/jonescompneurolab/hnn-core
This repository will be archived/deprecated shortly
The GUI is currently available as a pre-release which you can install and run through the following commands:
$ pip install --pre hnn_core[gui]
$ hnn-gui
There is also a well documented python API to run simulations in the model if that interests you as well! Please let us know if you have any questions
Thanks @ntolley will give it a try!
Hi @ntolley I've tried installing as you suggested and I get this issue when running:
Traceback (most recent call last):
...
raise ImportError(
ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
Install lxml[html_clean] or lxml_html_clean directly.
After installing lxml[html_clean] this other issue occurs
Do you get the error when opening the website that Voila asks you to?
Just ran into this as well! It's an error introduced by a recent update to a dependency, will need to investigate further
The issue below prevents the loading of the UI with a Python 11 based setup.