SCOPE Sync Binder
Authors: | |
---|---|
Owners: | Kyle Combes |
Type: | Resource |
Storage: | The size of this resource is 1.4 KB |
Created: | May 11, 2020 at 4:18 p.m. |
Last updated: | May 15, 2020 at 3:28 a.m. |
Citation: | See how to cite this resource |
Sharing Status: | Public |
---|---|
Views: | 1514 |
Downloads: | 68 |
+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 HydroShare Jupyter 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
Related Resources
The content of this resource is derived from | http://www.hydroshare.org/resource/37f83d3a43c648aa89db6a5c16e60b8e |
How to Cite
Castronova, A. M. (2020). SCOPE Sync Binder, HydroShare, http://www.hydroshare.org/resource/0cec09709f654808b792fe2f6c81d5c3
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