We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80f6e1 commit a0377e5Copy full SHA for a0377e5
openpmd_viewer/notebook_starter/openPMD_notebook
@@ -21,4 +21,4 @@ with open('./openPMD-visualization.ipynb', 'w') as notebook_file:
21
notebook_file.write( notebook_text.decode() )
22
23
# Launch the corresponding notebook
24
-os.system('jupyter notebook openPMD-visualization.ipynb')
+os.system('jupyter-lab openPMD-visualization.ipynb')
0 commit comments