Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

ModuleNotFoundError: No module named 'IPython' #127

Open
gennaro-tedesco opened this issue Jul 30, 2018 · 0 comments
Open

ModuleNotFoundError: No module named 'IPython' #127

gennaro-tedesco opened this issue Jul 30, 2018 · 0 comments

Comments

@gennaro-tedesco
Copy link

gennaro-tedesco commented Jul 30, 2018

Environment data

VS Code version: 1.25.1
Jupyter Extension version: 1.1.4
OS and version: macOS Sierra 10.12.6

Logs

Output from Jupyter output panel

Traceback (most recent call last):
  File "$HOME/.vscode/extensions/donjayamanne.jupyter-1.1.4/python/PythonTools/ipythonServer.py", line 77, in <module>
    from IPython.kernel import KernelManager
ModuleNotFoundError: No module named 'IPython'

Output from Console window (Help->Developer Tools menu):
None

Actual behavior

The extension does not find start off the notebook: apparently it does not find the correct path to IPython.

Expected behavior

The Extension starts off the Jupyter notebook properly.

Steps to reproduce:

  • use any piece of code, say
#%%
import matplotlib.pyplot as plt
import matplotlib as mpl
import numpy as np

x = np.linspace(0, 20, 100)
plt.plot(x, np.sin(x))
plt.show() 
  • run the cell.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant