mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Add reference to IPython docs for multi-env scenarios
This commit is contained in:
parent
1587a61468
commit
78f185f76a
@ -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``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user