After the ipython notebook project renamed to jupyter, I always think that ipython notebook
is the same as jupyter notebook
and ipython
shell is just an alias of jupyter console
. Today I realize that ipython
does not have connect_info
magic defined and therefore is not able to be connected to from different backends.
I have the following component installed in my conda:
ipython 6.1.0 py36_0 defaults
jupyter 1.0.0 py36_4 defaults
jupyter_client 5.2.3 py36_0 defaults
jupyter_console 5.2.0 py36he59e554_1 defaults
jupyter_contrib_core 0.3.3 py36_1 conda-forge
jupyter_contrib_nbextensions 0.5.0 py36_0 conda-forge
jupyter_core 4.4.0 py36h7c827e3_0 defaults
I have the following questions:
- What is the relation between the
ipython
of this version andjupyter console
of this version? - Does the
ipython notebook
(deprecated as inipython 6.1.0
) another share some components withjupyter
libraries; oripython notebook
is still self-contained? - Do
ipython
andjupyter
have any dependencies?