SCOPE Sync Binder
Authors: | |
---|---|
Owners: | Anthony M. Castronova |
Type: | Resource |
Storage: | The size of this resource is 1.2 KB |
Created: | Apr 24, 2020 at 9:10 p.m. |
Last updated: | May 06, 2020 at 5:32 p.m. |
Citation: | See how to cite this resource |
Sharing Status: | Public |
---|---|
Views: | 1876 |
Downloads: | 44 |
+1 Votes: | Be the first one to this. |
Comments: | No comments (yet) |
Abstract
this is a resource containing a binder build for the Olin SCOPE Sync project
Subject Keywords
Content
This resource contains links to external content. Linked content is
NOT stored in HydroShare, and we can't guarantee its availability, quality, or
security.
README.md
``` FROM cuahsi/hydroshare-binder:ubuntu-2020.04.23
USER root
install prerequisites
RUN npm install -g yarn
add setup file
RUN mkdir /home/jovyan/.config/hydroshare_jupyter_sync COPY config.json /home/jovyan/.config/hydroshare_jupyter_sync/config.json
collect the sync code
RUN cd /tmp \ && git clone https://github.com/hydroshare/hydroshare_jupyter_sync.git
RUN cd /tmp/hydroshare_jupyter_sync \ && python setup.py install
add the jupyter server extension
RUN jupyter serverextension enable --py hydroshare_jupyter_sync --debug --sys-prefix
USER jovyan
```
Additional Metadata
How to Cite
Castronova, A. M. (2020). SCOPE Sync Binder, HydroShare, http://www.hydroshare.org/resource/37f83d3a43c648aa89db6a5c16e60b8e
This resource is shared under the Creative Commons Attribution CC BY.
http://creativecommons.org/licenses/by/4.0/
Comments
There are currently no comments
New Comment