-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from ryanlovett/misc-fixes
Misc fixes
- Loading branch information
Showing
13 changed files
with
188 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# Sharing information about the Hub | ||
--- | ||
title: Evangelizing DataHub | ||
--- | ||
|
||
```{note} | ||
Interested to be our evangelist? See below! | ||
## Spread the Word | ||
|
||
``` | ||
We are always interested in getting case studies of how different teaching teams used their hub and tweaked it according to their needs. So reach out to [Eric Van Dusen](mailto:[email protected]) or [Balaji Alwar](mailto:[email protected]) if you are interested in sharing your experience using hub over the past semesters! | ||
|
||
**How do I spread the word about the hub?** | ||
## Learn More | ||
|
||
We are always interested in getting case studies of how different teaching teams used their hub and tweaked it according to their needs. So reach out to [Eric Van Dusen](mailto:[email protected])/[Balaji Alwar](mailto:[email protected]) if you are interested in sharing your experience using hub over the past semesters! | ||
|
||
**What are the collaterals that I can use to share the information about this initiative?** | ||
|
||
- Anyone interested to know more about Data initiatives at Berkeley, can take a look at Computing, Data Science and Society's (CDSS) [website](https://data.berkeley.edu/external). | ||
- Anyone interested to know more about Data initiatives at Berkeley, can take a look at Computing, Data Science and Society's (CDSS) [educational partners](https://cdss.berkeley.edu/dsus/data-science-resources/educationalpartners). | ||
|
||
- [Data science modules](https://ds-modules.github.io/) are short explorations into data science that give students the opportunity to work hands-on with a data set relevant to their course and receive some instruction on the principles of data analysis, statistics, and computing. Here is the [link](https://github.com/ds-modules) to DS-Modules repository which has information on the many courses using it at Berkeley. Reach out to Eric Van Dusen (ericvd@berkeley) if you want help to make notebooks. | ||
|
||
- Otter Grader is a light-weight, modular open-source autograder developed by the Data Science Education Program at UC Berkeley. If you are interested to learn more about this autograding software then see [Otter Grader's documentation](https://otter-grader.readthedocs.io/en/latest/). | ||
- [Otter Grader]((https://otter-grader.readthedocs.io/en/latest) is a light-weight, modular open-source autograder developed by the Data Science Education Program at UC Berkeley. | ||
|
||
- If you are interested to learn more about the conversations by the Jupyter Hub community, then check [Jupyter's discourse site](https://discourse.jupyter.org/). | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: nbgitpuller | ||
--- | ||
|
||
nbgitpuller links simplify the assignment distribution process. Rather than downloading files from an external source and then uploading to their personal JupyterHub accounts, users can obtain all files for a given assignment with just one click. When a user clicks on an nbgitpuller link for a particular assignment, all files for the assignment will show up in the user's personal JupyterHub account. | ||
|
||
## Restrictions | ||
|
||
To use an nbgitpuller link, files must be stored in a public GitHub repo. Currently, nbgitpuller links are only supported for certain repositories. You can either store content in one of the allowed repositories or contact us on Piazza to add your repository to the list of approved ones. In the future, we will provide automatic nbgitpuller link support for all repositories. | ||
|
||
## Components | ||
|
||
Here is an nbgitpuller link with the various components highlighted in different colors. The grey portions of the link are needed for formatting and will remain the same for each links. The colored portions will be different for each link. If you are new to GitHub you may want to familiarize yourself with the basics \(repositories, branches, etc.\) to better understand each component. | ||
|
||
![](/assets/interact-link.png) | ||
|
||
## nbgitpuller Link Generator | ||
|
||
nbgitpuller links can be manually created in the format shown above, or can be automatically generated using [this](https://jupyterhub.github.io/nbgitpuller/link.html) tool. The nbgitpuller link generator tool allows users to specify a JupyterHub URL and GitHub url as inputs. The tool will generate an nbgitpuller link for the specified GitHub content and JupyterHub. | ||
|
||
For example, to pull [this](https://github.com/data-8/mcb-88-connector/tree/gh-pages/exercises/lab5) folder into a JupyterHub account on datahub.berkeley.edu, select "datahub.berkeley.edu" as the desired hub, paste the GitHub url "[https://github.com/data-8/mcb-88-connector/tree/gh-pages/exercises/lab5](https://github.com/data-8/mcb-88-connector/tree/gh-pages/exercises/lab5)" into the generator, and hit the convert button. The output should be "[https://datahub.berkeley.edu/user-redirect/interact?account=data-8&repo=mcb-88-connector&branch=gh-pages&path=exercises/lab5](https://datahub.berkeley.edu/user-redirect/interact?account=data-8&repo=mcb-88-connector&branch=gh-pages&path=exercises/lab5)". This link will copy the desired folder into JupyterHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.