[
1
This is the image of my Vs code
I'm trying to run Jupyter notebooks on but I get the error on the bottom right.Not sure whats causing this but I think its because of the error at the top right, (Python 3.7.7 64-bit ('virtual_worksapce': conda): Not Started)
I want it to simply print the string (Hello) for me to know its working
Here is some helpful info about my system
- **Jupyter server running: Local
- **Extension version: v2020.7.96456
- **Setting python.languageServer: Jedi
- **Python and/or Anaconda version: 3.7.7
- **OS: Windows
- **Virtual environment: virtualenv
Here is the console output when I start Jupyter
Microsoft Windows [Version 6.3.9600](c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\User\Desktop\C4\web>activate C:\Users\User\Documents\anaconda\envs\virtual_worksapce
(virtual_worksapce) C:\Users\User\Desktop\C4\web>jupyter notebook[I 18:20:53.944 NotebookApp] JupyterLab extension loaded from C:\Users\User\Documents\anaconda\envs\virtual_worksapce\lib\site-packages\jupyterlab[I 18:20:53.945 NotebookApp] JupyterLab application directory is C:\Users\User\Documents\anaconda\envs\virtual_worksapce\share\jupyter\lab[I 18:20:53.965 NotebookApp] Serving notebooks from local directory: C:\Users\User\Desktop\C4\web[I 18:20:53.966 NotebookApp] The Jupyter Notebook is running at:[I 18:20:53.966 NotebookApp] http://localhost:8888/?token=96dfe8e2dd6372e70bb79d08e037b5823c508ad24992dcbf[I 18:20:53.966 NotebookApp] or http://127.0.0.1:8888/?token=96dfe8e2dd6372e70bb79d08e037b5823c508ad24992dcbf[I 18:20:53.966 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).[C 18:20:54.150 NotebookApp]
To access the notebook, open this file in a browser: file:///C:/Users/User/AppData/Roaming/jupyter/runtime/nbserver-6896-open.htmlOr copy and paste one of these URLs: http://localhost:8888/?token=96dfe8e2dd6372e70bb79d08e037b5823c508ad24992dcbf or http://127.0.0.1:8888/?token=96dfe8e2dd6372e70bb79d08e037b5823c508ad24992dcbfenter code hereAny help would be greatly appreciated