Interactive window not using Active Interpreter when running a cell
See original GitHub issueEnvironment data
Steps to reproduce:
- Open the file manualTestFile.py in VSCode
- Select conda Interpreter as current environment
- On the first cell click
Run Cell And All Below
- Observes
Actual behaviour
An unexcepted error message “Python 3.9.2 64-bit requires ipykernel to be installed.” pops up.
Excepted result
Interactive Window should open, show connection information, and execute cells
Jupyter log
Info 2021-04-26 03:42:28: Loading webview. View is notset
Info 2021-04-26 03:42:28: Loading web view...
Info 2021-04-26 03:42:28: Webview panel created.
Info 2021-04-26 03:42:28: Waiting for jupyter server and web panel ...
Info 2021-04-26 03:42:28: Checking for server existence.
Info 2021-04-26 03:42:28: Checking for server usability.
Info 2021-04-26 03:42:28: Starting notebook server.
Info 2021-04-26 03:42:28: Connecting to history server
Info 2021-04-26 03:42:28: Getting kernel specs for history server
Info 2021-04-26 03:42:28: Launching history server
Info 2021-04-26 03:42:28: Starting Notebook
Info 2021-04-26 03:42:28: findPreferredKernel score for Python 3.9.2 64-bit is 1
Info 2021-04-26 03:42:28: findPreferredKernel score for Python 3.8.5 64-bit ('base': conda) is 1
Info 2021-04-26 03:42:28: Find kernel spec, Class name = D, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"C:\\Users\\vyizh12\\AppData\\Roaming\\jupyter\\kernels\\python392jvsc74a57bd0759c7f225eb6103d05b6052b85a418acc6f601f5328f5590e50c93e379f51487\\kernel.json","interpreterPath":"C:\\Python39-64\\python.exe","name":"python392jvsc74a57bd0759c7f225eb6103d05b6052b85a418acc6f601f5328f5590e50c93e379f51487","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.2 64-bit","metadata":{"interpreter":{"sysPrefix":"C:\\Python39-64","envType":"Unknown","envName":"","envPath":"","path":"C:\\Python39-64\\python.exe","architecture":3,"sysVersion":"3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.2 64-bit"}},"env":{}},"interpreter":{"sysPrefix":"C:\\Python39-64","envType":"Unknown","envName":"","envPath":"","path":"C:\\Python39-64\\python.exe","architecture":3,"sysVersion":"3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]","version":{"raw":"3.9.2","major":3,"minor":9,"patch":2,"build":[],"prerelease":["final","0"]},"companyDisplayName":"PythonCore","displayName":"Python 3.9.2 64-bit"},"id":".python392jvsc74a57bd0759c7f225eb6103d05b6052b85a418acc6f601f5328f5590e50c93e379f51487.python.C:\\Python39-64\\python.exe.Python 3.9.2 64-bit"}
Info 2021-04-26 03:42:28: Generating custom default config at C:\Users\vyizh12\AppData\Local\Temp\e1a1de35-b58c-4dbc-a26d-9f3095228c3b\jupyter_notebook_config.py
Info 2021-04-26 03:42:28: Starting Jupyter Notebook
Starting Jupyter from C:\ProgramData\Anaconda3\python.exe with command line --no-browser --notebook-dir="c:\\Users\\vyizh12\\Downloads\\Test5" --config=C:\Users\vyizh12\AppData\Local\Temp\e1a1de35-b58c-4dbc-a26d-9f3095228c3b\jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
Info 2021-04-26 03:42:28: Process Execution: > C:\ProgramData\Anaconda3\python.exe (daemon) -m jupyter notebook --no-browser --notebook-dir="c:\\Users\\vyizh12\\Downloads\\Test5" --config=C:\Users\vyizh12\AppData\Local\Temp\e1a1de35-b58c-4dbc-a26d-9f3095228c3b\jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
> C:\ProgramData\Anaconda3\python.exe (daemon) -m jupyter notebook --no-browser --notebook-dir="c:\\Users\\vyizh12\\Downloads\\Test5" --config=C:\Users\vyizh12\AppData\Local\Temp\e1a1de35-b58c-4dbc-a26d-9f3095228c3b\jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
Info 2021-04-26 03:42:28: Waiting for Jupyter Notebook
Info 2021-04-26 03:42:28: Python Daemon (pid: 9060): Execute rpc method exec_module_observable in DS Daemon
Info 2021-04-26 03:42:28: Python Daemon (pid: 9060): Execute rpc method exec_module_observable from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:28: Python Daemon (pid: 9060): Exec in DS Daemon (observable) jupyter with args ['notebook', '--no-browser', '--notebook-dir="c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"', '--config=C:\\Users\\vyizh12\\AppData\\Local\\Temp\\e1a1de35-b58c-4dbc-a26d-9f3095228c3b\\jupyter_notebook_config.py', '--NotebookApp.iopub_data_rate_limit=10000000000.0']
Info 2021-04-26 03:42:28: Python Daemon (pid: 9060): Starting notebook with args ['--no-browser', '--notebook-dir="c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"', '--config=C:\\Users\\vyizh12\\AppData\\Local\\Temp\\e1a1de35-b58c-4dbc-a26d-9f3095228c3b\\jupyter_notebook_config.py', '--NotebookApp.iopub_data_rate_limit=10000000000.0']
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): getting attr for stdout: encoding
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): getting attr for stdout: encoding
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
[I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.561 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 03:42:29.561 NotebookApp] Jupyter Notebook 6.1.4 is running at:
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
[I 03:42:29.561 NotebookApp] Jupyter Notebook 6.1.4 is running at:
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.561 NotebookApp] http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
[I 03:42:29.561 NotebookApp] http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
[I 03:42:29.561 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 03:42:29.561 NotebookApp] http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
Info 2021-04-26 03:42:29: Process Execution: > C:\ProgramData\Anaconda3\python.exe (daemon) c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
> C:\ProgramData\Anaconda3\python.exe (daemon) c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.561 NotebookApp] or http://127.0.0.1:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
[I 03:42:29.561 NotebookApp] or http://127.0.0.1:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
[I 03:42:29.561 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 03:42:29.561 NotebookApp] http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
[I 03:42:29.561 NotebookApp] or http://127.0.0.1:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
Info 2021-04-26 03:42:29: Process Execution: > C:\ProgramData\Anaconda3\python.exe (daemon) c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
> C:\ProgramData\Anaconda3\python.exe (daemon) c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.561 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 03:42:29.561 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
Info 2021-04-26 03:42:29: C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5' instead of '"c:\\\\Users\\\\vyizh12\\\\Downloads\\\\Test5"' – or use CUnicode.
warn(
[I 03:42:29.555 NotebookApp] JupyterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 03:42:29.556 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 03:42:29.560 NotebookApp] Serving notebooks from local directory: c:\\Users\\vyizh12\\Downloads\\Test5
[I 03:42:29.561 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 03:42:29.561 NotebookApp] http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
[I 03:42:29.561 NotebookApp] or http://127.0.0.1:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
[I 03:42:29.561 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): Execute rpc method exec_file in DS Daemon
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): Execute rpc method exec_file from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): Exec file c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py with args []
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method exec_file in DS Daemon
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): execute file c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method exec_file from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Exec file c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py with args []
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): execute file c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
Info 2021-04-26 03:42:29: Connecting to process for history server
Info 2021-04-26 03:42:29: Creating jupyter server: 5373043b-f4a1-499a-b4b5-52b426253261
Info 2021-04-26 03:42:29: Connecting server 5373043b-f4a1-499a-b4b5-52b426253261 kernelSpec Python 3.9.2 64-bit
Info 2021-04-26 03:42:29: Creating server with settings : {"baseUrl":"http://localhost:8888/","appUrl":"","wsUrl":"ws://localhost:8888/","token":"2550dead9f7d2db3211c25e29130dd963548a23872ac0c23","init":{"cache":"no-store","credentials":"same-origin"}}
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [C 03:42:29.580 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/vyizh12/AppData/Roaming/jupyter/runtime/nbserver-9060-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
or http://127.0.0.1:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
[C 03:42:29.580 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/vyizh12/AppData/Roaming/jupyter/runtime/nbserver-9060-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
or http://127.0.0.1:8888/?token=2550dead9f7d2db3211c25e29130dd963548a23872ac0c23
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method ping in DS Daemon
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method ping from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): pinged with hello
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): Execute rpc method ping in DS Daemon
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): Execute rpc method ping from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:29: Python Daemon (pid: 10304): pinged with hello
Info 2021-04-26 03:42:29: Python Daemon (pid: 9060): write to stderr: [I 03:42:29.598 NotebookApp] Creating new notebook in /
[I 03:42:29.598 NotebookApp] Creating new notebook in /
Info 2021-04-26 03:42:29: Process Execution: > C:\ProgramData\Anaconda3\python.exe (daemon) c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
> C:\ProgramData\Anaconda3\python.exe (daemon) c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method exec_file in DS Daemon
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method exec_file from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Exec file c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py with args []
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): execute file c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\vscode_datascience_helpers\getServerInfo.py
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method ping in DS Daemon
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): Execute rpc method ping from C:\ProgramData\Anaconda3\python.exe
Info 2021-04-26 03:42:29: Python Daemon (pid: 3748): pinged with hello
Info 2021-04-26 03:42:29: installMissingDependencies C:\Python39-64\python.exe
Info 2021-04-26 03:42:29: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-04-26 03:42:29: Process Execution: > C:\Python39-64\python.exe c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
> C:\Python39-64\python.exe c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-04-26 03:42:29: Process Execution: > C:\Python39-64\python.exe c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
> C:\Python39-64\python.exe c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\pythonFiles\pyvsc-run-isolated.py -c "import ipykernel"
Info 2021-04-26 03:42:29: Web view react rendered
Info 2021-04-26 03:42:29: Request for onigasm file at c:\Users\vyizh12\.vscode-insiders\extensions\ms-toolsai.jupyter-2021.6.780948196\out\client\node_modules\onigasm\lib\onigasm.wasm
Info 2021-04-26 03:42:29: Request for tmlanguage file.
Info 2021-04-26 03:42:29: Searching for token colors ...
Info 2021-04-26 03:42:29: Attempting search for colors ...
Info 2021-04-26 03:42:29: Searching for token colors ...
Info 2021-04-26 03:42:29: Attempting search for colors ...
Info 2021-04-26 03:42:29: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:29: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Searching for token colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Searching for token colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Searching for token colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Searching for token colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Searching for token colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Searching for token colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Attempting search for colors ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Loading base colors from c:\Users\vyizh12\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\theme-defaults\themes\dark_plus.json ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Info 2021-04-26 03:42:30: Using colors to generate CSS ...
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Interactive window not using Active Interpreter when running a cell ...
Open the file manualTestFile.py in VSCode; Select conda Interpreter as current environment; On the first cell click Run Cell And All Below; Observes....
Read more >Working with Jupyter code cells in the Python Interactive window
To select an environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P). Once the appropriate environment is activated, ...
Read more >Python interactive window (REPL) - Visual Studio
The Interactive window executes each line as you enter it, which includes options such as importing modules, defining variables.
Read more >How do I find/excute Python Interactive Mode in Visual Studio ...
Option 1. F1 -> Python: Create Python Interactive Window · Option 2. Ctrl + Shift + ` · PS. For more information about...
Read more >VS Code: Shift+Enter does not send code to Python Interactive
On my old laptop, I could run python code by pressing Shift + Enter and VS Code would send it to the Python...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue fixed. Thank you, contributors!
I can replicate