Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Make IPython Kernel Available for Jupyter
How to make a IPython Kernel Available for Jupyter?
✍: FYIcenter.com
If you have a new IPython Kernel installed in different Conda environment,
than the Jupyter Conda environment, you can make new IPython Kernel
available to the Jupyter server to use the different Conda environment.
Here is how to do it.
1. Activate the Conda environment where IPython Kernel is installed.
fyicenter$ conda activate faq (faq) fyicenter$ python --version Python 3.9.6
2. Make sure that IPython Kernel is installed.
(faq) fyicenter$ conda list | grep ipykernel ipykernel 5.3.4
3. Generate the IPython Kernel Spec file.
(faq) fyicenter$ python -m ipykernel install --user --name faq \ --display-name "FAQ"
Now the IPython Kernel in this "faq" Conda environment can be accessed by IPython clients like IPython Console and Jupyter.
⇒ Jupyter Server Finding Kernels
⇐ Install IPython Kernel in Conda Environment
2022-06-17, ∼2090🔥, 0💬
Popular Posts:
I have an Apple iPad Air Model MD788C/A. Is it good? Yes. Apple iPad Air Model MD788C/A is a very go...
How to apply a character style in Microsoft Word? I want to emphasize few words in a paragraph. Appl...
How to fix the Microphone Permissions error with making a call with Messenger in iPhone? If your Mic...
How to install Mozilla Firefox 2.0 add-on: FireFTP? FireFTP is a Mozilla Firefox 2 add-on that provi...
How to make my presentation beautiful by applying a built-in theme provided by Office PowerPoint 200...