Skip to content

vgauthier/network-tutorial-csss19

Repository files navigation

Networks: A Love Story

How to get this tutorial started. Choose your adventure:

1. "I'm not that experienced with git and python."

Not quite sure what "clone the repo" means? Here's what to do:

  1. Do you have a folder on your computer where you usually code in? Great! If not, go ahead and create a CODE folder on your desktop. We will be working here for this tutorial.

  2. Open up a terminal window and navigate to the folder where you expect to do your coding (in this example "CODE") cd ~/Desktop/CODE/

  3. Clone the repository: git clone https://github.com/jkbren/network-tutorial-csss19

  4. Navigate into the repository: cd network-tutorial-csss19

  5. Install the software: pip install -r requirements.txt

  6. Start up the jupyter notebook! jupyter notebook

2. "I'm comfortable with git and python."

To install the software for this tutorial, clone the repo and run the following:

cd network-tutorial-csss19
pip install -r requirements.txt

3. "I don't want to live-code this tutorial."

Follow along in the jupyter notebook here!

Want us to cover something?

Open an issue here and we'll add content!

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published