Extensions
Please refer to Useful Visual Studio Code Extensions .
Set Python Environment for Visual Studio Code Server
-
File -> Preference -> Settings
-
Click on Workspace.
-
Search for
Python Path. -
Change Python Path to the one you want to use.

Please refer to Useful Visual Studio Code Extensions .
File -> Preference -> Settings
Click on Workspace.
Search for Python Path.
Change Python Path to the one you want to use.

GitHub has built-in support for Jupyter Notebooks. Bitbucket supports Jupyter Notebooks via a fileview addon. It works on both publick and private notebooks. Follow the steps below to install the addon.
Click on your avatar in the lower left corner on your homepage of Bitbucket.

Select the option App marketplace …
You can list running Jupyter Notebook servers using the following command.
jupyter notebook list
It works well most of the time. However, if the servers are launched using the root account (e.g., in a Docker container), you might encounter issues. In this case, a better alternative is to list …