Are there any performance difference between a code run on a IPython (Jupyter for example) and the same code run on "standard" Python (PyCharm for example)?
I'm working on a neural network for a project where I need some kind of presentation and Jupyter + IPython does the job, but i was wondering if there are any kind of differences in the performances between Python and IPython, since i need to train my network and I obviously prefer the faster method.