Display XY-plot by using PyFluent Visualization

Gopi Raju Velpula
Member Posts: 28
**
Iam trying to plot XYplot by using the pyfluent visualization by using the below code.
When i try to display the plot getting "Javascript Error: IPython is not defined" error .can any one help me with it.
0
Comments
-
@Sravan Hi Sravan can you help me with it
0 -
Hi, can you confirm you get the same error when running the code as a python script and not in a jupyter notebook environment?
1 -
Hi, does this help: https://stackoverflow.com/a/56416229 ?
6 -
Thank you for your response, @James Derrick and @Sean Pearson . The issue has been resolved, and I no longer encounter this error while using the Python script. also, using "%matplotlib widget" has solved the problem.
1