An open API service indexing awesome lists of open source software.

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

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