File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,39 @@ TolTECA Tutorials
4
4
This repository contains tutorials for TolTEC data analysis.
5
5
6
6
To see the tutorials rendered as static web pages, see the `TolTECA tutorials
7
- site <http://to.be.set> `_.
7
+ site <https://toltec-astro.github.io/tolteca_tutorials/rst-tutorials/basic_obs_data.html> `_.
8
+
9
+ How to run
10
+ ----------
8
11
9
12
To run the tutorials interactively, you'll need to make sure you have `Jupyter
10
13
notebook <http://jupyter.org/> `_ installed, then clone or download this
11
14
repository. The notebook files themselves live in the ``tutorials `` directory
12
15
of this repository, organized by the names of the tutorials.
13
16
17
+ The tutorials depends on TolTECA python packages and some other supporting
18
+ packages. To install those packages, run the following (preferrably in a
19
+ dedicated virtual environment):
20
+
21
+ .. code ::
22
+
23
+ $ cd tolteca_tutorials
24
+ $ pip install -r pip-requirements.txt
25
+
26
+
14
27
You can also get started quickly using `Binder <http://mybinder.org >`_ to run the tutorials in
15
28
your web browser within a remote server:
16
29
17
30
.. image :: http://mybinder.org/badge.svg
18
31
:target: https://mybinder.org/v2/gh/astropy/astropy-tutorials/master?filepath=tutorials/notebooks
19
32
20
33
34
+ Acknowledgement
35
+ ---------------
36
+
21
37
This repo makes use of the astropy-tutorials repo as the template.
22
38
39
+
23
40
Contributing tutorial material
24
41
------------------------------
25
42
You can’t perform that action at this time.
0 commit comments