Skip to content

Commit c492b22

Browse files
author
arm61
committed
change widget to notebook in using pylj
1 parent 94ae663 commit c492b22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_build/using_pylj/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def md_simulation(number_of_particles, temperature, box_length,
4848
The complete system information from pylj
4949
"""
5050
# Creates the visualisation environment
51-
%matplotlib widget
51+
%matplotlib notebook
5252
# Initialise the system
5353
system = md.initialise(number_of_particles, temperature, box_length, 'square')
5454
# This sets the sampling class

content/using_pylj/intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
" The complete system information from pylj\n",
6868
" \"\"\"\n",
6969
" # Creates the visualisation environment\n",
70-
" %matplotlib widget\n",
70+
" %matplotlib notebook\n",
7171
" # Initialise the system\n",
7272
" system = md.initialise(number_of_particles, temperature, box_length, 'square')\n",
7373
" # This sets the sampling class\n",

0 commit comments

Comments
 (0)