Skip to content

Commit 6f61e82

Browse files
committed
Add the openpmd_notebook command for jupyter lab
1 parent acb8d25 commit 6f61e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpmd_viewer/notebook_starter/openPMD_notebook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ with open('./openPMD-visualization.ipynb', 'w') as notebook_file:
2121
notebook_file.write( notebook_text.decode() )
2222

2323
# Launch the corresponding notebook
24-
os.system('jupyter notebook openPMD-visualization.ipynb')
24+
os.system('jupyter-lab openPMD-visualization.ipynb')

0 commit comments

Comments
 (0)