tjm_project/ ├── config/ │ └── settings.py # Configuration settings ├── src/ │ ├── api_client.py # API interaction │ ├── file_manager.py # File handling │ └── notepad_automator.py # Notepad automation ...
neo4j-viz is a Python package for creating interactive graph visualizations. The output is of type IPython.display.HTML and can be viewed directly in a Jupyter Notebook or Streamlit application.