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

kernel_spec deprecated in IPython 3.0.0 #39

Open
titipata opened this issue May 5, 2015 · 2 comments
Open

kernel_spec deprecated in IPython 3.0.0 #39

titipata opened this issue May 5, 2015 · 2 comments

Comments

@titipata
Copy link
Contributor

titipata commented May 5, 2015

I try to run ipython notebook with profile spooky on IPython notebook which came with Anaconda. However, I got this problem mentioned that kernel_cmd is deprecated. Is there any quick fix for that?

/home/ubuntu/anaconda/lib/python2.7/site-packages/IPython/kernel/manager.py:95: UserWarning: Setting kernel_cmd is deprecated, use kernel_spec to start different kernels.
  warnings.warn("Setting kernel_cmd is deprecated, use kernel_spec to "
Spark assembly has been built with Hive, including Datanucleus jars on classpath
Exception in thread "main" joptsimple.MultipleArgumentsForOptionException: Found multiple arguments for option ['profile'], but you asked for only one
    at joptsimple.OptionSet.valueOf(OptionSet.java:176)
    at org.tribbloid.ispark.Options.get(Options.scala:21)
    at org.tribbloid.ispark.Options.<init>(Options.scala:26)
    at org.tribbloid.ispooky.SpookyMain$.main(SpookyMain.scala:11)
    at org.tribbloid.ispooky.SpookyMain.main(SpookyMain.scala)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.spark.deploy.SparkSubmit$.launch(SparkSubmit.scala:329)
    at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:75)
    at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
IPython Console 3.0.0
@meniluca
Copy link

Same problem here with python 3.1.0!

@titipata
Copy link
Contributor Author

I did a quick fix by installing IPython 2.4.1 (for now), it's a bit different way to customize your notebook right now. Maybe Peng has a good solution for that.

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

2 participants