Plotting.plot_img issues

I am having issues using

plotting.plot_img(r'C:\Users\TheMemoryLab\miniconda3\envs\nilearn\Lib\si
te-packages\nilearn\datasets\data\mni_icbm152_t1_tal_nlin_sym_09a_converted.
nii.gz')

Its giving me following and not plotting the plot:
<nilearn.plotting.displays._slicers.OrthoSlicer object at 0x000001DCB67FB390>

I have installed and imported necessary modules

Hi @Madhura_Lotlikar,

Try displaying the plot with plt.show().

Best,
Steven