Activating Anaconda Environment in VsCode
https://stackoverflow.com/questions/43351596/activating-anaconda-environment-in-vscode
Simply use
cmd + shift + P (ctrl + shift + P for MS Windows)
Search Select Interpreter
Select it and it will show you the list of your virtual environment created via conda and other python
versions
select the environment and you are ready to go.
- Perhaps need to configure Ubuntu firewall to allow the jupyter port?
- By default, Jupyter Notebook only accepts connections from localhost
https://stackoverflow.com/questions/42848130/why-i-cant-access-remote-jupyter-notebook-server
- Or use SSH tunneling?
https://www.digitalocean.com/community/tutorials/how-to-install-run-connect-to-jupyter-notebook-on-remote-server