Related to writting codes o jupiter

Can anyone provide me proper steps that how can i execute same code in jupiter as virtual machine

Hi @satishkumarcse1995,

You can use Jupiter Notebook to run your Python codes. Here are the steps for it :point_down:

  1. Install Jupyter using Anaconda Installing the classic Jupyter Notebook interface — Jupyter Documentation 4.1.1 alpha documentation

  2. Running the Jupyter Notebook Running the Notebook — Jupyter Documentation 4.1.1 alpha documentation

  3. Create a new notebook and write your python code in it.

  4. Hit on run kernel