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

updated mac and windows install instructions

parent 641a5690
No related branches found
No related tags found
No related merge requests found
installation_instructions/macintosh/images/associate_with_launcher.png

334 KiB

installation_instructions/macintosh/images/cannot_open.png

124 KiB

installation_instructions/macintosh/images/cannot_verify_notebook.png

121 KiB

installation_instructions/macintosh/images/launcher_logo.png

27.4 KiB

installation_instructions/macintosh/images/on_first_launch.png

213 KiB

installation_instructions/macintosh/images/on_open_in_finder.png

310 KiB

......@@ -44,7 +44,9 @@ The line that reads `"debugger": false` needs to be changed to be `"debugger": t
## 4. Associate Notebook Files with Jupyter Lab
The files that we will be working with this semester are called *Jupyter Notebook* files. These files have a file extension of `.ipynb`. You can make it so that when you double click on a file that ends in `.ipynb` it will be opened by Jupyter Lab. Download the [Test Configuration Notebook](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/raw/main/installation_instructions/test_configuration.ipynb?ref_type=heads&inline=false) and a [Jupyter Lab Associator Program](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/raw/main/installation_instructions/JupyterLabLaunchAssociator.zip?ref_type=heads&inline=false) which we will use to make the file assocation. Open your Downloads folder with finder. Click on the `JupyterLabLaunchAssociator.zip` file and type Command-C to copy the file name. Then control-click on the "Downloads" folder at the top of the window to see the parent directories and select the folder with your username.
The files that we will be working with this semester are called *Jupyter Notebook* files. These files have a file extension of `.ipynb`. You can make it so that when you double click on a file that ends in `.ipynb` it will be opened by Jupyter Lab.
Download the [Test Configuration Notebook](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/raw/main/installation_instructions/test_configuration.ipynb?ref_type=heads&inline=false) and a [Jupyter Lab Associator Program](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/raw/main/installation_instructions/JupyterLabLaunchAssociator.zip?ref_type=heads&inline=false) which we will use to make the file assocation. Open your Downloads folder with finder. Click once on the `JupyterLabLaunchAssociator.zip` file and type Command-C to copy the file name. Then control-click on the "Downloads" folder at the top of the window to see the parent directories and select the folder with your username.
![Download's parent directory](images/download_parent_dir.png)
......@@ -60,7 +62,19 @@ In the window browse to where you expanded the zip file to extract the applicati
Go back to the Downloads folder and double-click to try and open the notebook file.
Go back to the Downloads folder and double-click to try and open the notebook file. You will probably get one of two errors
<img alt="Cannot Verify" src="images/cannot_verify_notebook.png" width="50%">
<img alt="Cannot Open Error" src="images/cannot_open.png" width="50%">
On the first error click "Open" and then on the second error click the "Show in Finder" button. On the laucher logo control-click and select open.
<img alt="after ctrl-click on launcher log" src="images/on_open_in_finder.png" width="50%">
Then, on this final error, click the "Open" button.
<img alt="on first launch" src="images/on_first_launch.png" width="50%">
## 5. Test the configuration
......
......@@ -14,12 +14,12 @@ This document will walk you through the steps you need to perform to install and
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.
![download button(images/image.png)
![download button](images/image.png)
Download and run the installer. On the "Install for:" page select "Just Me (recommended)" and then accept the default installation folder.
![Install for Just Me](images/image-4.png)
![Keep Default Install Location](image-5.png)
![Keep Default Install Location](images/image-5.png)
On the Advanced Installation Options, keep the default first and third checkmarks to create a shortcut and register Anaconda3 as the default for Python.
......@@ -42,7 +42,7 @@ You will be submitting your code to our grader, which is running a slightly olde
## 3. Enable the debugger
One feature of Jupyter Lab that we will use this semester in the debugger. It is disabled by default. To enable it you will need to edit a text file. Start by opening the file explorer
One feature of Jupyter Lab that we will use this semester is the debugger. It is disabled by default. To enable it you will need to edit a text file. Start by opening the file explorer
![File Explorer Icon](images/image-18.png) and in the sidebar, click on *home*.
![Home option in File Explorer](images/image-19.png)
......
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