[WIP] Doc gui api workflow#1235
Conversation
|
Thank you for your contribution wagishi. I've looked at the notebook you created, but there are a number of different issues with the current notebook. The Python code to actually simulate and plot the network is not correct and does not use functions which currently exist in our API. If you use AI or LLMs to construct this code, then it "hallucinated" an incorrect API for our library. You can see working examples of the API simulating and plotting a network on our Textbook website, such as here https://jonescompneurolab.github.io/textbook/content/05_erps/hnn_core.html . For the GUI steps documented in the notebook, please add more description, including (at minimum) description of what buttons a user needs to click in order, and possibly screenshots as well. For your git history, please remove the commit Finally, I'm asking this of all new external contributors: is your PR here related to your interest in pursuing a GSoC-2026 application to work with us? If so, please let me know and please see our Issue here #1202 which provides further instructions. |
This PR adds a tutorial notebook demonstrating how users can move between the
HNN GUI and Python API by saving and loading neocortical model configurations.
It addresses common beginner confusion and documents the use of
read_network_configuration.