What is the best method to load a Jupyter notebook session into Spyder?

(Spyder developer here) This will be solved once we make our own Notebook plugin to start Spyder kernels.

We're working right now to release a first version of that plugin with good desktop integration. Then we'll proceed to integrate it with the other Spyder plugins (such as the Variable Explorer) and for that we need to make the notebook to start Spyder kernels.


To install this plugin, you can use either pip or conda package managers, as follows:

Using conda (the recommended way!):

conda install spyder-notebook -c spyder-ide

Using pip:

pip install spyder-notebook

Web: https://github.com/spyder-ide/spyder-notebook