Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a64eb6c

Browse files
Add Python Binder links to enable browser use
1 parent 47ab03b commit a64eb6c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎README.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Lecture materials for teaching Python's NetworkX package and Bash scripting.
77

88
- [Requirements](#requirements)
99
- [Environment Setup](#environment-setup)
10+
- [Binder and Jupyter Notebook](#binder-and-jupyter-notebook)
1011
- [Anaconda and Conda](#anaconda-and-conda)
1112
- [Downloading Packages](#downloading-packages)
1213

@@ -23,6 +24,14 @@ appropriate packages.
2324

2425
## Environment Setup
2526

27+
### Binder and Jupyter Notebook
28+
29+
If you cannot setup Jupyter Notebooks locally, you can launch the lectures
30+
through your browser directly with the link below.
31+
32+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/erictleung/lecture-python-bash/master?filepath=notebooks)
33+
34+
2635
### Anaconda and Conda
2736

2837
To make things as streamlined as possible, I suggest downloading Anaconda or, at

‎notebooks/requirements3.txt‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These will be installed to the Python 3 environment
2+
matplotlib
3+
networkx

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /