Open main menu

CDOT Wiki β

Changes

DPS921/PyTorch: Convolutional Neural Networks

5 bytes removed, 01:44, 29 November 2020
Getting Started With Jupyterlab
== Getting Started With Jupyterlab Jupyter lab ==
The following instructions are for a Ubuntu Linux distribution (18.04 LTS or higher). Installation/setup instructions for Windows and Mac-OS users are readily available on the web.
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