Skip to content

Commit a0b5693

Browse files
committed
Fix matplotlib command in the tutorials
1 parent 30b8e16 commit a0b5693

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/tutorials/3_Introduction-to-the-GUI.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
"metadata": {},
5757
"outputs": [],
5858
"source": [
59-
"%matplotlib notebook\n",
60-
"# Use `%matplotlib widget` when using JupyterLab"
59+
"%matplotlib widget"
6160
]
6261
},
6362
{

0 commit comments

Comments
 (0)