Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1004 Bytes

quickstart.rst

File metadata and controls

46 lines (26 loc) · 1004 Bytes

Quickstart Guide

For a few dmsky tutorials see the IPython Notebook Tutorials.

Creating a Target File

A set of pre-defhined targets is included in the package.

Creating a Roster File

A set of pre-defhined targets is included in the package.

IPython Notebook Tutorials

Additional tutorials with more detailed examples are available as IPython notebooks in the examples directory.

These notebooks can run interactively by running jupyter notebook in the examples directory:

$ cd dmsky/examples
$ jupyter notebook roster_example.ipynb

Note that this will require you to have both ipython and jupyter installed in your python environment. These can be installed in a conda- or pip-based installation as follows:

# Install with conda
$ conda install ipython jupyter

# Install with pip
$ pip install ipython jupyter