I am working on a Linux remote server and I am trying to use jupyter notebooks from VScode when I meet this problem. Here is what I've done:
- I've installed jupyter notebook extension;
- I am using a conda virtual environment with python3.6.5;
- I DID install ipykernel with conda (also tried pip);
- I DID install jupyter with conda (also tried pip);
When I finish the steps above, an issue in a similar post:jupyter server : not started, no kernel in vs code occured and I did what the most-voted answer said but my top right tab still said that the local jupyter server is NOT connected and the kernel is not started, like this:
Jupyter Server: local [red inconnected plug] | :Not Started
Also, the bottom right bar inform me that VSCode was trying to start the server, but seemed never to succeed.
Could anybody help me with this?