Skip to content

Commit 87eb965

Browse files
committed
Add README section about building your own Binder repo
1 parent ca26652 commit 87eb965

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,23 @@ http://127.0.0.1:8888/?token=TOKEN
2929
Copy paste the above URL into your browser, replacing 8888 with `PORT`. This will bring up the
3030
JupyterLab interface.
3131

32+
Building your own Forest-backed Binder repository
33+
-------------------------------------------------
34+
35+
This Binder repository is built using the [`rigetti/forest-notebook`][forest-notebook] Docker
36+
image, which comes with [pyQuil][pyquil] installed, as well as [quilc][quilc] and [QVM][qvm]
37+
servers running in the background. It additionally has the [`forest-benchmarking`][benchmarking]
38+
library installed, along with some useful Python packages for data analysis and visualization.
39+
You can create your own Binder repository from this image by following the directions at the
40+
bottom of the README of the [rigetti/forest-notebook][forest-notebook-repo] repository!
41+
3242
[arxiv]: https://arxiv.org/abs/2001.04449
43+
[benchmarking]: https://github.com/rigetti/forest-benchmarking
3344
[binder]: https://mybinder.org/v2/gh/rigetti/forest-tutorials/master?urlpath=lab/tree/Welcome.ipynb
3445
[docker-badge]: https://img.shields.io/docker/pulls/rigetti/forest-tutorials.svg
3546
[docker-image]: https://hub.docker.com/r/rigetti/forest-tutorials
47+
[forest-notebook]: https://hub.docker.com/r/rigetti/forest-notebook
48+
[forest-notebook-repo]: https://github.com/rigetti/forest-notebook
3649
[github-badge]: https://img.shields.io/github/v/release/rigetti/forest-tutorials
3750
[github-release]: https://github.com/rigetti/forest-tutorials/releases
3851
[gitlab-badge]: https://gitlab.com/rigetti/forest/forest-tutorials/badges/master/pipeline.svg

0 commit comments

Comments
 (0)