Skip to content

Commit

Permalink
Added missing links for mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Nov 12, 2023
1 parent 11d5d30 commit 52c76aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions beta/html/mastodon-timeline.css
1 change: 1 addition & 0 deletions beta/html/mastodon-timeline.js
12 changes: 12 additions & 0 deletions docs/beta/notebooks/bookutils/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env python

# We set a fixed seed for all notebooks and examples,
# such that creation is more predictable.

# Interacting with a notebook (in particular executing cells again and again)
# will still yield new results every time.

FIXED_SEED = 2001

import random
random.seed(FIXED_SEED)

0 comments on commit 52c76aa

Please sign in to comment.