Skip to content

Commit fb8b25d

Browse files
committed
style: uniform jupyter autoload line
1 parent 7c9335a commit fb8b25d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example_python_api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": [
4040
"%matplotlib inline\n",
4141
"%load_ext autoreload\n",
42-
"%autoreload 2"
42+
"%autoreload all -p -l"
4343
],
4444
"outputs": [],
4545
"execution_count": 2

examples/example_python_api_2025.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": [
4040
"%matplotlib inline\n",
4141
"%load_ext autoreload\n",
42-
"%autoreload 2"
42+
"%autoreload all -p -l"
4343
],
4444
"outputs": [],
4545
"execution_count": 2

0 commit comments

Comments
 (0)