Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#45993 - [ipython2-notebook] python3 instead of python2 dependencies
Attached to Project:
Community Packages
Opened by Antonio Rojas (arojas) - Saturday, 15 August 2015, 12:00 GMT
Last edited by Kyle Keen (keenerd) - Friday, 21 August 2015, 17:39 GMT
Opened by Antonio Rojas (arojas) - Saturday, 15 August 2015, 12:00 GMT
Last edited by Kyle Keen (keenerd) - Friday, 21 August 2015, 17:39 GMT
|
DetailsDescription:
ipython2-notebook depends on the python3 version of its dependencies via jupyter (pyzmq, tornado, jsonschema...) but not on the python2 version. |
This task depends upon
Closed by Kyle Keen (keenerd)
Friday, 21 August 2015, 17:39 GMT
Reason for closing: Fixed
Additional comments about closing: ipython2-notebook 4.0.4-1
Friday, 21 August 2015, 17:39 GMT
Reason for closing: Fixed
Additional comments about closing: ipython2-notebook 4.0.4-1
You are absolutely correct about python2-pymzq and the optdepts for jupyter-qtconsole-py2. These have been added. However nothing seems to be broken by removing the other py2 packages. I may be testing incorrectly though. Can you provide any additional details?
I see that I accidentally included "jupyter-py2" in the ipython2-notebook package. If you were asking for dependencies to make that work, sorry, but that executable should not be there.
ipython2-notebook-4.0.2-3 has these changes. I will consider the bug fixed unless you can find something broken in the combination of 'jupyter-notebook' and the python2 kernel.
> ipython2 notebook
Traceback (most recent call last):
File "/usr/bin/ipython2", line 5, in <module>
start_ipython()
File "/usr/lib/python2.7/site-packages/IPython/__init__.py", line 118, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 591, in launch_instance
app.initialize(argv)
File "<string>", line 2, in initialize
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 75, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.py", line 305, in initialize
super(TerminalIPythonApp, self).initialize(argv)
File "<string>", line 2, in initialize
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 75, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/IPython/core/application.py", line 386, in initialize
self.parse_command_line(argv)
File "/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.py", line 300, in parse_command_line
return super(TerminalIPythonApp, self).parse_command_line(argv)
File "<string>", line 2, in parse_command_line
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 75, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 487, in parse_command_line
return self.initialize_subcommand(subc, subargv)
File "<string>", line 2, in initialize_subcommand
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 75, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/traitlets/config/application.py", line 418, in initialize_subcommand
subapp = import_item(subapp)
File "/usr/lib/python2.7/site-packages/ipython_genutils/importstring.py", line 31, in import_item
module = __import__(package, fromlist=[obj])
ImportError: No module named notebook.notebookapp
jupyter-notebook
Wait for the local jupyter client to open in the browser. And then select the New dropdown and under 'Notebooks', Python 2.