diff --git a/deploy/spin/web-frontend/templates/index.html b/deploy/spin/web-frontend/templates/index.html index 51c0bfe..c200642 100644 --- a/deploy/spin/web-frontend/templates/index.html +++ b/deploy/spin/web-frontend/templates/index.html @@ -16,71 +16,20 @@
This research is based upon work supported by the U.S. Department of Energy, Office of Science, Office Basic Energy Sciences, under Award Number FWP PS-030. This research used resources of the Center for Functional Nanomaterials (CFN), which is a U.S. Department of Energy Office of Science User Facility, at Brookhaven National Laboratory under Contract No. DE-SC0012704. -
$ pip install "tiled[client]"
-$ python
->>> from tiled.client import from_uri
->>> client = from_uri("{{ root_url }}")
- {% if binder_link %}
- Alternatively, try it in the cloud on Binder.
- {% endif %}
-
- The Tiled API can be accessed from any Internet-connected software,
- including graphical programs that accept URLs and commandline
- utilities like wget
and curl
.
-
- For tutorials, guides, and more details, see Tiled's project documentation. -
- -- Like Jupyter Notebook, Tiled is something you can easily run yourself, on your laptop. - Tiled can also scale up for large multi-user deployment, like JupyterHub. -
- - - -