mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #73 from minrk/ipykernel
ipython_kernel is ipykernel
This commit is contained in:
commit
7532e17f85
@ -988,7 +988,7 @@ class NotebookApp(JupyterApp):
|
||||
self.kernel_spec_manager.get_kernel_spec(NATIVE_KERNEL_NAME)
|
||||
except NoSuchKernel:
|
||||
try:
|
||||
import ipython_kernel
|
||||
import ipykernel
|
||||
except ImportError:
|
||||
self.log.warn("IPython kernel not available")
|
||||
else:
|
||||
|
@ -3,5 +3,5 @@
|
||||
-e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat
|
||||
-e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client
|
||||
-e git+https://github.com/ipython/ipython.git#egg=ipython
|
||||
-e git+https://github.com/ipython/ipython_kernel.git#egg=ipython_kernel
|
||||
-e git+https://github.com/ipython/ipykernel.git#egg=ipykernel
|
||||
-e git+https://github.com/jupyter/nbconvert.git#egg=nbconvert
|
||||
|
Loading…
Reference in New Issue
Block a user