We will be using a Jupyter Notebook, which runs on iPython. We will also use the pandas, Keras, and scikit-learn libraries here:
- To open a Notebook we will use the Command Prompt in Windows.
- We will first navigate to the directory where our project is present using the cd command, as shown in the following screenshot:
- Once we are in the required directory, we will open up Jupyter Lab using the following command:
jupyter lab
- When we press Enter after this command, we will see the Notebook open. Here, we will see that there's an untitled file open in the Notebook. We will then rename that file to autism_detection.
Ctrl + B will close the directory window present on the left side. This will expand your Notebook so that it takes up the whole screen.