Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to see list of kernels? #7280

Closed
ghost opened this issue Dec 20, 2014 · 4 comments
Closed

how to see list of kernels? #7280

ghost opened this issue Dec 20, 2014 · 4 comments
Milestone

Comments

@ghost
Copy link

ghost commented Dec 20, 2014

I tried to see list of installed ipython kernels with ipython kernelspec list from http://ipython.org/ipython-doc/dev/development/kernels.html and I got:

➜  ~  ipython kernelspec list
[TerminalIPythonApp] WARNING | File not found: u'kernelspec'

I would like to see the kernels I have installed on my system. Thanks.

Relevant information:

➜  ~  python -c "import IPython; print(IPython.sys_info())"
{'commit_hash': 'd87a8cd',
 'commit_source': 'installation',
 'default_encoding': 'US-ASCII',
 'ipython_path': '/Users/sindhus/Library/Python/2.7/lib/python/site-packages/IPython',
 'ipython_version': '2.2.0',
 'os_name': 'posix',
 'platform': 'Darwin-14.0.0-x86_64-i386-64bit',
 'sys_executable': '/usr/local/opt/python/bin/python2.7',
 'sys_platform': 'darwin',
 'sys_version': '2.7.8 (default, Aug 24 2014, 21:26:19) \n[GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)]'}
@Carreau
Copy link
Member

Carreau commented Dec 20, 2014

'ipython_version': '2.2.0',

Please use current master.

@Carreau Carreau closed this as completed Dec 20, 2014
@ghost
Copy link
Author

ghost commented Dec 20, 2014

How do I see list of kernels in the version of python I am using? I looked at ipython --help, there doesn't seem to be an option there. thanks.

@Carreau
Copy link
Member

Carreau commented Dec 20, 2014

As stated above you need IPython master, which you are not running as you have 2.2.

Once you are on master

$ ipython kernelspec list
Available kernels:
  python3
  python2
  crux
  julia
  ok

@minrk minrk added this to the no action milestone Jan 30, 2015
@axil
Copy link

axil commented Jul 23, 2018

According to this message

[TerminalIPythonApp] WARNING | Subcommand `ipython kernelspec` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter kernelspec` in the future

it looks as if the current way to go is

jupyter kernelspec list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants