Skip to content

Commit 2762857

Browse files
committed
change content generation to using jupyter
1 parent bd8d56c commit 2762857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_contents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def print_contents(directory=None):
4747
if __name__ == '__main__':
4848
print_contents()
4949
print(70 * '#')
50-
print_contents('notebooks')
50+
print_contents('http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/')

0 commit comments

Comments
 (0)