Skip to content

Commit

Permalink
fixed cell output length in doc notebooks; fixed test_token_collocati…
Browse files Browse the repository at this point in the history
…ons_hypothesis
  • Loading branch information
internaut committed May 3, 2023
1 parent 366371a commit d21204f
Show file tree
Hide file tree
Showing 11 changed files with 1,628 additions and 10,358 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

notebooks:
jupyter nbconvert --to notebook --execute --inplace --ExecutePreprocessor.timeout=600 --PlainTextFormatter.max_seq_length=20 source/*.ipynb
jupyter nbconvert --to notebook --execute --inplace --ExecutePreprocessor.timeout=600 source/*.ipynb

.PHONY: help Makefile

Expand Down

0 comments on commit d21204f

Please sign in to comment.