Skip to content

Commit 78f185f

Browse files
committed
Add reference to IPython docs for multi-env scenarios
1 parent 1587a61 commit 78f185f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/troubleshooting.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ derive from another environment. Indicators of this scenario include:
7878

7979
In these situations, take a close look at your environment structure and ensure all
8080
packages required by your notebook's code are installed in the correct environment.
81-
If you need to run the kernel from different conda environments than your Notebook
82-
server, you might consider using `nb_conda_kernels <https://github.com/Anaconda-Platform/nb_conda_kernels>`_.
81+
If you need to run the kernel from different environments than your Notebook
82+
server, check out `IPython's documentation <https://ipython.readthedocs.io/en/stable/install/kernel_install.html#kernels-for-different-environments>`_
83+
for using kernels from different environments as this is the recommended approach.
84+
Anaconda's `nb_conda_kernels <https://github.com/Anaconda-Platform/nb_conda_kernels>`_
85+
package might also be an option for you in these scenarios.
8386

8487
Another thing to check is the ``kernel.json`` file that will be located in the
8588
aforementioned *kernel specs* directory identified by running ``jupyter kernelspec list``.

0 commit comments

Comments
 (0)