Skip to content

ds-connectors/connector-instructors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b81a55 · Oct 26, 2024

History

82 Commits
May 1, 2017
Feb 23, 2017
Dec 14, 2016
Jan 6, 2016
May 1, 2017
Jun 26, 2017
Oct 26, 2024
Jan 31, 2017
Nov 1, 2017
Jan 31, 2017
Jan 23, 2017
May 1, 2017

Repository files navigation

This documentation is for a collection of code that aims to be useful for connector instructors.

If you have questions about the class, finding students, building your course, etc, check out the wiki here.

If you're looking for the github page for the repository, try here.

Overview

Currently, this repository contains three main folders:

  1. /connectortools: A python module that has some useful functions for using Jupyter Notebooks and JupyterHub in your classes. This is in the connectortools folder and can be installed with the setup.py script.
  2. /examples: A collection of examples for how to use connectortools.
  3. /tutorials: A collection of general tutorials that cover topics in programming, computation, etc. Connector instructors may find these useful in teaching basic concepts, and are encouraged to copy/modify them however they'd like.

Interactive notebooks

Using Data8

We've created an interact link for this repository here. Click it, and it will copy everything in this repo into your own datahub instance. You can then run the tutorials and examples from there.

Using Binder

Alternatively, you can use mybinder to demo this code. This is a free service put together by the Freeman lab. If you're interested in running the tutorials or examples within Binder, click the image below to enter an interactive browsing session.

Binder

If you have a suggestion for something to add, open an issue in this repository and we can try to do so!