Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository is an attempt at making GitHub issue data in the Jupyter ecosyst
1. **Publishes issue data**. A GitHub workflow runs each day, scrapes the latest GitHub issues from a number of Jupyter sub-projects, and publishes them into a public location.
2. **Shows issue tables**. A MyST website uses this data to display tables of issue metadata, sorted by sorted by community engagement (👍 and ❤️ reactions).

**🔗 View the live site:** https://jupyter.org/github-issue-data/
**🔗 View the live site:** <https://jupyter.org/issue-data/>

_🚨 This is not an official Jupyter service, it is just an experiment at making issue data more useful to the community._

Expand Down
6 changes: 3 additions & 3 deletions book/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ More generally, it's useful to have access to a lot of issue metadata for many r

Download `nox`:

```
```bash
pip install nox
```

Run the MyST server with `nox`:

```
nox -s start
```bash
nox -s docs-live
```