Skip to content

Commit

Permalink
feat(openchallenges): generate challenge headlines that have less tha…
Browse files Browse the repository at this point in the history
…n 80 characters (#2341)

* Experimenting

* Rename the script

* Update headlines

* Update apps/openchallenges/notebook/src/challenge_headline/generate_challenge_headlines.py

Co-authored-by: Verena Chung <[email protected]>

---------

Co-authored-by: Verena Chung <[email protected]>
  • Loading branch information
tschaffter and vpchung authored Nov 15, 2023
1 parent 6b7c5d2 commit 75e7fba
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 1,528 deletions.
9 changes: 8 additions & 1 deletion apps/openchallenges/notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ API and other related APIs.
- `.python-version`
- `prepare-python.sh`
- `pyproject.toml`
2. Run `nx prepare openchallenges-notebook`
2. Run `nx prepare openchallenges-notebook`

## Generate challenge headlines

```
cd apps/openchallenges/notebook
poetry run python src/challenge_headline/generate_challenge_headlines.py
```
Loading

0 comments on commit 75e7fba

Please sign in to comment.