File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,11 @@ derive from another environment. Indicators of this scenario include:
78
78
79
79
In these situations, take a close look at your environment structure and ensure all
80
80
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.
83
86
84
87
Another thing to check is the ``kernel.json `` file that will be located in the
85
88
aforementioned *kernel specs * directory identified by running ``jupyter kernelspec list ``.
You can’t perform that action at this time.
0 commit comments