diff --git a/doc/release-notes/4714-binder.md b/doc/release-notes/4714-binder.md new file mode 100644 index 00000000000..9e9960636d7 --- /dev/null +++ b/doc/release-notes/4714-binder.md @@ -0,0 +1 @@ +https://mybinder.org now supports spinning up Jupyter Notebooks from Dataverse DOIs. diff --git a/doc/sphinx-guides/source/admin/integrations.rst b/doc/sphinx-guides/source/admin/integrations.rst index 5c4ddbff230..4f7ac050066 100644 --- a/doc/sphinx-guides/source/admin/integrations.rst +++ b/doc/sphinx-guides/source/admin/integrations.rst @@ -77,6 +77,13 @@ Whole Tale `import data from Dataverse <https://wholetale.readthedocs.io/en/stable/users_guide/manage.html>`_ via identifier (e.g., DOI, URI, etc) or through the External Tools integration. For installation instructions, see the :doc:`external-tools` section or the `Integration <https://wholetale.readthedocs.io/en/stable/users_guide/integration.html#dataverse-external-tools>`_ section of the Whole Tale User Guide. +Binder +++++++ + +Researchers can launch Jupyter Notebooks, RStudio, and other computational environments by entering the DOI of a Dataverse dataset on https://mybinder.org + +Institutions can self host BinderHub. Dataverse is one of the supported `repository providers <https://binderhub.readthedocs.io/en/latest/developer/repoproviders.html#supported-repoproviders>`_. + Discoverability --------------- diff --git a/doc/sphinx-guides/source/api/apps.rst b/doc/sphinx-guides/source/api/apps.rst index de5ace23e86..442f22ee094 100755 --- a/doc/sphinx-guides/source/api/apps.rst +++ b/doc/sphinx-guides/source/api/apps.rst @@ -93,6 +93,14 @@ Archivematica is an integrated suite of open-source tools for processing digital https://github.com/artefactual/archivematica/tree/v1.9.2/src/MCPClient/lib/clientScripts +repo2docker +~~~~~~~~~~~ + +repo2docker is a command line tool that allows you to create and start a +Docker image from a code repository that follows the [reproducible executable environment specification](https://repo2docker.readthedocs.io/en/latest/specification.html). repo2docker supports Dataverse DOIs to find and retrieve datasets. + +https://github.com/jupyter/repo2docker/blob/master/repo2docker/contentproviders/dataverse.py + Java ----