You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 panelOutput 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:
The text was updated successfully, but these errors were encountered: