-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP Story #340: Replay Widget on Binder #1
Open
alecpm
wants to merge
15
commits into
master
Choose a base branch
from
stories/340-replay-widget-p3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A binder based from this branch is up and running here currently: https://hub.mybinder.org/user/dallinger-ngs2-cycle2-pilot-data-a8sllosu/notebooks/analyses.ipynb |
alecpm
force-pushed
the
stories/340-replay-widget-p3
branch
from
June 2, 2018 17:32
a1c789f
to
cf0d4b8
Compare
Story 341: Script/Notebook to collect and replay bot-driven data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch is ready for testing. It uses a Dockerfile to create a Python 3 Jupyter Binder with PostgreSQL and Redis installed. Some initialization code has been added to the notebook to ensure the required services are started since there appears to be no way to have them start automatically with the container.
This implements Scrumdo story 340.
One thing worth noting, the Dockerfile currently pulls in branches of Dallinger and Griduniverse during the build process. Once the docker image is built, creating a binder from the repo will not update the versions of those packages that were pulled into the image. This repo must be updated to force a new image to be built in order to see updates to the underlying python packages.
This should probably not be merged to master until the replay widget branches of Dallinger and Griduniverse are merged to there respective master branches. Currently it depends on the
stories/342-realtime-playback
branches of Dallinger and Griduniverse