Changes

Jump to: navigation, search

DPS921/PyTorch: Convolutional Neural Networks

15 bytes added, 01:45, 29 November 2020
Getting Started With Jupyter lab
1. Install Jupyter Lab:
a. Ensure that you have Jupyter Notebook version 4.3 or higher Installed on your machine. If you don't use, use the following command to install with pip:
pip install notebook
b. To install Jupyter Lab with pip:
pip install jupyterlab
c. Finally to verify that your that the application was properly installed, try running it using:
jupyter lab

Navigation menu