Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

replace some of the remaining GitLab mentions with GitHub

  • Loading branch information...
Daniel-Mietchen committed Nov 30, 2019
1 parent 37c291d commit 4397989baa05ba177866e9e99a8077c6781a70c4
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
@@ -1,6 +1,6 @@
# Jupyter CI

This repository demonstrates automated verification of a [Jupyter](http://jupyter.org/) notebook. Whenever the `.ipynb` file is updated it is executed by [GitLab Actions](https://github.com/features/actions). Any errors are automatically emailed to the author and clearly indicated by the following badge: ![build status](https://github.com/mwoodbri/jupyter-ci/workflows/Validation/badge.svg)
This repository demonstrates automated verification of a [Jupyter](http://jupyter.org/) notebook. Whenever the `.ipynb` file is updated, it is executed by [GitHub Actions](https://github.com/features/actions). Any errors are automatically emailed to the author and clearly indicated by the following badge: ![build status](https://github.com/mwoodbri/jupyter-ci/workflows/Validation/badge.svg)

The provided example is a lightly modified version of the "Alignment viewing and filtering" recipe from [The scikit-bio cookbook](http://nbviewer.jupyter.org/github/biocore/scikit-bio-cookbook/blob/master/Index.ipynb).

@@ -9,7 +9,7 @@ To use your own notebook:
1. Clone this repository
2. Replace the notebook
3. Add any additional dependencies to `requirements.txt`
4. Check in your changes and push to GitLab
4. Check in your changes and push to GitHub

You'll then receive an email indicating whether the notebook could be executed and the badge will update accordingly.

0 comments on commit 4397989

Please sign in to comment.
You can’t perform that action at this time.