Add reference to IPython docs for multi-env scenarios

This commit is contained in:
Kevin Bates 2020-08-27 17:11:19 -07:00
parent 1587a61468
commit 78f185f76a
No known key found for this signature in database
GPG Key ID: ADCCD5840EE5145F

View File

@ -78,8 +78,11 @@ derive from another environment. Indicators of this scenario include:
In these situations, take a close look at your environment structure and ensure all
packages required by your notebook's code are installed in the correct environment.
If you need to run the kernel from different conda environments than your Notebook
server, you might consider using `nb_conda_kernels <https://github.com/Anaconda-Platform/nb_conda_kernels>`_.
If you need to run the kernel from different environments than your Notebook
server, check out `IPython's documentation <https://ipython.readthedocs.io/en/stable/install/kernel_install.html#kernels-for-different-environments>`_
for using kernels from different environments as this is the recommended approach.
Anaconda's `nb_conda_kernels <https://github.com/Anaconda-Platform/nb_conda_kernels>`_
package might also be an option for you in these scenarios.
Another thing to check is the ``kernel.json`` file that will be located in the
aforementioned *kernel specs* directory identified by running ``jupyter kernelspec list``.