-
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
Conversation
Added mybinder link for analyses.ipynb
Added all the libraries/packages required for running the Jupyter notebooks.
Included mybinder links to all the notebooks.
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
@HarshithaPrabhuswamy I don't want to allow errors, please drop this line.
matplotlib | ||
IPython | ||
conflowgen | ||
os |
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.
@HarshithaPrabhuswamy os
and datetime
are default libraries that don't require installation. Please drop these lines.
docs/notebooks/README.md
Outdated
)](https://mybinder.org/v2/gh/HarshithaPrabhuswamy/conflowgen/main?labpath=docs%2Fnotebooks%2Finput_distributions.ipynb) | ||
|
||
To launch previews.ipynb - [![Binder](https://img.shields.io/badge/launch-previews-green | ||
)](https://mybinder.org/v2/gh/HarshithaPrabhuswamy/conflowgen/main?labpath=docs%2Fnotebooks%2Fpreviews.ipynb) |
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.
please integrate these links into the respective Jupyter notebooks. I don't want this to be a separate file.
When people visit https://conflowgen.readthedocs.io/en/latest/notebooks/first_steps.html, I want them to see the button to try out first_steps.ipynb. For the other notebooks, I expect to happen the same.
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 # Fetch all history for all branches and tags |
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.
Deleting README.md file
No description provided.