hpc-toolset-tutorial
hpc-toolset-tutorial copied to clipboard
jupyter notebook needs additional imports
The jupyter notebook in the OnDemand demo needs this additional import as well as the default rendering setting.
import plotly.io as pio
pio.renderers.default = 'notebook'