Error in using GR in jupyter notebook

I tried using GR to plot but I am getting the error.

UndefVarError: plot not defined Stacktrace: [1] top-level scope @ In[14]:1

I am new to julia and was following a tutorial to use various packages.

julia> versioninfo()
Julia Version 1.8.3
Commit 0434deb161 (2022-11-14 20:14 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 4 × 11th Gen Intel(R) Core™ i3-1115G4 @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, tigerlake)
Threads: 1 on 4 virtual cores

Did you import GR or Plots? (using GR or using Plots)

Yes and I also tried removing the general directory as someone mentioned it eliminated the error but it’s still not running and I tried using packages other than GR too but it’s still the same result.