Cookbooks and Demos

In order to enable users to quickly come up to speed on all that we have here, we have provided demonstrations in the examples directory of each repository, mostly in the form of Jupyter notebooks. We recommend using jupyterlab (which is installedby default via tts_ci_cd). Simply navigate to the root of your development directory and run the command jupyter lab to boot a web browser with the jupyter lab interface. We like this solution because it is typically possible to pass the jupyter interface though a port via ssh, which allows us to run in a similar environment regardless of the project's production environment.

If you are completely new to this project, we recommend exploring the jupyter notebooks in this order:

  • tts_html_utils
  • tts_data_utils
  • tts_papertrail
  • tts_dtat
  • demosat_dictionary_interface
  • demosat_plan
  • demosat_seq
  • demosat_tower
  • demosat_dante
  • demosat_dexter

The following currently have no demos available:

  • demosat_data_utils (see tts_data_utils)
  • demosat_dict (see demosat_dictionary_interface)
  • demosat_fresh (see demosat_tower)
  • demosat_seqdb (see demosat_seq)
  • tts_dante (see demosat_dante)
  • tts_dexter (see demosat_dexter)
  • tts_dictionary_interface (see demosat_dictionary_interface)
  • tts_fresh (see demosat_fresh)
  • tts_seq (see demosat_seq)
  • tts_spice
  • tts_starter_tempalte
  • tts_tower (see demosat_tower)
  • tts_utilities

Edit/Comment on GitHub