I would like to use Emacs as main editor for iPython notebooks / Jupyter Notebook (with the package ein). I want to ask you if there is a way to run the server without the n
Is this what you want?
$ ipython notebook --no-browser
Edit
Now you should use instead
$ jupyter notebook --no-browser
Since
ipython notebook is deprecated and will be removed in future versions. You likely want to use jupyter notebook in the future
ipython notebook
jupyter notebook