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.
@Sravan Hi Sravan can you help me with it
Hi, can you confirm you get the same error when running the code as a python script and not in a jupyter notebook environment?
Hi, does this help: https://stackoverflow.com/a/56416229 ?
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.