When using Jupyter on VS Code, when I add in %matplotlib notebook, the graph would not show at all
When I start to plot without the magic everything is working fine. When graph is not showing after adding %matplotlib notebook, removing the magic will not make the graph reappear. I have to reload the VS code window and restart the kernel.