https://github.com/gmelodie/complex-networks
Complex networks course examples and notebooks
https://github.com/gmelodie/complex-networks
Last synced: 7 months ago
JSON representation
Complex networks course examples and notebooks
- Host: GitHub
- URL: https://github.com/gmelodie/complex-networks
- Owner: gmelodie
- License: mit
- Created: 2019-08-11T18:38:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T19:31:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T11:44:30.814Z (9 months ago)
- Language: Jupyter Notebook
- Size: 13.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Complex-Networks
Complex networks course examples and notebooks## Using jupyter with venvs
1. Install `ipykernel`: `pip install ipykernel`
2. Create a new kernel with it: `ipython kernel install --user --name=YOUR-VENV-NAME`
3. Open Jupyter and choose the kernel you just created