py2nb icon indicating copy to clipboard operation
py2nb copied to clipboard

Error message in Ubuntu 18.04

Open hemanthsavasere opened this issue 7 years ago • 1 comments

I am getting this error message

File "/usr/local/lib/python2.7/dist-packages/py2nb/tools.py", line 7, in from .converter import convert File "/usr/local/lib/python2.7/dist-packages/py2nb/converter.py", line 3, in from IPython.nbformat.v3 import nbpy ImportError: No module named v3

hemanthsavasere avatar Jun 09 '18 01:06 hemanthsavasere

Using anaconda, I needed to install the "ipython" and "nbformat" packages.

conda install ipython nbformat

jzimmerlin avatar Jun 15 '18 19:06 jzimmerlin