We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8d56c commit 2762857Copy full SHA for 2762857
tools/generate_contents.py
@@ -47,4 +47,4 @@ def print_contents(directory=None):
47
if __name__ == '__main__':
48
print_contents()
49
print(70 * '#')
50
- print_contents('notebooks')
+ print_contents('http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/')
0 commit comments