Using Jupyter notebook

Can we use Jupyter notebook directly rather tham using VMware then Ubuntu?

Yes, we can surely use Jupyter Notebook rather then using VMware and Ubuntu like WSL(Window Subsystem for Linux).
Steps to use Bolt Iot library on Jupyter Notebook:

  1. Install Python 3 or 3+
  2. Install Anaconda 3
    Anaconda 3 is an application which contains all the necessary libraries and application for data mining and for coding in Python & R language.
  3. Go to Environments
  4. Run bas(root) environment using terminal by clicking on open with Terminal.
  5. Run the following command:
    pip install boltiot
    Thats it and then its ready to use.

yes you can use jupyter notebook also.