-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added README file with mybinder links to make the notebooks interactive. #215
Changes from all commits
669f419
d717aeb
385b652
b461eab
a00fd9b
4f839da
942105b
c99b4ea
71bde4f
f9513e8
7518542
32d5e78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,7 @@ | |
} | ||
|
||
# -- Options for Included Jupyter Notebooks ---------------------------------- | ||
nbsphinx_allow_errors = True | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @HarshithaPrabhuswamy I don't want to allow errors, please drop this line. |
||
|
||
nbsphinx_execute = "always" | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
matplotlib | ||
IPython | ||
conflowgen | ||
os | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @HarshithaPrabhuswamy |
||
datetime | ||
pandas | ||
itertools | ||
numpy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines have no effect. Pease first bring this branch up-to-date.