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.12.0
Python Extension version: Python 0.6.4 and Jupyter 1.1.2
Python Version: 3.6
OS and version: Mac OS 10.11.6
Actual behavior
Failed to detect Jupyter Notebook. Please use 'Select Jupyter Notebook' command
When running a cell and choosing to start up a new notebook given default startup folder, jupyter.notebook.startupFolder, has changed.
The jupyter notebook is successfully created in the correct folder. After getting the error, choose to connect to a local notebook. The cells then run correctly.
Settings
Your launch.json (if dealing with debugger issues):
Your settings.json:
User
{
"python.jupyter.defaultKernel": "localhost:8888",
}
Workspace
{
"jupyter.notebook.startupFolder": "${workspaceRoot}/folder1/folder2"
}
Logs
Output from Python output panel
Failed to detect Jupyter Notebook. Please use 'Select Jupyter Notebook' command
Output from Console window (Help->Developer Tools menu)
Copied from original issue: DonJayamanne/pythonVSCode#934
The text was updated successfully, but these errors were encountered:
From @edward-agarwala on May 4, 2017 20:59
Environment data
VS Code version: 1.12.0
Python Extension version: Python 0.6.4 and Jupyter 1.1.2
Python Version: 3.6
OS and version: Mac OS 10.11.6
Actual behavior
Failed to detect Jupyter Notebook. Please use 'Select Jupyter Notebook' command
When running a cell and choosing to start up a new notebook given default startup folder, jupyter.notebook.startupFolder, has changed.
Expected behavior
Correctly detect the notebook created.
Steps to reproduce:
start a new notebook
Workaround
The jupyter notebook is successfully created in the correct folder. After getting the error, choose to connect to a local notebook. The cells then run correctly.
Settings
Your launch.json (if dealing with debugger issues):
Your settings.json:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)Copied from original issue: DonJayamanne/pythonVSCode#934
The text was updated successfully, but these errors were encountered: