--- title: "Actor Network Visualization" original_url: "https://tds.s-anand.net/#/actor-network-visualization?id=actor-network-visualization" downloaded_at: "2025-06-08T23:23:12.679629" --- [Actor Network Visualization](#/actor-network-visualization?id=actor-network-visualization) ------------------------------------------------------------------------------------------- Find the shortest path between Govinda & Angelina Jolie using IMDb data using Python: [networkx](https://pypi.org/project/networkx/) or [scikit-network](https://pypi.org/project/scikit-network). [![Jolie No. 1](https://i.ytimg.com/vi_webp/lcwMsPxPIjc/sddefault.webp)](https://youtu.be/lcwMsPxPIjc) * [Notebook: How this video was created](https://github.com/sanand0/jolie-no-1/blob/master/jolie-no-1.ipynb) * [The data used to visualize the network](https://github.com/sanand0/jolie-no-1/blob/master/imdb-actor-pairing.ipynb) * [The shortest path between actors](https://github.com/sanand0/jolie-no-1/blob/master/shortest-path.ipynb) * [IMDB data](https://developer.imdb.com/non-commercial-datasets/) * [Codebase](https://github.com/sanand0/jolie-no-1) [Previous Data Visualization with ChatGPT](#/data-visualization-with-chatgpt) [Next RAWgraphs](#/rawgraphs)