How to use Jupyter notebook with VS code
Although jupyter notebook is commonly used with Anaconda distribution, it is easier to code on vscode, and data management is also smoother, Please refer to the following article for a very clear explanation of what jupyter notebook is all about. (https://qiita.com/hinastory/items/e179361ae806e8776c70)
Install python
Download any version of python from the following url (https://www.python.org/) For Anaconda, download from the following url. (https://www.anaconda.com/download)
Install Visual studio code (VScode)
Download any version of VScode from the following url (https://code.visualstudio.com/)
Creation of virtual environments & installation of Jupyter pakege
Download any version of VScode from the following url (https://code.visualstudio.com/)
$ cd external/
$ rm -rf wannier90/
$ git clone https://github.com/wannier-developers/wannier90.git wannier90
$ rm -rf wannier90/
$ git clone https://github.com/wannier-developers/wannier90.git wannier90
Explore Research Projects