Jupyter Notebook Failed to Launch
See original GitHub issueBug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
- Whenever I try to run the notebook it keeps asking to install ipykernel. When I install it then the error occurs.
Actual behavior
Jupyter notebook failed to launch. Error: Traceback (most recent call last): File “c:\Users\utkar.vscode\extensions\ms-python.python-2020.8.106424\pythonFiles\vscode_datascience_helpers\daemon\daemon_python.py”, line 54, in _decorator return func(self, *args, **kwargs) File “c:\Users\utkar.vscode\extensions\ms-python.python-2020.8.106424\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py”, line 108, in m_exec_module_observable self._start_notebook(args, cwd, env) File “c:\Users\utkar.vscode\extensions\ms-python.python-2020.8.106424\pythonFiles\vscode_datascience_helpers\jupyter_daemon.py”, line 150, in _start_notebook from notebook import notebookapp as app File “C:\Users\utkar\AppData\Roaming\Python\Python37\site-packages\notebook\notebookapp.py”, line 89, in <module> from .gateway.managers import GatewayKernelManager, GatewayKernelSpecManager, GatewaySessionManager, GatewayClient File "C:\Users\utkar\AppData\Roaming\Python\Python37\site-packages\n…
Expected behavior
Execution of the cell
Your Jupyter and/or Python environment
Please provide as much info as you readily know
- Jupyter server running: Local | Remote | N/A
- Setting python.jediEnabled: true | false
- Setting python.languageServer: Microsoft
- Python and/or Anaconda version: 3.7.8
- OS: Windows
- Virtual environment: | N/A |
Python Output
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top GitHub Comments