We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0759549 commit e52eb95Copy full SHA for e52eb95
examples/advanced/labyrinth.py
@@ -1,3 +1,9 @@
1
+# /// script
2
+# requires-python = ">=3.12"
3
+# dependencies = [
4
+# "networkx",
5
+# ]
6
+# ///
7
"""
8
You're stuck in the Labyrinth, a maze that re-arranges itself as you try to escape.
9
examples/advanced/stable_fluid.py
@@ -7,8 +7,7 @@
Stable fluid simulation.
10
-Click to add fluid.
11
-"r" to reset.
+Click to add fluid and press "r" to reset. Requires 'scipy'.
12
13
14
import asyncio
0 commit comments