Skip to content
Snippets Groups Projects
Commit 4b4a7411 authored by LOUIS TYRRELL OLIPHANT's avatar LOUIS TYRRELL OLIPHANT
Browse files

Finished Windows Installation Instructions

parent 02b00095
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 91 deletions
# Installation Instructions
This document will walk you through the steps you need to perform to setup **Jupyter Lab** and configure it for use with CS 220. You need to perform 5 tasks:
## 1. Download and install Anaconda
In a browser go to the website [https://www.anaconda.com/download/](https://www.anaconda.com/download/) to download the anaconda suite of software. You can either provide an email address and click the submit button or click the **Skip registration** to bypass providing your email.
On the download page, it should have detected your operating system and provided a link at the top of the page for the proper version.
![alt text](image.png)
Alternatively, if it failed to properly detect your operating system, you can select which Anaconda version to download
![alt text](image-1.png)
Download and run the installer.
![](image-2.png)
![alt text](image-3.png)
![](image-4.png)
![alt text](image-5.png)
![alt text](image-6.png)
![alt text](image-7.png)
![alt text](image-8.png)
![alt text](image-9.png)
![alt text](image-10.png)
## 2. Change Python version
Python version 3.10.12
![alt text](image-11.png)
![alt text](image-12.png)
![alt text](image-14.png)
![alt text](image-13.png)
![alt text](image-15.png)
## 3. Enable the debugger
Open the file explorer
![alt text](image-18.png)
![alt text](image-19.png)
Browse inside the anaconda3 folder to share\jupyter\kernels\python3\ and double click to open the kernel.json file.
![alt text](image-20.png)
Open in Notepad
![alt text](image-21.png)
Change the "debugger" line from false to true
![alt text](image-16.png)
![alt text](image-17.png)
## 4. Show file name extensions
Download a notebook file.
![alt text](image-22.png)
![alt text](image-23.png)
Choose an app on your PC
Go to your username folder and browse to anaconda3/Scripts folder and double click on
![alt text](image-24.png)
![alt text](image-25.png)
![alt text](image-26.png)
Now click on jupyter-lab.exe and click "always"
![alt text](image-27.png)
## 4. Associate notebook files with Jupyter Lab and test the configuration
## 5. Test the configuration
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment